text stringlengths 454 608k | url stringlengths 17 896 | dump stringclasses 91
values | source stringclasses 1
value | word_count int64 101 114k | flesch_reading_ease float64 50 104 |
|---|---|---|---|---|---|
Controlling exposure through feature flags in VS Team Services
Buck, let’s take a look at how we do this for Team Services.
Goals
Our first goal is decoupling deployment and exposure. We want to be able to control when a feature is available to users without having to time when the code is committed. This allows engine... | https://devblogs.microsoft.com/buckh/controlling-exposure-through-feature-flags-in-vs-team-services/ | CC-MAIN-2021-10 | refinedweb | 1,912 | 53.31 |
Capacity Planning for Vertical Search Engines: An approach based on Coloured Petri Nets
- Jeremy McLaughlin
- 2 years ago
- Views:
Transcription
1 Capacity Planning for Vertical Search Engines: An approach based on Coloured Petri Nets Veronica Gil-Costa,3, Jair Lobos 2, Alonso Inostrosa-Psijas,2, and Mauricio Marin,2 Y... | http://docplayer.net/932971-Capacity-planning-for-vertical-search-engines-an-approach-based-on-coloured-petri-nets.html | CC-MAIN-2017-39 | refinedweb | 9,496 | 54.02 |
What is Prop drilling? and how to solve it using Context API
React interview cheatsheet series
23 April, 2021
As we know, the props are the data we pass -or can access- from the top-level components to its child components. And, also we know that React data flow is unidirectional.
Prop drilling, also know as threading,... | https://www.albertofortes.com/pop-drilling-reactjs-context-api/ | CC-MAIN-2021-31 | refinedweb | 638 | 55.24 |
Pattern matching is the big new feature coming to Ruby 2.7. It has been committed to the trunk so anyone who is interested can install Ruby 2.7.0-dev and check it out. Please bear in mind that none of these are finalized and the dev team is looking for feedback so if you have any, you can let the committers know before... | https://www.toptal.com/ruby/ruby-pattern-matching-tutorial | CC-MAIN-2021-31 | refinedweb | 2,034 | 59.53 |
Modern sites often combine all of their JavaScript into a single, large main.js script. This regularly contains the scripts for all your pages or routes, even if users only need a small portion for the page they're viewing.
When JavaScript is served this way, the loading performance of your web pages can suffer – espec... | https://www.creativebloq.com/how-to/all-you-need-to-know-about-javascript-code-splitting | CC-MAIN-2021-31 | refinedweb | 1,967 | 64.1 |
IRC log of CSS on 2009-04-29
Timestamps are in UTC.
15:56:44 [RRSAgent]
RRSAgent has joined #CSS
15:56:44 [RRSAgent]
logging to
15:56:54 [dsinger]
Zakim, who is here?
15:56:54 [Zakim]
sorry, dsinger, I don't know what conference this is
15:56:55 [Zakim]
On IRC I see RRSAgent, Zakim, emilyw, dsinger, sylvaing, MikeSmith... | http://www.w3.org/2009/04/29-CSS-irc | CC-MAIN-2016-07 | refinedweb | 2,810 | 60.52 |
Python Programming, news on the Voidspace Python Projects and all things techie.
Implementing __dir__ (and finding bugs in Pythons)
A new magic method was added in Python 2.6 to allow objects to customise the list of attributes returned by dir.
The new protocol method (I don't really like the term "magic method" but it... | http://www.voidspace.org.uk/python/weblog/arch_d7_2011_05_21.shtml | CC-MAIN-2014-41 | refinedweb | 1,281 | 73.58 |
Short tutorial¶
Here we provide a short tutorial that guides you through the main features of Snakemake. Note that this is not suited to learn Snakemake from scratch, rather to give a first impression. To really learn Snakemake (starting from something simple, and extending towards advanced features), use the main Snak... | https://snakemake.readthedocs.io/en/stable/tutorial/short.html | CC-MAIN-2021-39 | refinedweb | 1,721 | 59.9 |
The current implementation of XMLStreamReader does not attempt to "fix
up" the XML to reflect a well formed document. It is designed to be
very fast and require low overhead.
You say that "...prefixes and namespaces default to null for all
elements." As far as I know, prefixes are preserved for elements, but
there is a... | http://mail-archives.apache.org/mod_mbox/xml-xmlbeans-dev/200402.mbox/%3C4B2B4C417991364996F035E1EE39E2E10D8E5E@uskiex01.amer.bea.com%3E | CC-MAIN-2017-26 | refinedweb | 343 | 58.99 |
Using a TreeView
If, however, you choose to use a TreeView control to display the data you select, you will find that there is no convenient interface that you can use to keep your code from changing. For each node you want to create, you create an instance of the TreeNode class and add the root TreeNode collection to ... | http://www.dotnetspark.com/kb/384-using-treeview.aspx | CC-MAIN-2017-26 | refinedweb | 184 | 65.22 |
django-fab-deploy is a collection of Fabric scripts for deploying and managing django projects on Debian/Ubuntu servers. License is MIT.
Please read the docs for more info.
In order to upgrade install fabric >= 1.4 and make sure your custom scripts work.
In order to upgrade please set DB_USER to 'root' explicitly in en... | https://crate.io/packages/django-fab-deploy/ | CC-MAIN-2015-11 | refinedweb | 174 | 62.85 |
.NET Core 3.1 Web API & Entity Framework Jumpstart (13 Part Series)
This tutorial series is now also available as an online video course. You can watch the first hour on YouTube or get the complete course on Udemy. Or you just keep on reading. Enjoy! :)
Introduction tutorial series comes in.
In a short period, you will... | https://practicaldev-herokuapp-com.global.ssl.fastly.net/_patrickgod/net-core-3-1-web-api-entity-framework-jumpstart-part-1-4jla | CC-MAIN-2020-34 | refinedweb | 3,185 | 75 |
Exposes record and playback functionality for C compilers. More...
#include "rs_types.h"
Go to the source code of this file.
Exposes record and playback functionality for C compilers.
Definition in file rs_record_playback.h.
Definition at line 30 of file rs_record_playback.h.
Definition at line 19 of file rs_record_pla... | https://docs.ros.org/en/kinetic/api/librealsense2/html/rs__record__playback_8h.html | CC-MAIN-2021-25 | refinedweb | 158 | 65.83 |
Actions - Struts
Action struts 2 Please explain the Action Script in Struts
Configuring Actions in Struts application
Configuring Actions in Struts Application
To Configure an action in struts... the package roseindia extends the the
struts default package.
<action name...;
Now this tag does your action mapping. Here ... | http://www.roseindia.net/tutorialhelp/comment/37485 | CC-MAIN-2015-18 | refinedweb | 2,298 | 58.69 |
Double-click on the tAdvancedFileOutputXML component to open the dedicated interface or click on the three-dot button on the Basic settings vertical tab of the Component Settings tab.
To the left of the mapping interface, under Schema List, all of the columns retrieved from the incoming data flow are listed (only if a... | https://help.talend.com/reader/hm5FaPiiOP31nUYHph0JwQ/i_YvOl2oUaVpW1UTnJao_g?section=Raa35713 | CC-MAIN-2020-24 | refinedweb | 1,388 | 63.7 |
...one of the most highly
regarded and expertly designed C++ library projects in the
world. — Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
Boost.Function has two syntactical forms: the preferred form and the.Function. Consult the table below to determine which syntactic form to use for your compiler.
If yo... | http://www.boost.org/doc/libs/1_52_0/doc/html/function/tutorial.html | CC-MAIN-2017-26 | refinedweb | 811 | 50.57 |
I call this a reverse number guessing game because usually the computer would generate a number for you to guess, but I want the computer to guess my number by guessing randomly in decreasing ranges depending on if I say too high or too low.
The biggest problem I'm having is making the range of the random number be cor... | http://www.javaprogrammingforums.com/%20whats-wrong-my-code/8678-reverse-number-guessing-game-printingthethread.html | CC-MAIN-2015-06 | refinedweb | 298 | 50.33 |
Introduction
K-Nearest Neighbor(KNN) is a supervised algorithm in machine learning that is used for classification and regression analysis. This algorithm assigns the new data based on how close or how similar the data is to the points in training data.
Here, ‘K’ represents the number of neighbors that are considered t... | https://pythonsansar.com/k-nearest-neighbor-knn-in-machine-learning/ | CC-MAIN-2022-27 | refinedweb | 950 | 50.33 |
Euler problems/181 to 190
From HaskellWiki
Latest revision as of 13:39, 25 November 2011
[edit] 1 Problem 181
Investigating in how many ways objects of two different colours can be grouped.
[edit]
[edit]
[edit] 4 Problem 184
Triangles containing the origin.
[edit] 5 Problem 185
Number Mind
Solution:
This approach does ... | https://wiki.haskell.org/index.php?title=Euler_problems/181_to_190&diff=43147&oldid=32439 | CC-MAIN-2016-44 | refinedweb | 1,366 | 68.5 |
Tech Blog
Python ODE
Adaptive time-step integration of ODEs in Python
Overview
The ability to solve a system of ordinary differential equations accurately is fundamental to any work involving dynamic systems. In this post we look at how to solve such systems using the routines available in
scipy.integrate.
Adaptive tim... | https://www.evergreeninnovations.co/tech-python-ode/ | CC-MAIN-2022-40 | refinedweb | 745 | 61.56 |
Hello Dave Griffith, Bas Leijdekkers and all,
I would like to enhance the functionality of ReplaceFullyQualifiedNameWithImportIntention, currently this intention:
- is replacing the FullyQualifiedName only to the current element, if i have more elements, like the sample below it will replace only the selected one, i wo... | https://intellij-support.jetbrains.com/hc/en-us/community/posts/206114909-ReplaceFullyQualifiedNameWithImportIntention | CC-MAIN-2019-18 | refinedweb | 495 | 50.87 |
NAME
raw, SOCK_RAW - Linux IPv4 raw sockets
SYNOPSIS
#include <sys/socket.h> #include <netinet/in.h> raw_socket = socket(PF.
NOTES
Raw sockets fragment a packet when its total length exceeds the interface MTU (but see BUGS). A more network friendly and faster alternative is to implement path MTU discovery as described ... | http://manpages.ubuntu.com/manpages/dapper/man7/raw.7.html | CC-MAIN-2014-15 | refinedweb | 208 | 69.18 |
Gravatar
Having used ASP.NET MVC, the view that was displaying the comments had something like the following in them. This displayed the name of the commenter being a hyperlink, and that pointing to a mailto: link with the email address. The address was applied some transformations to prevent spammers from picking them... | http://blog.rebuildall.net/2009/09/24/Extending_ASP_NET_MVC_HtmlHelper_and_Gravatars | CC-MAIN-2018-17 | refinedweb | 303 | 53.41 |
# Date Processing Attracts Bugs or 77 Defects in Qt 6

The recent Qt 6 release compelled us to recheck the framework with PVS-Studio. In this article, we reviewed various interesting errors we found, for example, those... | https://habr.com/ru/post/542758/ | null | null | 6,119 | 51.75 |
The following JCK vm tests failed on this sun4m machine when checking proper format conversion of the returned double/float value:
javasoft.sqe.tests.vm.fp.fpm025.fpm02501m2.fpm02501m1
javasoft.sqe.tests.vm.fp.fpm025.fpm02501m2.fpm02501m2
jtg-s210:[133]% uname -a
SunOS jtg-s210 5.8 Generic_109291-02 sun4m sparc SUNW,SP... | http://bugs.sun.com/bugdatabase/view_bug.do%3Fbug_id=4342148 | crawl-002 | refinedweb | 892 | 65.83 |
Hi!
I am just working on a test-program for my path-finding algorithm and I found out that it doesn't always work correct. Here are the files:
path.cpp[code path.cpp]#include "path.h"
void load(const string& filename){ ifstream file(filename.c_str());
map.resize(MAPSIZE); for(int i = 0;i < MAPSIZE;i++) map<i>.resize(MA... | https://www.allegro.cc/forums/thread/562059 | CC-MAIN-2018-17 | refinedweb | 2,883 | 64.71 |
Jmulator is a helper library created to facilitate the usage of keyboard emulators (also called keyboard encoders) in ActionScript. Even though a developer could easily use a keyboard encoder in the Flash and AIR runtimes without this library, the advantages offered by the it are as follows :
- All keyboard codes dispa... | https://www.as3gamegears.com/debug/jmulator/ | CC-MAIN-2021-17 | refinedweb | 206 | 50.87 |
See also: IRC log
Tobie: Hi. Editor of the Generic Sensor API spec, for Intel.
Tobie: Lots of sensors being used
nowadays.
... In mobile devices, now IoT. Lot of different sensors to expose. Goal of the project is to have a common base to expose sensors to developers.
... Sensor spec are often highly underspecified, wh... | https://www.w3.org/2015/10/28-dap-minutes.html | CC-MAIN-2021-25 | refinedweb | 2,508 | 67.76 |
Microchip bootloader encryption jobs
RSA encryption project with GUI ay... [login to view URL] Then Throw New InvalidOperationException("Private key is not loaded") End If Dim num As Integer = [login to vi...
.. proyectos ....
..: [login to view [login to view
Lütfen detayları görmek için Kaydolun ya da Giriş Yapın.
..... | https://www.tr.freelancer.com/job-search/microchip-bootloader-encryption/ | CC-MAIN-2018-47 | refinedweb | 127 | 57.47 |
Hi,
I am using matplotlib with python to generate a bunch of charts. I use IDLE, have numpy version 1.0, and pylab version 2.5 with TkAgg if that is relavant. My
code works fine for a single iteration, which creates and saves 4
different charts. The trouble is that when I try to run it for the
entire set (about 200 ite... | https://discourse.matplotlib.org/t/memory-problem/6407 | CC-MAIN-2019-51 | refinedweb | 348 | 55.84 |
- Defining Functions and Variables
- Pointers
- Different ways of passing arguments
- An understanding of inline functions (for last example)
- OOP (helps alot, specially in last example)
const int ci = 5;
In the above single line of code, I defined an int, but what is that const keyword? it changes the normal int defi... | http://www.dreamincode.net/forums/topic/152314-using-constant/ | CC-MAIN-2017-22 | refinedweb | 1,029 | 62.21 |
of an OS plumber
Suppose you want to convert the contents of an element into HTML making each line of text a separate paragraph. To do this you need to have a way of splitting the element text into a series of strings using newline (‘/n’) as the delimiter. This post demonstrates how to do this using both XSLT1 and XSLT... | http://blog.fpmurphy.com/tag/xml/page/2 | CC-MAIN-2017-30 | refinedweb | 138 | 62.38 |
CodePlexProject Hosting for Open Source Software
:-) You’re like the audience plant to ask just the right questions :-).
They are the same. LINQ Expr Trees v1 evolved into Expr Trees v2 which are exactly the DLR tress. All the sources you see in our codeplex project are the
sources we’re shipping in CLR 4.0 for all of ... | http://dlr.codeplex.com/discussions/51467 | CC-MAIN-2017-39 | refinedweb | 632 | 73.37 |
This.
also read:
Using JSON forms with AJAX
Introduction
Lift has several different ways of interacting with forms and AJAX, and you can quite easily configure Lift to create an AJAX form using SHtml. SHtml contains many useful methods and should be your main port of call for all of the out-of-the-box AJAX functionalit... | http://www.javabeat.net/using-json-forms-with-ajax-in-lift-framework/ | CC-MAIN-2014-42 | refinedweb | 738 | 54.52 |
21 December 2009 06:30 [Source: ICIS news]
(Recasts fourth paragraph)
By Malini Hariharan
MUMBAI (ICIS news)--Southeast Asian petrochemical producers have limited legal options to defer or block the implementation of a zero-tariff regime that will take effect next year, a trade lawyer said on Monday.
Indonesian polyole... | http://www.icis.com/Articles/2009/12/21/9320703/no-easy-escape-for-asean-petchems-under-fta-in-10-lawyer.html | CC-MAIN-2015-11 | refinedweb | 415 | 60.35 |
Test Run - Testing Silverlight Apps Using Messages
By James McCaffrey | March 2010
I am a big fan of Silverlight and in this month’s column I describe a technique you can use to test Silverlight applications.
Silverlight is a complete Web application framework that was initially released in 2007. The current version, S... | https://msdn.microsoft.com/ee336032.aspx | CC-MAIN-2019-18 | refinedweb | 2,763 | 52.29 |
On Sun, 05 Aug 2007, Deepak Tripathi wrote: > Damyan Ivanov wrote: >> You're free to find other sponsors, of course. > > so i think now you can sopnsor it. I talked with Deepak on -mentors earlier about this package, and had the following concerns which whoever ends up sponsoring it should be aware of and either be com... | http://lists.debian.org/debian-perl/2007/08/msg00058.html | CC-MAIN-2013-20 | refinedweb | 192 | 67.45 |
Realtime Client
Listens to changes in a PostgreSQL Database and via websockets.
This is for usage with Supabase Realtime server.
Pre-release verion! This repo is still under heavy development and the documentation is evolving. You're welcome to try it, but expect some breaking changes.
Usage
Creating a Socket connectio... | https://pub.dev/documentation/realtime_client/latest/ | CC-MAIN-2020-50 | refinedweb | 572 | 53.37 |
Implement the CSS Editing Object Model (see URL above). This is needed for direct
class assignment to the selection (bug 16255) in the editor. Patch pending.
Created attachment 145757 [details] [diff] [review]
First candidate patch
This candidate patch is fully functional but not optimized/verified.
I already use it in... | https://bugzilla.mozilla.org/show_bug.cgi?id=240080 | CC-MAIN-2016-30 | refinedweb | 690 | 50.23 |
Johan Danforth's Blog
I upgraded to Win7rc as fast as I could from the beta and pretty much all the problems I had on the beta are gone! I’ve never experienced a beta OS as stable as this one, it’s nothing short of impressive.
Hangs on reboot/shutdown are gone.
Annoying stuttering sound probs are gone.
File copy probs ... | http://weblogs.asp.net/jdanforth/default.aspx | crawl-002 | refinedweb | 1,427 | 70.63 |
Hello everyone! I haven't been able to spend time programming for some months now, so I decided to brush up my very few skills by writing simple programs. I opted for "Guess the number" since it's pretty basic stuff (or so i thought). My main trouble was that I wanted to let the player quit by typing "quit", instead of... | http://www.gamedev.net/topic/637343-any-suggestions-for-better-code-python-guess-the-number/?forceDownload=1&_k=880ea6a14ea49e853634fbdc5015a024 | CC-MAIN-2013-48 | refinedweb | 246 | 75.3 |
How do i fix my jquery-ui autocomplete problem (details below)?
I followed your tutorial on elastic search/search kick and implementing jquery autocomplete. It works when I use "Test" as the data, however when I try to use my data from posts table, it doesn't work.
So when my posts controller file's autocomplete action... | https://gorails.com/forum/how-do-i-fix-my-jquery-ui-autocomplete-problem-details-below | CC-MAIN-2021-17 | refinedweb | 361 | 70.43 |
Most of us are familiar with the MVC type UI frameworks such as Struts and Spring MVC. They use a similar Model, View and Controller type architecture and each one has either XML or annotation type configuration. Apache Wicket uses a component based approach to web development and uses convention over configuration. Af... | https://objectpartners.com/2011/05/05/component-ui-development-with-apache-wicket/ | CC-MAIN-2019-13 | refinedweb | 1,125 | 54.12 |
#include <residue_view.hh>
Inherits ost::mol::ResidueBase.
Atoms are added with ResidueView::AddAtom() and removed with ResidueView::RemoveAtom(). Like other view operations, these operations only affect the view and do not alter the structure and topology of the underlying residue.
Definition at line 39 of file residu... | http://test.openstructure.org/doxygen/dc/db5/classost_1_1mol_1_1_residue_view.html | crawl-003 | refinedweb | 316 | 69.58 |
Date: Fri, 18 Aug 2006 12:47:58 -0500
From: joetaxpayer
Subject: Re: Which is best: 401K, ESOP (with 15% discount from employer),
Roth, or ... ?
Newsgroups: misc.invest.financial-plan
processed by UCSD_GL-v2.1 on mailbox7.ucsd.edu;
Fri, 18 August 2006 10:47:44 -0700 (PDT)
iQBVAwUAROX9Tvl/I4+O31e5AQGwZQIA3qkdlc0Byr/69CO... | http://www.info-mortgage-loans.com/usenet/posts/13821-22754.misc.invest.financial-plan.shtml | crawl-002 | refinedweb | 240 | 75.71 |
Suppose I use Entity Framework 4.0, how to generate data transfer object manually?
Need example with C#.
Hi ardore;
To create a Data Transfer Object / DTO, all you need to do is to create a new class which have public accessors for the properties you wish to publish. You can wish to fill a collection of these object by... | https://social.msdn.microsoft.com/Forums/en-US/eecd80bf-78fa-4668-8b27-a17de319b548/generate-dto-from-entity-framework?forum=adodotnetentityframework | CC-MAIN-2020-45 | refinedweb | 149 | 66.74 |
SDK: LPC54628 2.3.0
When I config a new project with this SDK, a head file (fat fs) miss when compiled: fsl_dspi.h. I search sdk directory, no such file.
../fatfs/fatfs_source/fsl_sdspi_disk.c:39:22: fatal error: fsl_dspi.h: No such file or directory
#include "fsl_dspi.h"
anyone can help me? Thanks
I have a similar pro... | https://community.nxp.com/thread/468577 | CC-MAIN-2018-34 | refinedweb | 143 | 71 |
Feature #8948
Frozen regex
Added by sawa (Tsuyoshi Sawada) over 6 years ago. Updated 4 months ago.
Description
=begin
I see that frozen string was accepted for Ruby 2.1, and frozen array and hash are proposed in. I feel there is even more use case for a frozen regex, i.e., a regex literal that generates a regex only on... | https://bugs.ruby-lang.org/issues/8948?tab=properties | CC-MAIN-2020-24 | refinedweb | 478 | 82.14 |
LordPaysoMembers
Content Count9
Joined
Last visited
About LordPayso
- RankNewbie
- Ok. SO i accidentally figured this out. Initially we were setting the texture of our Sprites with the fromImage() method. I then re-factored the initial setting to use the fromFrame() method and now it is working. Apologies for not being... | http://www.html5gamedevs.com/profile/4718-lordpayso/ | CC-MAIN-2019-18 | refinedweb | 572 | 57.98 |
Subject: Re: [Boost-cmake] Building boost "with an uninstalled build" and linking to boost libs
From: Brian Davis (bitminer_at_[hidden])
Date: 2010-03-25 00:10:03
On Wed, Mar 24, 2010 at 4:04 PM, Michael Jackson <
mike.jackson_at_[hidden]> wrote:
> I have been playing with "ExternalProject_Add" and I don't think you ar... | https://lists.boost.org/boost-cmake/2010/03/0895.php | CC-MAIN-2022-33 | refinedweb | 452 | 71.55 |
I am trying to make a program opens a file called input.txt and sums all of the numbers in it along with counting the number of numbers.
So far i have
Code Java:
import java.util.Scanner; import java.io.*; import java.io.File; import java.io.IOException; public class test1 { public static void main(String[] args) throw... | http://www.javaprogrammingforums.com/%20whats-wrong-my-code/5776-im-so-confused-counting-summing-printingthethread.html | CC-MAIN-2015-06 | refinedweb | 121 | 70.39 |
Sass, Compass, and the Rails 3.1 Asset Pipeline
Note: Today’s guest post is courtesy of Wynn Netherland, CTO at Pure Charity in Dallas and co-author of Sass and Compass in Action, a CSS book. He’s a web designer and a front-end developer, as well as a CSS geek. Check him out on GitHub and Twitter.
TL;DR
Compass and the... | http://blog.engineyard.com/2011/sass-compass-and-the-rails-3-1-asset-pipeline | CC-MAIN-2017-17 | refinedweb | 1,529 | 64 |
pg-mem alternatives and similar modules
Based on the "Other" category.
Alternatively, view pg-mem alternatives based on common mentions on social networks and blogs.
Lowdb9.2 1.8 L5 pg-mem VS LowdbSmall JavaScript database powered by Lodash.
NeDB9.0 0.0 L2 pg-mem VS NeDBEmbedded persistent database written in JavaScrip... | https://nodejs.libhunt.com/pg-mem-alternatives | CC-MAIN-2021-21 | refinedweb | 1,343 | 55.64 |
A guest blog post by Tom Barker, a software engineer, an engineering manager, a professor and an author who can be reached at @tomjbarker.
In my previous post I talked about D3 as an option for creating data visualizations in JavaScript on the web. The main issue with getting started with D3 is the learning curve aroun... | https://www.safaribooksonline.com/blog/2013/11/25/intro-to-infovis-a-data-visualization-primer/ | CC-MAIN-2016-50 | refinedweb | 925 | 58.92 |
I recently read a blog post by Santiago Valdarrama about developer programming problems. He said that any programmer should be able to solve five problems in an hour or less with a programming language of his choice. My language of choice is PowerShell, which is probably not what he had in mind when he wrote the blog p... | https://shellmonger.com/tag/powershell-2/ | CC-MAIN-2017-13 | refinedweb | 662 | 65.83 |
Board index » Smalltalk
All times are UTC
--
Erzherzog Johannstrasse 28 A-8054 Seiersberg AUSTRIA
1. Testing, I know I keep doing it but I'm tesating :-)
2. anybody knows the Wiki's URL? Thanks :)
3. errors when doing 'make test'
4. Have you ever done 'namespace delete ::'?
5. linking Tasm obj's or lib's to (ugh, I kno... | http://computer-programming-forum.com/3-smalltalk/d73f3118c27115a2.htm | CC-MAIN-2020-40 | refinedweb | 125 | 88.94 |
ldexp - load exponent of a floating point number
#include <math.h> double ldexp(double x, int exp);
The ldexp() function computes the quantity x * 2exp.
An application wishing to check for error situations should set errno to 0 before calling ldexp(). If errno is non-zero on return, or the return value is NaN, an error... | http://pubs.opengroup.org/onlinepubs/007908775/xsh/ldexp.html | CC-MAIN-2015-32 | refinedweb | 186 | 66.74 |
10 January 2011 23:11 [Source: ICIS news]
HOUSTON (ICIS)--Dow Chemical plans to restart polyethylene (PE) units at its ?xml:namespace>
The restart of the PE units would be contingent on the successful restart of the
“Dow does not expect to be able to return to normal shipping volumes until at least March 1, 2011,” the ... | http://www.icis.com/Articles/2011/01/10/9424600/Dow-expects-St-Charles-Louisiana-PE-restart-in-3-4-weeks.html | CC-MAIN-2013-20 | refinedweb | 115 | 52.02 |
Http.
Reactive programming
Reactive programming is all about programming with asynchronous data streams. There are several libraries which do that in scala: akka-stream, scalaz-stream, play’s iteratees or RxScala. It allows developers to create, consume and manipulate streams of data. Streams are non-blocking and provi... | https://immutables.pl/2016/01/16/data-streaming-using-http4s-and-scalaz-stream/ | CC-MAIN-2019-43 | refinedweb | 449 | 60.61 |
Minimize the sum of node values by filling a given empty Tree such that each node is GCD of its children
Introduction
In this article we'll look at a problem using Binary Trees to solve it. Binary Trees contain a lot of intriguing qualities, and we'll learn about them in this blog. Binary tree problems are common in co... | https://www.codingninjas.com/codestudio/library/minimize-the-sum-of-node-values-by-filling-a-given-empty-tree-such-that-each-node-is-gcd-of-its-children | CC-MAIN-2022-27 | refinedweb | 1,485 | 52.26 |
write blocks of data to a file
#include <sys/types.h> #include <sys/disk.h> int block_write( int fildes, long block, unsigned nblock, void *buf );
The block_write() function writes nblock blocks of data to the file associated with the open file descriptor fildes, from the buffer pointed to by buf, starting at block num... | https://users.pja.edu.pl/~jms/qnx/help/watcom/clibref/qnx/block_write.html | CC-MAIN-2022-33 | refinedweb | 410 | 63.7 |
35249/need-help-extracting-schema-make-use-for-avro-file-in-python
Hi, nice question.
So what I daily use is Python v3.4 and the Avro v1.7.7 (What do you use?)
And it is quite simple actually. For the schema file I suggest you use the following code I have written to help you out to print out the generated schema:
read... | https://www.edureka.co/community/35249/need-help-extracting-schema-make-use-for-avro-file-in-python | CC-MAIN-2020-16 | refinedweb | 194 | 79.97 |
How can I access the methods in the Students class. When I print myList it uses the toString in the students class, I'm not sure how to access the other methods. Is that even possible?
PS I already have the try and catch in my program, I just didn't post here to make the code shorter.
public class DatabaseAccess <T> {
... | https://codedump.io/share/NtqdTgnNRX25/1/generics-and-arraylist | CC-MAIN-2017-13 | refinedweb | 542 | 57.16 |
Release Notes
There is a refresh of the existing Gold release of Cascades, and this refresh is available through the BlackBerry 10 Native SDK update site..
You can find more information about new features, known issues, and fixed issues (including installation issues for the BlackBerry 10 Native SDK) in the Native SDK ... | http://developer.blackberry.com/native/download/releasenotes/cascades/10_0_gold_update2/ | CC-MAIN-2015-35 | refinedweb | 3,196 | 51.89 |
I debug using eclipse. For example, if I need to debug JobTracker, I
put the following lines in the hadoop script:
elif [ "$COMMAND" = "jobtracker" ] ; then
#HADOOP_OPTS="$HADOOP_OPTS -
agentlib:jdwp=transport=dt_socket,address=8000,server=y,suspend=y"
CLASS=org.apache.hadoop.mapred.JobTracker
the I just start everythi... | http://mail-archives.apache.org/mod_mbox/hadoop-common-dev/200605.mbox/%3CF6D23946-47FE-42E7-98A0-337E1024A9B7@yahoo-inc.com%3E | CC-MAIN-2014-23 | refinedweb | 152 | 64.91 |
:) Another question. Are you trying to export PFSs or are you exporting a base HAMMER mount? There are going to be multiple issues with PFSs. :When this happens nfs server log error (multiple times): :lookupdotdot failed 2 dvp 0xca3087d0 : :Is core dump needed? :(will decrease hw.physmem; 2G now) : : -thomas Hmm. I wil... | http://leaf.dragonflybsd.org/mailarchive/bugs/2008-09/msg00028.html | CC-MAIN-2014-42 | refinedweb | 248 | 61.22 |
Issue 341 – August 26, 2019 · Archives · Subscribe
Clojure Tip 💡
keep your
ns declaration tidy
We’ve all done it at some point. We’re really rolling on a new project and we’re itching to import a new library. So we copy and paste from the example in the README and paste it right into our code.
After a few hours, the t... | https://purelyfunctional.tv/issues/purelyfunctional-tv-newsletter-341-tip-tidy-up-your-ns-form/ | CC-MAIN-2020-34 | refinedweb | 1,357 | 78.14 |
5.
public class Name { private String first; private String last; public Name(String theFirst, String theLast) { first = theFirst; last = theLast; } public void setFirst(String theFirst) { first = theFirst; } public void setLast(String theLast) { last = theLast; } }
- Determines the amount of space needed for an object... | https://runestone.academy/runestone/books/published/csawesome/Unit5-Writing-Classes/topic-5-2-writing-constructors.html | CC-MAIN-2020-05 | refinedweb | 708 | 68.7 |
ArangoDB Packaging
With ArangoDB 3.0 we reworked the build process to be based completely on cmake. The packaging was partly done using cpack (Windows, Mac), for the rest regular packaging scripts on the SuSE OBS were used. With ArangoDB 3.1 we reworked all packaging to be included in the ArangoDB Source code and use C... | https://www.arangodb.com/2016/12/arangodb-snapcraft-packaging/ | CC-MAIN-2020-34 | refinedweb | 673 | 58.82 |
procmgr_guardian()
Let a daemon process take over as a parent
Synopsis:
#include <sys/procmgr.h> pid_t procmgr_guardian( pid_t pid );
Since:
BlackBerry 10.0.0
Arguments:
- pid
- The ID of the child process that you want to become the guardian of the calling process's other children.
Library:
libc
Use the -l c option to... | http://developer.blackberry.com/native/reference/core/com.qnx.doc.neutrino.lib_ref/topic/p/procmgr_guardian.html | CC-MAIN-2015-18 | refinedweb | 335 | 64.61 |
Bugs item #2117590, was opened at 2008-09-18 12:41
Message generated for change (Comment added) made by rumen
You can respond by visiting:
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Gr... | http://sourceforge.net/p/mingw/mailman/message/20417419/ | CC-MAIN-2015-11 | refinedweb | 2,251 | 56.96 |
Taking Time Off
Sometimes students take a leave of absence from Swarthmore. Time away.
Deadlines:
- Leave Request Deadlines: November 15 for a Spring semester leave of absence, April 1 for a Fall semester leave of absence. If you are considering a leave of absence after these deadlines, please reach out to Dean Dericks... | https://www.swarthmore.edu/academic-advising-support/taking-time | CC-MAIN-2019-35 | refinedweb | 185 | 55.95 |
wcscoll - wide-character string comparison using collating information
#include <wchar.h> int wcscoll(const wchar_t *ws1, const wchar_t *ws2);
The wcscoll() function compares the wide-character string pointed to by ws1 to the wide-character string pointed to by ws2, both interpreted as appropriate to the LC_COLLATE cat... | http://pubs.opengroup.org/onlinepubs/7990989775/xsh/wcscoll.html | CC-MAIN-2014-52 | refinedweb | 206 | 53.41 |
Difference between revisions of "IKart"
Latest revision as of 12:32, 25 September 2014
iKart overview
iKart is an holonomic mobile platform designed to provide to iCub autonomous navigation capabilities in structured environments. The main features of the platform are:
- Easy plug-and-play connection with the iCub.
- O... | http://wiki.icub.org/index.php?title=IKart&diff=prev&oldid=20415 | CC-MAIN-2022-21 | refinedweb | 9,333 | 52.6 |
- NAME
- SYNOPSIS
- DESCRIPTION
- API OVERVIEW
- CONSTRUCTOR
- METHODS
- BUGS AND LIMITATIONS
- AUTHOR
- SEE ALSO
NAME
GnuPG - Perl module interface to the GNU Privacy Guard (v1.x.x series)
SYNOPSIS
use GnuPG qw( :algo ); my $gpg = new GnuPG(); $gpg->encrypt( plaintext => "file.txt", output => "file.gpg", armor => 1, s... | https://metacpan.org/pod/GnuPG | CC-MAIN-2015-27 | refinedweb | 1,732 | 67.86 |
Important: Please read the Qt Code of Conduct -
Application falls after adding QtLocation to QML
Hi!
I need to add QML form to my QWidget app. So, i decide to do it using QQuickWidget but application falls(((.
I have removed many part of code and leaved this:
main:
QApplication a(argc, argv); MainWindow w; w.show(); QQ... | https://forum.qt.io/topic/106885/application-falls-after-adding-qtlocation-to-qml/2 | CC-MAIN-2022-05 | refinedweb | 246 | 51.95 |
I've added the AutoQuery Admin plugin to a project that we have started in .NET CORE, however, I am unable to use the viewer, I consistently get an error in the React UI (I know zero about react, unfortunately). The page halts before anything loads, with a gray background but no UI elements visible. Swagger , works fin... | https://forums.servicestack.net/t/admin-viewer-for-autoquery-not-working-in-core/5365 | CC-MAIN-2018-51 | refinedweb | 1,151 | 56.45 |
VB.NET Public Property on a single line
public property let in vb net
vb.net class property attributes
vb.net property default value
vb.net property vs variable
vb.net property private set
define property in vb net
vb.net create object with properties
Is there any way I can put Public Properties on a single line in VB.... | https://thetopsites.net/article/51555982.shtml | CC-MAIN-2021-25 | refinedweb | 1,138 | 56.96 |
Introduction: can be very useful for measuring small resistors and the resistance of PCB traces, motor coils, inductance coils, transformer coils, or calculate the length of wires.
Measurement ranges:
- Scale 0m1: 0.1mOhm to 12.9999 Ohm.
- Scale 1m0: 1mOhm to 129.999 Ohm.
- Scale 10m: 10mOhm to 1299.99 Ohm.
Calibration... | https://www.instructables.com/Milliohm-Meter/ | CC-MAIN-2022-27 | refinedweb | 2,265 | 75.71 |
30587/hyperledger-fabric-unable-check-source-gerrit-hyperledger
I am trying to clone the Source Code but I get this error:
Permission denied (publickey).
fatal: The remote end hung up unexpectedly
I'm not able to clone it. Any idea how to solve this?
There's something wrong with your SSH key. Check the id_rsa and id_rs... | https://www.edureka.co/community/30587/hyperledger-fabric-unable-check-source-gerrit-hyperledger | CC-MAIN-2019-39 | refinedweb | 175 | 63.66 |
279139Re: patch proposal
Expand Messages
- Aug 3, 2011On 8/3/2011 9:23 PM, Wietse Venema wrote:
>> I have another scenariothat's fine with me, on my first. patch i'm using "usock" as dict type,
>>
>> tcp:host:port
>> tcp:/path/name
> Sorry, tcp:/path/name is bad user interface design. Everywhere else
> in Postfix, one ... | https://groups.yahoo.com/neo/groups/postfix-users/conversations/messages/279139 | CC-MAIN-2015-18 | refinedweb | 221 | 63.8 |
Lith.
To get started, check out these links:
- Learn how to use Litho in your project.
- Read more about Litho in our docs.
InstallationInstallation
Litho can be integrated either in Gradle or Buck projects. Read our Getting Started guide for installation instructions.
Quick startQuick start
1. Initialize
SoLoader in y... | https://www.ctolib.com/facebook-litho.html | CC-MAIN-2019-39 | refinedweb | 215 | 60.92 |
Hi guys, quite an explanation here, hope someone has the patience to read it through
I'm building an application in Flex 4 that handles an ordering system. I have a small mySql database and I've written a few services in php to handle the database.
Basically the logic goes like this:
I have tables for customers, produc... | http://www.codingforums.com/adobe-flex/201730-flex-4-data-management-how-do-i-approach.html | CC-MAIN-2016-26 | refinedweb | 428 | 58.45 |
How I do imaging for my PhD research
29–03–2020
I’ve not spoken a lot about my research of late. Being a PhD student, I’m still learning how to science; I’m always heads-down, busy fixing code, running experiments and such. Such things don’t strike me as very compelling for readers, especially the technical kind, but I... | https://benjamin-computer.medium.com/how-i-do-imaging-for-my-phd-research-4d9486c63935 | CC-MAIN-2021-10 | refinedweb | 1,757 | 65.62 |
29 November 2011 06:55 [Source: ICIS news]
SINGAPORE (ICIS)--Indian Oil has tendered to sell 35,000 tonnes of naphtha for loading from Chennai on 18-20 December, traders said on Tuesday.
The tender closes on 30 November, with offers to stay valid until 1 December, they added.
The producer is planning to build a second ... | http://www.icis.com/Articles/2011/11/29/9512226/indian-oil-offers-35000-tonnes-naphtha-for-18-20-december.html | CC-MAIN-2014-15 | refinedweb | 116 | 61.67 |
has so far been tested up to Python 2.5a2. Python 1.6 or later is required for proper treatment of Unicode in XML.
For details of the PXTL language itself, please see the accompanying language documentation.
The ‘pxtl’ directory is a pure-Python package which can be dropped into any directory on the Python path.,
for ... | http://www.doxdesk.com/file/software/py/v/pxtl-1.6.html | crawl-001 | refinedweb | 950 | 52.6 |
PROBLEM LINK:
Practice
Contest: Division 1
Contest: Division 2
Contest: Division 3
Author: Anshu Garg
Tester: Danny Mittal
Editorialist: Nishank Suresh
DIFFICULTY:
Medium
PREREQUISITES:
Cycle decomposition of a permutation, Greedy algorithms
PROBLEM:
Alice and Bob have copies of the same permutation P. Further, Alice h... | https://discuss.codechef.com/t/srtgame-editorial/95746 | CC-MAIN-2021-49 | refinedweb | 2,485 | 63.39 |
From: Guillaume Melquiond (gmelquio_at_[hidden])
Date: 2003-05-18 10:30:57
According to the paragraph 3.7.3.1-3 of the Standard, an 'operator new'
can return a null pointer or throw an exception to report a failed
allocation; but it isn't allowed to adopt the two behaviors.
Unfortunately, it's exactly what 'stateless_i... | https://lists.boost.org/Archives/boost/2003/05/47941.php | CC-MAIN-2020-16 | refinedweb | 248 | 50.33 |
itha Perera wrote:
> Brad King wrote:
>> Amitha Perera wrote:
>>> namespace vcl { using namespace std; }
>>
>> See my previous argument for why we cannot do that:
>
> Fair enough. I'd forgotten.
>
>> namespace vcl
>> {
>> using std::swap;
>> using std::tr1::swap;
>> }
>> #define vcl_swap vcl::swap
>
> This is what I ha... | https://sourceforge.net/p/vxl/mailman/message/19035264/ | CC-MAIN-2017-51 | refinedweb | 137 | 80.21 |
27 June 2011 22:38 [Source: ICIS news]
HOUSTON (ICIS)--A ?xml:namespace>
Buyers could not immediately be reached for comment.
Increases proposed for June failed because of buyer resistance, which was fuelled by waning feedstock propylene prices.
The producer said it plans to maintain the US contract price at the curren... | http://www.icis.com/Articles/2011/06/27/9472980/july+rollover+set+for+us+mpg++producer.html | CC-MAIN-2013-20 | refinedweb | 129 | 68.67 |
tag:blogger.com,1999:blog-7101933101966798446.post6811099832098555409..comments2018-03-23T15:11:48.767-07:00Comments on The View from Aristeia: Breaking all the Eggs in C++Scott Meyers with third party tools is completely wron...Approach with third party tools is completely wrong and is likely to fail.<br />No "magic w... | http://scottmeyers.blogspot.com/feeds/6811099832098555409/comments/default | CC-MAIN-2018-17 | refinedweb | 1,809 | 64.3 |
SYNOPSIS
ctags
[
DESCRIPTION
By default, ctags generates a file named tags in the current directory which summarizes the locations of various objects in the C or FORTRAN sourcefiles named on the command line. All files with a .c or .h suffix are treated as C source files, while files with a .f suffix are treated as FOR... | https://www.mkssoftware.com/docs/man1/ctags.1.asp | CC-MAIN-2018-13 | refinedweb | 431 | 66.64 |
UTF-8 error in macOS version WingIDE
Hi,I'm trying to read this utf-8 file in this Python script:
import csv with open(csv_filename) as csv_fd: reader = csv.reader(csv_fd, delimiter=';') next(reader) for row in reader: print(row)
But get an error in WingIDE (macOS):
File "/Library/Frameworks/Python.framework/Versions/3... | https://ask.wingware.com/question/45/utf-8-error-in-macos-version-wingide/ | CC-MAIN-2021-17 | refinedweb | 131 | 54.52 |
In another notebook, I showed how to get issue metadata and OCRd texts from a digitised journal in Trove. It's also possible to download page images and PDFs. This notebook shows how to download all the cover images from a specified journal. With some minor modifications you could download any page, or range of pages..... | https://nbviewer.jupyter.org/github/GLAM-Workbench/trove-journals/blob/master/Get-page-images-from-a-Trove-journal.ipynb | CC-MAIN-2019-43 | refinedweb | 666 | 50.63 |
Python Programming, news on the Voidspace Python Projects and all things techie.
IronPython in Action: New Chapters and WPF
the last few days I've been off work trying to get a chapter on Windows Presentation Foundation finished. I haven't got as much of the writing as I would have liked done, but I have finished the r... | http://www.voidspace.org.uk/python/weblog/arch_d7_2007_12_08.shtml | CC-MAIN-2015-18 | refinedweb | 2,339 | 61.46 |
- 15 Jul, 2014 1 commit
- 14 Jul, 2014 1 commit
- 10 Jul, 2014 1 commit
- Stephen Morris authored
- 03 Jul, 2014 1 commit
- 02 Jul, 2014 6 commits
- 01 Jul, 2014 5 commits
Modifiedl D2CfgMgr.configPermutations test to verify that parsing error messages contain position information. Fixed format of one error message in ... | https://gitlab.isc.org/isc-projects/kea/-/commits/852fb7c13332d024cdab8e594336b1cfadba757c/src | CC-MAIN-2021-10 | refinedweb | 331 | 51.85 |
sunset (community library)
Summary
Allows calculation of sunrise, sunset, and moonphase Calculates Sunrise and Sunset, along with the Civil, Nautical, and Astronomical times for Sunrise/Sunset. It can also tell you the moon phase for a given time..
Since then, I have updated it a bit to do some more work. It will calcu... | https://docs.particle.io/reference/device-os/libraries/s/sunset/ | CC-MAIN-2022-27 | refinedweb | 2,556 | 65.62 |
If you’re using an appender layout like this:
1: <layout type="log4net.Layout.PatternLayout">
2: <conversionPattern value="%date %level [%thread] %type.%method - %message%n" />
3: </layout>
The conversion pattern is:
%date %level [%thread] %type.%method - %message%n
Which is the default one for the fileLogAppender ship... | https://world.episerver.com/blogs/Steve-Celius/Dates/2010/3/log4net-tips-Shortening-the-type-name/ | CC-MAIN-2019-30 | refinedweb | 204 | 64.61 |
Red Hat Bugzilla – Bug 233128
opencv-python package bug on x86_64
Last modified: 2007-11-30 17:11:59 EST
Description of problem:
Putting _cv.so, _highgui.so under /usr/lib64/ while the rest of opencv-python is
under /usr/lib doesn't work.
Version-Release number of selected component (if applicable):
opencv-python-1.0.0... | https://bugzilla.redhat.com/show_bug.cgi?id=233128 | CC-MAIN-2017-04 | refinedweb | 329 | 60.01 |
#include <Libs/MRML/Core/vtkMRMLTextNode.h>
Definition at line 21 of file vtkMRMLTextNode.h.
Definition at line 26 of file vtkMRMLTextNode.h.
Definition at line 29 of file vtkMRMLTextNode.h.
Definition at line 86 of file vtkMRMLTextNode.h.
Create a storage node for this node type. If it returns nullptr then it means th... | https://apidocs.slicer.org/master/classvtkMRMLTextNode.html | CC-MAIN-2021-21 | refinedweb | 273 | 60.01 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.