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
This topic contains 2 replies, has 2 voices, and was last updated by nina 1 year, 11 months ago. - AuthorPosts Hi Frederik, I love how copy-pasting a glyph renders it in different ways in different contexts – like how it prints out the glif data if you try to copy-paste to a text field. I’m wondering about modifying th...
http://doc.robofont.com/forums/topic/modify-glyph-copypaste-behavior-for-custom-contexts/
CC-MAIN-2017-13
refinedweb
335
59.33
Abstract class defining the base interface for all GUIs. More... #include <StelGuiBase.hpp> List of all members. Abstract class defining the base interface for all GUIs. true false [virtual] Add a new action managed by the GUI. This method should be used to add new shortcuts to the program Reimplemented in StelGui, and...
http://stellarium.org/doc/0.11.2/classStelGuiBase.html
CC-MAIN-2014-15
refinedweb
123
70.39
Declaration of function and use it @mrjj sir i again improving it. as void MainWindow::on_pushButton_6_clicked() { /* Mat src , dst; // char* source_window = "Source image"; // char* equalized_window = "Equalized Image"; /// Load image src = imread( "/home/pi/Desktop/b4.jpg" ); /// Convert to grayscale cvtColor( src, s...
https://forum.qt.io/topic/69239/declaration-of-function-and-use-it/61
CC-MAIN-2019-47
refinedweb
2,146
56.45
Of all the reasons Python is a hit with developers, one of the biggest is its broad and ever-expanding selection of third-party packages. Convenient toolkits for everything from ingesting and formatting data to high-speed math and machine learning are just an import or pip install away. But what happens when those pack...
https://www.infoworld.com/article/3239675/virtualenv-and-venv-python-virtual-environments-explained.html
CC-MAIN-2019-22
refinedweb
184
55.03
complaints of anyone using XSLT in .Net is that we are stuck on XSLT 1.0. While 1.0 provides a lot of capability it is easy to run headlong into the shortcomings of the language. For a number of reasons which I’ll never understand, Microsoft has not chosen to support XSLT 2.0 or XPATH 2.0 in .Net which forces develope...
http://www.dnnsoftware.com/community-blog/cid/136391
CC-MAIN-2016-44
refinedweb
947
57.57
A context manager that creates savepoints Project description A context manager that creates savepoints, avoiding recalculating expensive parts of the code. An example: from savepoint import SavePoint a = 10 b = 20 # do some expensive calculation here with SavePoint("stuff.p"): print "doing stuff" a += 10 c = 30 print ...
https://pypi.org/project/savepoint/
CC-MAIN-2018-47
refinedweb
115
61.16
K-Means Clustering Applied to GIS Data ToolsClusteringMachine Learningposted by Spencer Norris, ODSC October 11, 2018 Spencer Norris, ODSC Here, we use k-means clustering with GIS Data. GIS can be intimidating to data scientists who haven’t tried it before, especially when it comes to analytics. On its face, mapmaking ...
https://opendatascience.com/k-means-clustering-applied-to-gis-data/
CC-MAIN-2019-35
refinedweb
750
56.35
type i.e. multiple decision trees, resulting in a forest of trees, hence the name "Random Forest". The random forest algorithm can be used for both regression and classification tasks. How the Random Forest Algorithm Works The following are the basic steps involved in performing the random forest algorithm: - Pick N r...
https://stackabuse.com/random-forest-algorithm-with-python-and-scikit-learn/
CC-MAIN-2021-17
refinedweb
1,867
56.55
TextInputFlag Since: BlackBerry 10.0.0 #include <bb/cascades/TextInputFlag> Flags for turning on and off different text features (for example, spell check). Overview Public Types Index Public Types Text feature flags used to turn on and turn off text features. If both the on and off flag for a certain feature is set to...
http://developer.blackberry.com/native/reference/cascades/bb__cascades__textinputflag.html
CC-MAIN-2015-40
refinedweb
521
55.5
Enum-based ComboBox? Hi, I'm still very new to GXT so please forgive me if this is a stupid question. I have the following enum: Code: public enum UserType { Guest, User, Admin } You have to convert the enum to use ModelData Could it work with the @BEAN annotation + BeanModelMarker interface ? No, as this are two diffe...
https://www.sencha.com/forum/showthread.php?67317-Enum-based-ComboBox
CC-MAIN-2016-18
refinedweb
866
60.95
Implementation status: to be implemented Synopsis #include <stdio.h> FILE *fmemopen(void *restrict buf, size_t size, const char *restrict mode); Description The fmemopen() function associates the buffer given by the buf and size arguments with a stream. The buf argument is either a null pointer or points to a buffer th...
http://phoenix-rtos.com/documentation/libphoenix/posix/fmemopen
CC-MAIN-2020-29
refinedweb
661
69.92
Hi Kacper, Just to be clear, is it tri.Triangulation(x, y) that hangs, or is it plt.tricontour(…)? It’s plt.tricontour that hangs, tri.Triangulation properly issues warning about duplicates. Cheers, Kacper Hi, I haven’t been able to pin point it exactly but following script: import matplotlib.pyplot as plt import matpl...
https://discourse.matplotlib.org/t/matplotlib-users-bug-in-triangulation-causes-infinite-loop-if-4-or-more-duplicate-points-are-used-in-tricontour/16869
CC-MAIN-2022-21
refinedweb
333
69.18
Continuing in our discussion of Silverlight 3 and the update to .NET RIA Services. I have been updating the example from my Mix09 talk “building business applications with Silverlight 3”. I customer recently asked about using ASP.NET MVC and Silverlight with RIA Services. There specific scenario was an application with...
https://blogs.msdn.microsoft.com/brada/2009/07/30/business-apps-example-for-silverlight-3-rtm-and-net-ria-services-july-update-part-15-asp-net-mvc/
CC-MAIN-2017-13
refinedweb
1,981
58.89
The QNetworkReply class contains the data and headers for a request sent with QNetworkAccessManager More... #include <QNetworkReply> Note: All functions in this class are reentrant. This class was introduced in Qt 4.4.. Indicates all possible error conditions found during the processing of the request. RawHeaderPair is...
http://idlebox.net/2010/apidocs/qt-everywhere-opensource-4.7.0.zip/qnetworkreply.html
CC-MAIN-2014-15
refinedweb
702
61.53
Important: Please read the Qt Code of Conduct - [Solved] Sliding Bar Graph Hello All, I am in the process of developing an user interface,using Qt, for an embedded system. I have to admit I am very new to Qt and C++ but have been reading through some books. I would really appreciate if you can guide me through for the ...
https://forum.qt.io/topic/8382/solved-sliding-bar-graph
CC-MAIN-2021-17
refinedweb
1,431
66.44
Hello, I've been struggling for a few days now with some crazy issues connecting to my 2012 R2 server via Hyper-V manager from Windows 10. Setup: - Client is a Windows 10 Pro machine running v1903 - Host is a Hyper-V 2012 R2 machine running v9600 Symptoms: - Hyper-V Manager is able to connect to the remote server succe...
https://community.spiceworks.com/topic/2283316-hyper-v-remote-management-windows-10-client-hyper-v-server-2012-r2?source=recommended
CC-MAIN-2020-40
refinedweb
983
56.08
Psutil is a python based library, it provides an interface to monitor your computer system's resources. You can use this utility and its available APIs to find out all details about currently running processes, their resource consumption like memory, network and disk usage etc. It is a cross-platform application which ...
https://linoxide.com/psutil-library-fectch-process-information/
CC-MAIN-2021-43
refinedweb
1,047
56.66
I am wondering if there is way to get the declared type in the underlying Iterable as in: var string: Seq[String] => I want something to return String var int: Seq[Int] = _ => I want something to return Int var genericType: Seq[A] => I want to return A def fromJson[A](jsonString: String)(implicit tag: TypeTag[A]): A = ...
https://codedump.io/share/pYXIiPHn8tM4/1/how-to-get-type-declared-from-iterable-in-scala
CC-MAIN-2017-17
refinedweb
196
55.74
, ... DLFCN(3) OpenBSD Programmer's Manual DLFCN(3) NAME dlopen, dlclose, dlsym, dlctl, dlerror - dynamic link interface SYNOPSIS #include <dlfcn.h> void * dlopen(char *path, int mode); int dlclose(void *handle); void * dlsym(void *handle, char *symbol); int dlctl(void *handle, int cmd, void *data); char * dlerror(void...
http://www.rocketaware.com/man/man3/dlfcn.3.htm
crawl-002
refinedweb
261
54.22
Odoo Help Odoo is the world's easiest all-in-one management software. It includes hundreds of business apps: CRM | e-Commerce | Accounting | Inventory | PoS | Project management | MRP | etc. database not getting updated by on change event _columns={ 'salary': fields.integer("Salary" ), 'increment_date':fields.date('Nex...
https://www.odoo.com/forum/help-1/question/database-not-getting-updated-by-on-change-event-22026
CC-MAIN-2018-26
refinedweb
332
59.4
In this Webblog I will illustrate on how to achieve ASBO-GBO-ASBO scenario using SOAP Adapter. I will not Discuss the Integration Repository and other Integration directory configurations. ASBO: Application Specific Business Objects (Represents application Specific Metadata). GBO: Generic Business Object (For examples,...
https://blogs.sap.com/2006/12/14/achieving-asbo-gbo-asbo-scenario-using-soap-adapter/
CC-MAIN-2018-05
refinedweb
671
62.98
This is a C++ Program that Solves Maximum Value of Gifts Problem using Dynamic Programming technique. You are given a matrix of order n*m. Each cell of the matrix has a gift of certain value. Starting from the top-left cell, you have to reach the bottom-right cell of the matrix collecting gifts of the visited cells. Bu...
http://www.sanfoundry.com/dynamic-programming-solutions-maximum-value-of-gifts-problem/
CC-MAIN-2017-43
refinedweb
474
58.21
.NET Helpers - 6. Text Processing - 7. Regular Expressions - 8. Threading and Async - 9. Collections - 10. LINQ - 11. Networking - 12. JSON - 13. Trimming - 14. New Performance-Focused APIs - 15. New Performance-Focused Analyzers - 16. Peanut Butter Setup Benchmark.NET is now a simple tool for measuring the performance...
https://www.ifourtechnolab.com/blog/performance-improvements-in-net-5
CC-MAIN-2022-40
refinedweb
1,230
56.05
13 December 2011 18:37 [Source: ICIS news] WASHINGTON (ICIS)--?xml:namespace> Economists surveyed by Dow Jones Newswires had forecast a gain of 0.5% for November’s retail sales, and the modest showing suggests that consumers are becoming more cautious. The narrow 0.2% advance in retail sales for November marks the seco...
http://www.icis.com/Articles/2011/12/13/9515907/us-retail-sales-rise-only-0.2-in-nov-less-than-expected.html
CC-MAIN-2014-52
refinedweb
253
55.24
> > We have rewitten most of the code used for creating text from DOMs. > > I've cc'ed xml-sig because the check-ins of 4DOM I'll be making > > today reflect these changes. > > Very interesting. Are you following the DOM Level 3 discussions on > load-and-save interfaces? [I couldn't access the draft right now, so > I c...
https://mail.python.org/pipermail/xml-sig/2000-November/003704.html
CC-MAIN-2016-40
refinedweb
565
72.76
JBoss Bean Deployer - JMX IntegrationAdrian Brock Jun 6, 2005 11:54 AM I know we said we weren't going to worry too much about JMX integration in JBoss4. But it should be possible to provide some basic integration at the deployment level, e.g. <?xml version="1.0" encoding="UTF-8"?> <deployment xmlns: <loader-repository...
https://developer.jboss.org/message/311364
CC-MAIN-2019-26
refinedweb
1,858
56.29
Introduction to property based testing Giulio Canti Updated on ・2 min read In the last posts about Eq, Ord, Semigroup and Monoid we saw that instances must comply with some laws. So how can we ensure that our instances are lawful? Property based testing Property based testing is another way to test your code which is c...
https://practicaldev-herokuapp-com.global.ssl.fastly.net/gcanti/introduction-to-property-based-testing-17nk
CC-MAIN-2019-35
refinedweb
596
53.31
Now that you know the basics, this article explains how to use XML's more advanced constructs to author complex XML documents. Entities, namespaces, CDATA blocks, processing instructions - they're all in here, together with aliens, idiots, secret agents and buried treasure. <?xml version="1.0"?> <headline>Alien Life On...
http://www.devshed.com/c/a/XML/XML-Basics-part-2/7/
CC-MAIN-2014-15
refinedweb
195
53.95
Encryption Using Rotor Module in Python This tutorial will help you to understand the concept of Rotor module in Python. After this tutorial, you will able to encrypt or decrypt the messages which will help you in your future projects. Installation Of Rotor Module Rotor is not a standard module. So, you have to install...
https://www.codespeedy.com/encryption-using-rotor-module-in-python/
CC-MAIN-2022-27
refinedweb
227
66.94
Created on 2015-05-27 18:22 by Paul Hobbs, last changed 2018-11-01 05:41 by benjamin.peterson. Using pid namespacing it is possible to have multiple processes with the same pid. "semlock_new" creates a semaphore file with the template "/dev/shm/mp{pid}-{counter}". This can conflict if the same semaphore file already ex...
https://bugs.python.org/issue24303
CC-MAIN-2021-17
refinedweb
1,132
57.67
Embedded Linux device drivers: Device drivers in user space Device drivers in user space Before you start writing a device driver, pause for a moment to consider whether it is really necessary. There are generic device drivers for many common types of device that allow you to interact with hardware directly from user s...
https://www.embedded.com/embedded-linux-device-drivers-device-drivers-in-user-space/
CC-MAIN-2020-40
refinedweb
2,198
56.08
regression test scripting framework for embedded systems developers Project description Intro Using MONk you can write tests like you would write unit tests, just that they are able to interact with your embedded system. Let’s look at an example. In the following example we have an embedded system with a serial termina...
https://pypi.org/project/monk_tf/0.2.22/
CC-MAIN-2018-47
refinedweb
570
55.54
Strange CS Extension console errorrgartlan Sep 6, 2012 6:01 AM Hi, I have a CS Extension for InDesign CS5.5 (Extension Builder 1.5), and now (after installing CS6 but later uninstalling it -- that's another story) I'm seeing a lot of messages like this in my Eclipse console window: [INFO] CSAWLib.CSLogger TypeConUtils....
https://forums.adobe.com/message/4688082
CC-MAIN-2017-39
refinedweb
1,067
67.35
“Set” is a card game where a group of players try to identify a Set of cards from those placed face-up on a table. This project uses Semantic Versioning for managing backwards-compatibility. Each Card has an image on it with 4 orthogonal attributes: Three Cards are a part of a Set if, for each Property, the values are ...
https://pypi.org/project/skyzyx-set-game-demo/
CC-MAIN-2016-50
refinedweb
520
70.5
Step one, you need to get chromedriver. What is chromedriver? It is a separate binary that you must run to get Selenium and Chrome working. See for tiny explantion of what chromedriver does : To download chromedriver (which you must have to use Chrome with Selenium) go to this link: Mainly note the version of Chrome yo...
https://dev.to/tonetheman/how-to-get-started-with-selenium-and-python-7p
CC-MAIN-2021-21
refinedweb
414
86.91
Answered by: Excel Undo/Redo We are creating an Excel Add-in using VSTO. We plan to support Excel 2007, 2010 and 2013, but are willing to sacrifice uniformity if newer versions have important features not available in older versions. We would like to implement Undo/Redo, but reading the post this forum this seems impos...
https://social.msdn.microsoft.com/Forums/windowsapps/en-US/7482a0cc-33c2-45ba-84db-3e18fa3ea539/excel-undoredo?forum=exceldev
CC-MAIN-2019-09
refinedweb
1,665
53.41
Complex. Annotations. Sample problem: - Construction: The mask is laid out in this phase, preferably only once - Initialization: In this phase, data is retrieved from a file, database, etc., and the mask's fields are filled with the data - Activation: Here, the user is given control over the mask In the real world, man...
http://www.javaworld.com/article/2071998/core-java/annotations-to-the-rescue.html
CC-MAIN-2015-11
refinedweb
1,453
50.87
<< tappedMembers Content count28 Joined Last visited Community Reputation412 Neutral About tapped - RankMember Personal Information - LocationOslo, Norway tapped replied to KenWill's topic in For BeginnersFor me this looks like a main loop doing rendering (you call each iteration for frames) and logic. The loop you mad...
https://www.gamedev.net/profile/179450-tapped/?p=1&st=30&tab=smrep%26p=1%26st=30
CC-MAIN-2017-30
refinedweb
1,746
61.06
Or have a look at what I've been doing with mine Polargraph website Polargraph project code Flickr stuff Hi everybody, I am having troubles with getting the stepper motors to start to work. The green light is brightly light on top and the motors are hooked up. The serial connection doesn't seem to be a problem seeing ...
http://www.instructables.com/id/Polargraph-Drawing-Machine/CQ3CEVQH5E9QCYK
CC-MAIN-2014-41
refinedweb
2,489
71.44
At 01:09 PM 7/24/2007 -0400, Stephen Waterbury wrote: >Actually, I wasn't confused. :) I'd suggest a convention that allows >a distribution "title" (e.g., "Zope", "Twisted", etc.) and a >distribution "name" that would simply be the name of the >distribution's top-level package (e.g., "zope", "twisted", etc.), This prop...
https://mail.python.org/pipermail/distutils-sig/2007-July/008016.html
CC-MAIN-2014-15
refinedweb
114
51.44
Arrays are a very important data structure encountered by programmers. It is basically a collection of related items and is of fixed length entries. The variable declaration we learned so far occupies a single location of memory, on the other hand array occupies a consecutive collection of memory. But the elements cont...
http://forum.codecall.net/topic/74431-arrays/
CC-MAIN-2019-51
refinedweb
1,834
51.18
/* * In a hypothetical real-estate themed board game, a player rolls two dice to *move their token around the perimeter of the board by the number of squares *shown on the face of the dice. At each spot the player lands, he or she must *take an action, either purchasing a property or paying some cash penalty. If *the p...
https://www.daniweb.com/programming/software-development/threads/470806/java-monopoly
CC-MAIN-2018-26
refinedweb
252
70.43
Introduction Plumbing is a facility in minimega to enable communication between VMs, processes on guests or hosts, and instances of minimega. In short, it allows "plumbing" communication pathways for any element of a minimega ecosystem. Plumbing in minimega is similar in concept to unix pipes and the myriad other IPC m...
https://minimega.org/articles/plumbing.article
CC-MAIN-2020-24
refinedweb
1,284
64.64
We introduced Cape in a previous post. In a nutshell, Cape is a framework for enabling real-time asynchronous event processing at a large scale with strong guarantees. It has been over a year since the system was launched. Today Cape is a critical component for Dropbox infrastructure. It operates with both high perform...
http://engineeringjobs4u.co.uk/cape-technical-deep-dive-dropbox-tech-blog
CC-MAIN-2020-16
refinedweb
4,641
54.63
Test a wide character to see if it's a whitespace character #include <wctype.h> int iswspace( wint_t wc ); libc Use the -l c option to qcc to link against this library. This library is usually included automatically. The iswspace() function tests if the argument wc is a whitespace wide character of the class space. In ...
http://www.qnx.com/developers/docs/7.0.0/com.qnx.doc.neutrino.lib_ref/topic/i/iswspace.html
CC-MAIN-2018-43
refinedweb
108
64.61
Tests that come with pyfrc¶ Note pyfrc’s testing functionality has not yet been updated to work with RobotPy 2020 pyfrc comes with testing functions that can be used to test basic functionality of just about any robot, including running through a simulated practice match. These generic test modules can be applied to wp...
https://robotpy.readthedocs.io/projects/pyfrc/en/stable/testing.html
CC-MAIN-2020-24
refinedweb
293
62.78
My article “Run esxcli Command in a Web Browser: Another ESXi Hack” got quite some interests from the community. Although it works, I am not quite satisfied with the fact that the real esxcfg-info.cgi is disabled to run the esxcli.cgi. There is actually another way to run the esxcli command in a browser that is less ha...
http://www.doublecloud.org/2013/12/run-esxcli-command-in-a-browser-hidden-but-probably-better-hack/
CC-MAIN-2016-44
refinedweb
457
72.46
[ ] dhruba borthakur commented on HDFS-1435: ---------------------------------------- > time to load the image and the time to do saveNamespace to go up by a lot with this change? It might go up a little, and we can measure it and provide details here. > Provide an option to store fsimage compressed > -----------------...
http://mail-archives.apache.org/mod_mbox/hadoop-hdfs-issues/201010.mbox/%3C14740090.510471286001994842.JavaMail.jira@thor%3E
CC-MAIN-2017-22
refinedweb
188
74.39
Hi Everyone, I’ve been teaching myself Ruby on Rails while trying to build a new website I want to launch in the next few weeks. I’ve gotten pretty far, but I’ve hit a wall this week and I can’t seem to get around it. I’ve been trying to implement a friends feature, allowing people to add, edit and delete friends as th...
https://www.ruby-forum.com/t/actioncontroller-routingerror-problem/123197
CC-MAIN-2021-43
refinedweb
658
51.99
In C programming <stdlib.h> calloc function allocate memory in heap for an array of objects of specific size.The declaration of the function is given below. Parameters: mem -The number of objects for whose memory is to be allocated . size -The size of each object whose memory is to be allocated. Return type void* -A po...
https://corecplusplustutorial.com/c-programming-calloc-stdlib-h/
CC-MAIN-2017-30
refinedweb
384
61.77
SMIME_read_CMS.3ossl - Man Page parse S/MIME message Synopsis #include <openssl/cms.h> CMS_ContentInfo *SMIME_read_CMS_ex(BIO *bio, int flags, BIO **bcont, CMS_ContentInfo **cms); CMS_ContentInfo *SMIME_read_CMS(BIO *in, BIO **bcont); Description SMIME_read_CMS() parses a message in S/MIME format.. SMIME_read_CMS_ex() ...
https://www.mankier.com/3/SMIME_read_CMS.3ossl
CC-MAIN-2022-21
refinedweb
276
57.87
Question : I have a data frame with alpha-numeric keys which I want to save as a csv and read back later. For various reasons I need to explicitly read this key column as a string format, I have keys which are strictly numeric or even worse, things like: 1234E5 which Pandas interprets as a float. This obviously makes t...
https://discuss.dizzycoding.com/pandas-reading-csv-as-string-type/
CC-MAIN-2022-33
refinedweb
536
74.29
On 06/03/2011 02:47 PM, Brian C. Lane wrote: > Separate the memory check logic from the act of displaying dialogs or > switching to text mode. This makes it easier to skip it when --nomemcheck > is passed. > > Add --nomemcheck which continues the install even if there isn't enough > memory. > --- > anaconda | 59 ++++++...
http://www.redhat.com/archives/anaconda-devel-list/2011-June/msg00035.html
CC-MAIN-2014-10
refinedweb
174
59.9
I Ext 3.3.1 knows nothing of IE9 Ext 3.3.1 knows nothing of IE9 It has no ability to detect IE9, so thinks you are running pre version 6 to a certain extent.. in ext-base-debug.js if you change the following line it appears to work: Code: isIE8 = isIE && (check(/msie 8/) && docMode != 7), Code: isIE8 = isIE && (check(/...
http://www.sencha.com/forum/showthread.php?115849-OPEN-1434-ExtJS-TreePanel-and-IE9&p=918037&viewfull=1
CC-MAIN-2014-10
refinedweb
445
69.99
Back I would like to calculate NN model certainty/confidence (see What my deep model doesn't know) - when NN tells me an image represents "8", I would like to know how certain it is. Is my model 99% certain it is "8" or is it 51% it is "8", but it could also be "6"? Some digits are quite ambiguous and I would like to k...
https://intellipaat.com/community/8911/how-to-calculate-prediction-uncertainty-using-keras
CC-MAIN-2021-43
refinedweb
329
50.94
insque() Insert an element into a doubly linked queue Synopsis: #include <search.h> void insque( void *elem, void *pred); Arguments: - elem - A pointer to the element you want to insert. - pred - A pointer to the previous element in the list, or NULL if you want to initialize the head of the list. Library: libc Use the...
https://developer.blackberry.com/playbook/native/reference/com.qnx.doc.neutrino.lib_ref/topic/i/insque.html
CC-MAIN-2020-05
refinedweb
255
61.67
When you edit a site in front page and and specify the register tag for the user control as <%@ Register TagPrefix="AO" TagName="Header" Src="~/usercontrol.ascx" %>, you will get the "Assembly, TagPrefix, and Namespace are required on Register directives" error message. The behavior is as per the design of collaboratio...
http://blogs.msdn.com/b/karthick/archive/2006/12/05/wss-2-0-getting-assembly-tagprefix-and-namespace-are-required-on-register-directives-error-message.aspx
CC-MAIN-2014-23
refinedweb
307
55.95
Isn't it time you learned how to JBehave? Document options requiring JavaScript are not displayed Discuss Help us improve this content Level: Introductory Andrew Glover (aglover@stelligent.com), President, Stelligent Incorporated 18 Sep 2007 Test-driven development (TDD) is a great idea in practice, but some developer...
http://www.ibm.com/developerworks/java/library/j-cq09187/
crawl-001
refinedweb
3,432
55.24
Subject: [Boost-docs] [Invalid] Markup Validation of index.html - W3C Markup Validator_files From: Paul A. Bristow (pbristow_at_[hidden]) Date: 2013-12-18 19:20:22 I've been checking the output from a documentation produced using Quickbook (after getting a clean bill of health from Boost inspect tool and Doxygen warnin...
https://lists.boost.org/boost-docs/2013/12/2214.php
CC-MAIN-2021-43
refinedweb
266
66.84
Results 1 to 2 of 2 hi I have been reading the Linux Device Drivers 3 book. In Chapter 4 on debugging an example program for changing console for printk was given. but it is not ... - Join Date - Nov 2012 - 5 usage of ioctl command TIOCLINUX In Chapter 4 on debugging an example program for changing console for printk w...
http://www.linuxforums.org/forum/newbie/193704-usage-ioctl-command-tioclinux.html
CC-MAIN-2014-41
refinedweb
226
76.32
Man Page Manual Section... (2) - page: accept NAMEaccept - accept a connection on a socket SYNOPSIS #include <sys/types.h> /* See NOTES */ #include <sys/socket.h> int accept(int sockfd, struct sockaddr *addr, socklen_t *addrlen); #define _GNU_SOURCE #include <sys/socket.h> int accept4(int sockfd, struct sockaddr *addr,...
http://linux.co.uk/documentation/man-pages/system-calls-2/man-page/?section=2&page=accept
CC-MAIN-2013-48
refinedweb
200
52.36
This might be part of another ongoing series, but the for this post, right here, RIGHT NOW, I am going to show are really simple but fun (??) way to change an image’s… eh image from a database stored image using Javascript and an .ashx file. And when I say simple, I mean it took me longer to get test code going than it...
http://byatool.com/uncategorized/use-javascript-and-an-httphandler-to-load-an-image-from-a-database/
CC-MAIN-2019-13
refinedweb
636
56.35
GTK+ for BeOS Update 77 BugMaster ChuckyD writes to us with the latest info about the GTK+ porting to BeOS effort. Alpha stage, so it's still crashy-the-crash guy, but the screen shots look sweet. I'm going to have put this on my Be machine later. Disk crisis, please clean up! Re:Slashmeat? Freshdot? What gives? (Score...
https://slashdot.org/story/99/08/20/1328251/gtk-for-beos-update
CC-MAIN-2017-17
refinedweb
2,323
82.44
Oleg Nesterov <oleg@redhat.com> writes:> On 06/18, Oleg Nesterov wrote:>>>> I only try to discuss the idea to break the circular reference.>> I don't know what I have missed, but this looks really right to me.> Besides, we have yet another problem: proc_flush_task()->mntput()> is just wrong. Consider the multithreaded ...
http://lkml.org/lkml/2010/6/20/23
CC-MAIN-2013-48
refinedweb
185
68.16
WordPress Question for a new poster and WP coder for( $i=0; $i<$total_attachments; $i++ ) : ?> - < ?php echo $attachments[$i]; ?> - < ?php echo $attachments[$i]; ?> - < ?php echo $attachments[$i]; ?> - < ?php echo $attachments[$i]; ?> - < ?php echo $attachments[$i]; ?> - < ?php echo $attachments[$i]; ?> < ?php endfor;...
https://css-tricks.com/forums/topic/wordpress-question-for-a-new-poster-and-wp-coder/page/2/
CC-MAIN-2017-04
refinedweb
412
68.26
The purpose of this tutorial is to get an experienced Python programmer up to speed with the basics of the C language and how it’s used in the CPython source code. It assumes you already have an intermediate understanding of Python syntax. That said, C is a fairly limited language, and most of its usage in CPython fall...
https://realpython.com/c-for-python-programmers/
CC-MAIN-2021-43
refinedweb
2,762
60.65
#include <IpNLP.hpp> Inheritance diagram for Ipopt::NLP: Detailed Class Description. Definition at line 31 of file IpNLP.hpp. Copy Constructor. Exceptions. Overload if you want the chance to process options or parameters that may be specific to the NLP. Reimplemented in Ipopt::CompositeNLP, and Ipopt::TNLPAdapter. Defi...
http://www.coin-or.org/Doxygen/CoinAll/class_ipopt_1_1_n_l_p.html
crawl-003
refinedweb
551
51.24
puts() prototype int puts(const char *str); The puts() function takes a null terminated string str as its argument and writes it to stdout. The terminating null character '\0' is not written but it adds a newline character '\n' after writing the string. A call to puts() is same as calling fputc() repeatedly. The main d...
https://cdn.programiz.com/cpp-programming/library-function/cstdio/puts
CC-MAIN-2021-04
refinedweb
162
62.07
Last string in the following format: Thu Jan 01 1970 01:00:00 GMT+0100 (CET). In this tutorial, I’ll replace it with an ISO timestamp. Adjusting the schema The first thing you have to do, is to adjust the schema to introduce the new scalar. This means that you need to define the scalar itself: scalar ISODate Next to th...
https://g00glen00b.be/custom-scalar-types-graphql-apollo/
CC-MAIN-2018-43
refinedweb
485
59.74
26 May 2009 15:27 [Source: ICIS news] NEW DELHI (ICIS news)--The Indian government has given environmental approval to Cals Refineries Ltd’s (CRL) proposed 5m tonne/year refinery at Haldia in West Bengal State, the company said on Tuesday. The state government separately approved a special package of incentives for the...
http://www.icis.com/Articles/2009/05/26/9219394/indias-cals-gets-clearance-for-haldia-refinery.html
CC-MAIN-2015-06
refinedweb
188
51.58
UnTunes:We will mock you! From Uncyclopedia, the content-free encyclopedia One of the best rock ballads ever to be performed by the Uncyclopedia Band that was composed and lyrics written by Oscar Wilde are sung to those who would dare invade Uncyclopedia and blank and vandalize pages, or make demands that admins unprot...
http://uncyclopedia.wikia.com/wiki/UnTunes:We_will_mock_you!?oldid=5295438
CC-MAIN-2014-10
refinedweb
420
61.84
Existing books on debugging ? There was a recent thread about testing books on the perl-qa list. (which is not in the archive for some reason but you can see it in the news feed) I'd be glad to hear your opinion about similar books [debugger] break on watch ? Devel-ptkdb 1.1087 Released -- Forwarded message -- Date: 23...
https://www.mail-archive.com/search?l=debugger@perl.org&q=from:%22Gabor+Szabo%22
CC-MAIN-2017-43
refinedweb
234
71.24
GhostDoc is a Visual Studio 2010 add-on that makes creating useful comments as easy as a few button or mouse clicks. When you're working with existing application code, the chances of finding that code thoroughly documented are slim. Most developers aren't too demanding -- we just need a basic understanding of what an ...
https://www.techrepublic.com/blog/software-engineer/jump-start-code-comments-with-ghostdoc/
CC-MAIN-2020-05
refinedweb
848
60.75
Ticket #3600 (closed Bugs: fixed) [tribool] BOOST_TRIBOOL_THIRD_STATE produces warning Description #include <boost/logic/tribool.hpp> BOOST_TRIBOOL_THIRD_STATE(ignore) leads to a compiler warning (gcc 4.2.1) warning: unused parameter 'dummy' (Sorry, could not find a suitable component.) Attachments Change History comme...
https://svn.boost.org/trac/boost/ticket/3600
CC-MAIN-2016-44
refinedweb
130
54.22
Moo - Minimalist Object Orientation (with Moose compatibility) package Cat::Food; use Moo; use strictures 2; use namespace::clean;;. If a new enough version of Class::XSAccessor is available, it will be used to generate simple accessors, readers, and writers for better performance. Simple accessors are those without la...
http://search.cpan.org/~haarg/Moo/lib/Moo.pm
CC-MAIN-2016-18
refinedweb
906
64.91
Thomas A. Anastasio 22 November 1999 Skip Lists were developed around 1989 by William Pugh1 of the University of Maryland. Professor Pugh sees Skip Lists as a viable alternative to balanced trees such as AVL trees or to self-adjusting trees such as splay trees. The find, insert, and remove operations on ordinary binary...
http://www.csee.umbc.edu/courses/undergraduate/341/fall01/Lectures/SkipLists/skip_lists/skip_lists.html
CC-MAIN-2015-06
refinedweb
2,032
63.19
SQL Tutorial Table of contents 1. SqlSession, Sql, opening database connection 2. Using global main database, executing statements with parameters, getting resultset info 3. Using SqlExp 4. Schema file 5. Using schema file to define SqlId constants 6. Using structures defined by schema files SqlSession derived objects ...
https://www.ultimatepp.org/srcdoc$Sql$tutorial_en-us.html
CC-MAIN-2019-04
refinedweb
952
59.19
Friday Fun: MicroPython Weather Station This week we build a weather station using the Wemos D1 Mini and MicroPython, but how do we show the weather? Well with neopixels of course! Being British I have two go to conversations in taxis. The first is "Are you busy today?" and the second is "Well the weather is hot/cold/w...
https://bigl.es/friday-fun-micropython-weatherstation/
CC-MAIN-2020-16
refinedweb
3,137
80.31
. Again a nice one for perl as it’s string handling! Using Factor: The first version finds the “maximum” pair of words. The key depends on whether the intersection of their respective sets of letters is empty. If it is empty, the key is the product of the lengths of the two words. Otherwise, the key is zero. This secon...
https://programmingpraxis.com/2016/04/08/google-interview-question/
CC-MAIN-2017-51
refinedweb
752
73.07
libpfm_intel_glm — support for Intel Goldmont core PMU Synopsis #include <perfmon/pfmlib.h> PMU name: glm PMU desc: Intel Goldmont Description The library supports the Intel Goldmont core PMU. It should be noted that this PMU model only covers each core's PMU and not the socket level PMU. On Goldmont, the number of gen...
https://dashdash.io/3/libpfm_intel_glm
CC-MAIN-2022-27
refinedweb
114
51.75
William is an assistant professor of computer science at the University of Texas in Austin. Carl is chief software architect at db4objects. They can be contacted at wcook@cs.utexas.edu and carl@db4o.com, respectively. While today's object databases and object-relational mappers do a great job in making object persisten...
http://www.drdobbs.com/database/native-queries-for-persistent-objects/184406432
CC-MAIN-2015-35
refinedweb
2,572
55.13
One of the things you need to do as a developer of the application is track who is logged in to your application so you can display pages related to that specific user. In Flask you can use sessions for this, first, you would need to configure your flask application: from flask import Flask, session from flask_session ...
https://93days.me/how-to-use-sessions-in-flask/
CC-MAIN-2021-39
refinedweb
153
51.18
An interpreter is used to interpret languages like Ruby. An Interpreter is a program that looks at the code and does whatever the code says. A compiler doesn't do what the code says, but rather converts that code to machine code, so that the computer would do what that code says, when it's time for that code to run. In...
http://forum.codecall.net/topic/65459-ruby-hello-world-introduction/
CC-MAIN-2019-51
refinedweb
751
72.66
Properly Getting Into Jail: Counting Inmates and Other Hard Problems Properly Getting Into Jail: Counting Inmates and Other Hard Problems We relate the way a database works to the way counting inmates of a prison works. After all, the secret to a successful prison is keeping the people there inside. Join the DZone comm...
https://dzone.com/articles/properly-getting-into-jail-counting-inmates-and-ot?fromrel=true
CC-MAIN-2020-10
refinedweb
263
59.03
Question Based on new information regarding the popularity of basketball, you revise your growth estimate for BBC to 9 percent. What is the maximum P/E ratio you will apply to BBC, and what is the maximum price you will pay for the stock? Answer to relevant QuestionsThe Shamrock Dogfood Company (SDC) has consistently p...
http://www.solutioninn.com/based-on-new-information-regarding-the-popularity-of-basketball-you
CC-MAIN-2016-44
refinedweb
219
58.08
I saw a code here at Cpp Quiz [Question #38] #include <iostream> struct Foo { Foo(int d) : x(d) {} int x; }; int main() { double x = 3.14; Foo f( int(x) ); std::cout << f.x << std::endl; return 0; } Foo f( int(x) ); Foo Foo f( int(x) ); Foo f( int ); Foo f( int x ); Foo f( int x ); what is this syntax int(x)in statemen...
https://codedump.io/share/ulNdqTvGI5Gp/1/most-vexing-parse
CC-MAIN-2018-26
refinedweb
275
54.12
Migrating to xarray and dask¶ Many python developers dealing with meteorologic satellite data begin with using NumPy arrays directly. This work usually involves masked arrays, boolean masks, index arrays, and reshaping. Due to the libraries used by Satpy these operations can’t always be done in the same way. This guide...
https://satpy.readthedocs.io/en/stable/dev_guide/xarray_migration.html
CC-MAIN-2020-40
refinedweb
1,450
54.52
rapidsms.contrib.handlers¶ The handlers contrib application provides three classes- BaseHandler, KeywordHandler, and PatternHandler- which can be extended to help you create RapidSMS applications quickly. Installation¶ To define and use handlers for your RapidSMS project, you will need to add "rapidsms.contrib.handlers...
http://docs.rapidsms.org/en/develop/topics/contrib/handlers.html
CC-MAIN-2017-47
refinedweb
1,384
50.73
SYNOPSIS #include <unistd.h> /* for libc5 */ #include <sys/io.h> /* for glibc */ int ioperm(unsigned long from, unsigned long num, int turn_on); DESCRIPTION i). permis- sions are preserved across execve(2); this is useful for giving port access permissions to non-privileged programs. This call is mostly for the i386 ar...
http://www.linux-directory.com/man2/ioperm.shtml
crawl-003
refinedweb
108
60.51
JUnit Interview Questions and Answers Ques 6. How To Run a JUnit Test Class? Ans. A JUnit test class usually contains a number of test methods. You can run all test methods in a JUnit test class with the JUnitCore runner class. For example, to run the test class LoginTest.java described previously, you should do this: ...
http://www.withoutbook.com/Technology.php?tech=51&page=2&subject=JUnit%20Interview%20Questions%20and%20Answers
CC-MAIN-2018-39
refinedweb
502
70.29
A while back I wrote about how the leading digits of factorials follow Benford’s law. That is, if you look at just the first digit of a sequence of factorials, they are not evenly distributed. Instead, 1’s are most popular, then 2’s, etc. Specifically, the proportion of factorials starting with n is roughly log10(1 + 1...
https://www.johndcook.com/blog/2016/06/21/benfords-law-chi-square-and-factorials/
CC-MAIN-2017-22
refinedweb
437
58.52
Many times, we need to add/change the border of a WinForm control. In WPF, it's very easy and flexible to do so. But in Winforms, it might be tricky sometimes. Most of the Winform controls have a property BorderStyle that allows for a border to be shown around that control. But the look and feel of that border cannot b...
http://www.codeproject.com/Tips/388405/Draw-a-Border-around-any-Csharp-Winform-control.aspx
CC-MAIN-2014-41
refinedweb
193
62.04
Understanding Kubernetes API - Part 2 : Pods second post in the series which discusses about pods API. You can access all the posts in the series here. Pods API Pod is a kubernetes abstraction that runs one or more containers. All pods in kubernetes run in a namespace. All the system related pods run in a namespace cal...
http://blog.madhukaraphatak.com/understanding-k8s-api-part-2/
CC-MAIN-2019-47
refinedweb
413
58.18
scrl, scroll, wscrl - scroll a Curses window #include <curses.h> int scrl(int n); int scroll(WINDOW *win); int wscrl(WINDOW *win, int n); The scroll() function scrolls win one line in the direction of the first line. The scrl() and wscrl() functions scroll the current or specified window. If n is positive, the window s...
http://pubs.opengroup.org/onlinepubs/007908775/xcurses/scrl.html
CC-MAIN-2016-50
refinedweb
122
69.18
Hide Forgot Spec URL: SRPM URL: Description: This package contains the R RPM macros, that most implementations should rely on. You should not need to install this package manually as the R-devel package requires it. So install the R-devel package instead. This is part of the implementation of koji scratch build: The Ch...
https://bugzilla.redhat.com/show_bug.cgi?id=1731422
CC-MAIN-2020-34
refinedweb
572
50.43
Forum:Encyclopedic meme From Uncyclopedia, the content-free encyclopedia I've seen this meme on the site ... it has exploded. That articles should be encyclopedic. This is utterly new to me and I don't know how it started and why this has somehow become a policy. There is a sort of template that is being pasted on new ...
http://uncyclopedia.wikia.com/wiki/Forum:Encyclopedic_meme?oldid=5729484
CC-MAIN-2015-35
refinedweb
2,006
60.85
On 20/09/12 5:23 PM, Derek Buitenhuis wrote: > On 20/09/2012 3:53 PM, jamal wrote: >> I think HAVE_WINDOWS_H should work for that. > > We already have something like HAVE_MSVCRT or so. There's no reason for > an extra check. Heck, we may as well just use _WIN32. HAVE_WINDOWS_H already exists, that's why i mentioned it....
http://ffmpeg.org/pipermail/ffmpeg-devel/2012-September/131450.html
CC-MAIN-2015-06
refinedweb
545
74.9
- Struts Struts2 S:select tag is being used in my jsp, to create a drop down... me code and explain in detail. I am sending you a link. This link will help.../struts/struts2/struts2uitags/autocompleter-example.shtml Thanks. hi i Auto Completer Example Auto Completer Example In this section, we are going to describe th...
http://roseindia.net/tutorialhelp/comment/85876
CC-MAIN-2013-48
refinedweb
1,455
66.74
Code. Collaborate. Organize. No Limits. Try it Today. This article will teach you how to develop an application for Sugar and the XO, the OLPC project machine. More precisely, in this article, I will use C# and Mono to create a new "activity" which works on the XO and on the Sugar emulator included in the downloadable ...
http://www.codeproject.com/Articles/35770/Develop-a-Mono-application-for-the-XO-laptop?fid=1539600&df=90&mpp=10&noise=1&prof=True&sort=Position&view=Expanded&spc=None&fr=1&PageFlow=FixedWidth
CC-MAIN-2014-23
refinedweb
2,308
52.56
Creating a. In this tutorial, we'll create a welcome bot for our programming discussion Discord server. This bot will welcome users as they join and assign them roles and private channels based on their stated interests. By the end of this tutorial, you will: - Have familiarity with the process of creating a Discord bo...
https://docs.replit.com/tutorials/discord-role-bot
CC-MAIN-2022-27
refinedweb
3,498
67.15