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
Dear Mark and Listers, > My student co-worker discovered the YaTiSeWoBe package that contains a > widget and some gluing code to embed a Jython console into Java/Swing > applications: I am the author of YaTiSeWoBe, and I have to confess that this Console is not the best piece of software I ever wrote : ( It's a Saturda...
http://sourceforge.net/p/jython/mailman/message/11764496/
CC-MAIN-2015-11
refinedweb
636
63.09
In this article, we’re going to see how we can work with logging in Akka .NET. There is a logging adapter which allows one to work with various different logging providers (e.g. NLog), and it is very easy to use from within actors. The source code for this article is available at the Gigi Labs BitBucket repository. Exa...
https://gigi.nullneuron.net/gigilabs/actor-logging-with-akka-net/
CC-MAIN-2021-25
refinedweb
970
57.77
While at PyCon in Dallas this weekend, I got a chance to hear David Creemer talk about how he's using CherryPy (among lots of other tools) to deliver a site that's getting 250,000 hits a day before it's even been officially launched. He mentioned during the "lightning" (5 minute) talk that, of his entire toolkit, Cherr...
http://www.aminus.org/blogs/index.php/fumanchu/2006/02/26/making_a_custom_cherrypy_request_class_f
crawl-001
refinedweb
626
59.19
Linked by Thom Holwerda on Tue 12th Jul 2005 20:16 UTC Thread beginning with comment 3233 To view parent comment, click here. To read all comments associated with this story, please click here. To view parent comment, click here. To read all comments associated with this story, please click here. RE[3]: Ubuntu by cr8dl...
http://www.osnews.com/thread?3233
CC-MAIN-2014-52
refinedweb
197
53.14
Opened 6 years ago Last modified 2 years ago #17939 new defect SageTex sageplot giving oversized plots with default Debian pdflatex. Description As above. After using the third possible way of getting latex to talk to sagetex from here: The example code inside the sagetex folder produces a very ugly set of plots roughl...
https://trac.sagemath.org/ticket/17939
CC-MAIN-2021-31
refinedweb
449
71.55
You are given a rod of length N units along with an array that contains the prices of all pieces of size smaller than N (1 to N). You need to find out the maximum profit that can be obtained by cutting the rod into pieces and then selling it. Sample Input: Prices – [ 1, 5, 8, 9, 10, 17, 17, 20 ], N = 8 Expected Output:...
https://nerdycoder.in/2020/08/06/rod-cutting-problem-dp-02/
CC-MAIN-2021-04
refinedweb
292
72.39
Text processing plays a large role in many useful software programs. It can typically involve operations such as pulling apart strings, searching, substituting, and parsing. Applications of text processing include web scraping, natural language processing, text generation and much more. In this post, we will survey sev...
https://www.saturncloud.io/s/textprocessingpython/
CC-MAIN-2020-24
refinedweb
1,645
66.44
, it's several days after I said 'in the next day', but I've finally uploaded a new TemplateServer version. Changes: - several small bug fixes - reimplemented the #block directive to avoid maximum recursion depth errors with large blocks. - created many new test cases in the regression testing suite - added an example ...
https://sourceforge.net/p/webware/mailman/webware-discuss/?viewmonth=200105&viewday=28
CC-MAIN-2017-17
refinedweb
918
67.25
Hello again! I was given an assignment the other day in C++ and I was suppose to use the counter and add a sentinel so the program knew when to stop. Instructors directions: "The file for this assignment reads a sequence of positive integers from a file (2 3 5 7 9 10 22 54 66) and prints them out to the screen together...
https://www.daniweb.com/programming/software-development/threads/386391/sentinel-count-help
CC-MAIN-2018-30
refinedweb
261
66.47
... JAVA" is a free, on-line textbook. It is suitable for use in an introductory JSF Books . Books of Core java Server Faces... to Java developers working in J2SE with a JSP/Servlet engine like Tomcat, as well...JSFSP Programming Books JSP Programming Books  ... server: Microsoft ASP, PHP3, Java servlets, and JavaServe...
http://roseindia.net/tutorialhelp/comment/34323
CC-MAIN-2014-41
refinedweb
1,333
73.98
The LINQ Project On Tuesday September 13, 2005, Anders Hejlsberg did the first public demo of the LINQ Project in the Jim Allchin keynote. What is LINQ you might ask? LINQ stands for Language INtegrated Query and in a nutshell, it makes query and set operations, like SQL statements first class citizens in .NET language...
http://blogs.msdn.com/b/danielfe/archive/2005/09/13/464904.aspx?Redirected=true
CC-MAIN-2014-15
refinedweb
312
64.41
While the announcement that VP8 has been open sourced has been met with great enthusiasm, and will probably be the highlight of this year’s Google IO for some time to come, there are many other interesting new announcements which came at this year’s IO. One of which was a Google Storage. Google storage is nothing less ...
https://www.digit.in/internet/google-i-o-2010-google-storage-4612.html
CC-MAIN-2017-47
refinedweb
740
63.49
In this java tutorial, we are sorting an array in ascending order using temporary variable and nested for loop. We are using Scanner class to get the input from user. Java Example: Program to Sort an Array in Ascending Order In this program, user is asked to enter the number of elements that he wish to enter. Based on ...
https://beginnersbook.com/2018/10/java-program-to-sort-an-array-in-ascending-order/
CC-MAIN-2021-10
refinedweb
269
56.45
Source: lprng Version: 3.8.B Severity: important Tags: patch User: debian-hurd@lists.debian.org Usertags: hurd Hello, lprng currently FTBFS on hurd-i386, because MAXPATHLEN is not defined for GNU/Hurd. POSIX says it is optional when there is no hard limit. The inlined patch below defines that value to 4096 for GNU. Sin...
https://lists.debian.org/debian-hurd/2012/05/msg00021.html
CC-MAIN-2014-10
refinedweb
192
76.72
Polyglot Programming in Spring0 Comments writing the code for a recent blog post on Spring Integration, I thought it would be fun to write some of the code in Groovy. I’ve been writing in Groovy for about 7 years. I’m as fluent in Groovy as I am in Java, so its no problem for me to bounce between the two languages. If ...
https://springframework.guru/polyglot-programming-in-spring/
CC-MAIN-2021-43
refinedweb
658
58.48
. The simple repository introduced in the previous blog is great for simple modules. However, in the previous blog we had to make some changes to our TaskInfo class and Tasks table to make everything work using PetaPoco’s mapping conventions. However, PetaPoco supports an IMapper interface and, in the DAL 2, we have im...
http://www.dnnsoftware.com/community-blog/cid/142379
CC-MAIN-2017-51
refinedweb
738
57.61
In my article My semi automated workflow for blogging, I have talked about my blogging workflow. There were two main things (actually one thing) in that flow that were not automated. i.e., automatically Uploading to Blogger and automatically Uploading to Medium. I have talked about the first one here. This article is a...
https://www.freblogg.com/publish-articles-to-your-medium-blog
CC-MAIN-2021-31
refinedweb
1,149
65.01
The unique() function in C++ helps remove all the consecutive duplicate elements from the array or vector. This function cannot resize the vector after removing the duplicates, so we will need to resize our vector once the duplicates are removed. This function is available in the <algorithm.h> header file. The find() f...
https://www.educative.io/answers/how-to-use-the-unique-function-in-cpp
CC-MAIN-2022-33
refinedweb
198
56.66
Changing Locale Dynamically I am confused about how you are supposed to go about changing the Locale. I am doing this: <f:view <f:loadBundle <h:form> <h:commandButton </h:form> </f:view> The swapLocale method swaps the Locale to/from English and Spanish, and my Person bean is session-scoped. The problem is that when I ...
https://www.java.net/node/703940
CC-MAIN-2014-10
refinedweb
1,617
57.57
- Behavior-Driven Development in Python Friday, February 13, 2015 by martijn broeders, ensures that they are easy to both detect and fix. This speed, clarity, focus and quality in your code is why you need to be adopting this process... now. What Is Behavior-Driven Development? Behavior-Driven Development (which we wil...
https://www.4elements.com/blog/comments/behavior-driven_development_in_python
CC-MAIN-2018-05
refinedweb
2,609
60.75
On 01/15/2014 10:11 AM, James Hogan wrote: When KVM is enabled and TLB invalidation is supported, kvm_mips_flush_host_tlb() can cause a machine check exception due to multiple matching TLB entries. This can occur on shutdown even when KVM hasn't been actively used. Commit adb78de9eae8 (MIPS: mm: Move UNIQUE_ENTRYHI mac...
http://www.linux-mips.org/archives/linux-mips/2014-01/msg00154.html
CC-MAIN-2015-06
refinedweb
321
55.1
This page describes a work in progress, there are no KDE Applications running on Windows Mobile (that I know of). It is only intended to give a starting point to developers for cross compilation and Windows CE related issues. Since Qt is already ported for Windows CE it should be possible to get some KDE applications r...
https://techbase.kde.org/index.php?title=Projects/KDE_on_Windows/Windows_CE&diff=prev&oldid=47393
CC-MAIN-2018-30
refinedweb
1,024
62.88
Thread example was loosely based on Richter’s example in his article on Safe Thread Synchronization. Instead of rewriting his example, I will just link to it. His example properly demonstrates the problem with a Finalizer thread attempting to lock on the object. However Jack goes on to say that locking on this in an or...
https://haacked.com/archive/2006/08/08/threadingneverlockthisredux.aspx/
CC-MAIN-2019-51
refinedweb
614
59.5
I'm working on a module named Class::Sniff. While it's primarily for finding "code smells" in object-oriented hierarchies, it also lets you graph those hierarchies. For example, here's the graph of the B:: modules (Perl's backend modules). The problem I'm trying to solve is that requiring a package via string eval crea...
http://www.perlmonks.org/index.pl?node_id=744049
CC-MAIN-2014-42
refinedweb
1,328
69.92
CFD Online Discussion Forums ( ) - FLUENT ( ) - - Open files in a UDF ( ) Riccardo June 25, 2002 04:09 Open files in a UDF Hi everyone! could you tell me in which way I can access data stored in a file and use it in UDF to define a profile? I'm not so expert in C language, and the UDF i've made is this one: #include "u...
http://www.cfd-online.com/Forums/fluent/29942-open-files-udf-print.html
CC-MAIN-2016-44
refinedweb
320
72.36
Hello all, I have an app that I'm building, slowly as I learn, and I'm having some issues with the JDialog implementation. I'm using NetBeans which generates pretty much everything except for the gutsy bits of code needed... (i.e. code for button actions, etc) I have my main application which uses a JFrame. I have crea...
https://www.daniweb.com/programming/software-development/threads/233309/jdialog-using-netbeans
CC-MAIN-2018-39
refinedweb
578
64.91
I am in an introductory class of Java programming and our first assignment is to create a program that can compute -b +- √b^2 - 4ac / 2a. This is my first time doing anything with java and I'm rather lost on the if/else statement and doing the square roots. Any help with this would be greatly apperciated. So far this i...
http://www.javaprogrammingforums.com/whats-wrong-my-code/5355-help-quadratic-forumla-equation-java-please.html
CC-MAIN-2014-52
refinedweb
123
52.56
Hi, Need some help with python code, I subscribed to Daily Coding Problem platform, where they supply a coding question everyday. However, there seems to be some python code involved in the question. I am well versed with js and java. I would really appreciate, if someone could explain what this python code is doing, e...
https://forum.freecodecamp.org/t/explanation-of-python-code/423254
CC-MAIN-2022-27
refinedweb
158
65.12
Editor's Note: This article was originally written after the release of Mac OS X 10.2 Jaguar, but the information is still relevant even with the release of Panther. Perl 5.8 is included in the installation of Mac OS X v10.3 Panther, but you may want to install your own version if you plan to customize it; or if you ar...
http://developer.apple.com/Internet/Opensource/Perl.Html
crawl-002
refinedweb
2,824
62.88
Access over 20 million homework documents through the notebank Get on-demand Q&A homework help from verified tutors Read 1000s of rich book guides covering popular titles in westlandia, the public holds 50% of m1 in the form of currency, and the required reserve ratio is 20%. <?xml:namespace prefix = o to hold 50% of t...
https://www.studypool.com/questions/1264/macoeconomics-4
CC-MAIN-2020-16
refinedweb
169
56.49
In TFS 2008, we had a lot of requests to make the Build Details View customizable. In 2010, we have taken the first step in that direction. In this post, I will explain how to change the Log View of the new Build Details View to show custom build information. For reference you may want to check out Patrick’s blog post ...
https://blogs.msdn.microsoft.com/jpricket/2009/12/21/tfs-2010-displaying-custom-build-information-in-visual-studio/
CC-MAIN-2017-17
refinedweb
776
55.13
Handling big integers in JavaScript As a part of my training and to refresh myself on certain topics, I recently returned to solving katas from codewars. After few easy ones I jumped to 4 kyu kata with the following instruction: Multiply two numbers! Simple! - The arguments are passed as strings. - The numbers may be w...
https://michalmuszynski.com/blog/big-integers-in-javascript/
CC-MAIN-2022-33
refinedweb
330
59.3
I have json such as ["123","123a","12c3","1f23","e123","r123"] as response from rest server. I want to parse this json as Collection and iterate over it and make exec request over each element in it such as : SERVER + "/get?param=${el}" where el will be 123,123a,12c3,1f23,e123 and r123 My question is how can I do it. Y...
https://codedump.io/share/JYRBGCtNMwEF/1/gatling-convert-json-array-to-map
CC-MAIN-2017-09
refinedweb
158
60.41
Original Dev Thread Background & Motivation Currently the Scala package supports the Module and the Feed Forward API. The Clojure package builds on the Scala package and supports the Module API. The Gluon API is only supported so far in the Python package, however it is more full featured and all of the newer documenta...
https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=103089990
CC-MAIN-2022-05
refinedweb
390
56.66
Type: Posts; User: boudino Does the order of elements matter? Despite it is wrong in design because there should be loop, not a recursion, in which sense it doesn't work? Can you post sample data? Maybe there are more then one answers (good and bad) for a queastion? At first look, I cannot see anything weird. If I look...
http://forums.codeguru.com/search.php?s=c9606720b7e31f014127ae19c22559fc&searchid=5795571
CC-MAIN-2014-52
refinedweb
611
66.74
Scaffolding This article demonstrates how to scaffold a Kendo UI Chart for ASP.NET MVC by using the Kendo UI Scaffolder Visual Studio extension. Important The Kendo UI Scaffolder will not include the required UI for ASP.NET MVCfiles to the project. To achieve this automatically, use the Telerik UI for ASP.NET MVC Visua...
https://docs.telerik.com/aspnet-mvc/helpers/chart/scaffolding
CC-MAIN-2018-05
refinedweb
645
59.5
Yesterday, our Princeton JUG has celebrated the first day of Spring with the presentation on Spring framework. The presentation was well received, and most importantly, the atmosphere in the meeting was very friendly and productive. We started with pizza provided by our host and sponsor (Infragistics). Then, I spent 10...
https://yakovfain.com/2006/03/22/jugging-along-in-princeton/
CC-MAIN-2018-05
refinedweb
301
63.49
HELLO! Today we’re going to talk about THREAD POOLS and PARALLELIZING COMPUTATION. I learned a couple of things about this over the last few days. This is mostly going to be about Java & the JVM. It turns out that there are lots of things to know about concurrency on the JVM, but luckily, lots of people know those thin...
http://www.shellsec.com/news/6379.html
CC-MAIN-2017-34
refinedweb
1,313
82.54
Opened 7 years ago Closed 7 years ago #17161 closed Bug (invalid) Call super in BaseForm.__init__ Description Currently /django/forms/forms.py BaseForm.__init__ (as well as a fair number of other classes) does not call super().__init__. This makes it impossible to create form mixins. Consider: from django import forms ...
https://code.djangoproject.com/ticket/17161
CC-MAIN-2018-22
refinedweb
296
58.69
0 I have to write a program where a user trys to pick a number. The code i've written below always exits after 2 guesses abd says the guess was correct even if it's wrong. Can anyone see what i'm doing wrong? Thanks # include <stdio.h> # define NUMBER 50 int main(void) { int guess=0, count=0, loop=0; printf("Guess> ");...
https://www.daniweb.com/programming/software-development/threads/149816/guess-number
CC-MAIN-2017-51
refinedweb
111
83.56
Matplotlib is a Python library used to create charts and graphs. In this first lesson, you will get an overview of the basic commands necessary to build and label a line graph. The concepts you will learn include: - Creating a line graph from data - Changing the appearance of the line - Zooming in on different parts of...
https://www.codecademy.com/courses/data-visualization-python/lessons/matplotlib-i/exercises/introduction-matplotlib-i
CC-MAIN-2022-27
refinedweb
193
64.44
Introduction: Make a Crawling Robot Zombie With Severed Legs Second Prize in the Halloween Decor Contest We all love zombies and robots, two of the things that are most likely to be our undoing one day. Lets help things along by building a creepy little robot zombie. My goal with this Instructable is to take a doll and...
http://www.instructables.com/id/Make-a-Crawling-Robot-Zombie-with-Severed-Legs/
CC-MAIN-2018-09
refinedweb
9,613
63.53
22 December 2009 06:07 [Source: ICIS news] By John Richardson SINGAPORE (ICIS news)--China’s capacity to produce polyethylene and polypropylene will expand at a double-digit pace next year, while demand growth is expected to ease, said an analyst with CBI, a Shanghai-based commodity information service, on Tuesday. The...
http://www.icis.com/Articles/2009/12/22/9321058/china-pepp-capacity-expansion-to-outpace-demand-growth-in-10.html
CC-MAIN-2014-41
refinedweb
321
72.26
In this article, we’ll show you how to use Python to create your digital clock. We’ll do this using Tkinter. As we all know, Tkinter is used to make a wide range of GUI (Graphical User Interface) applications. We’ll learn how to make a digital clock with Tkinter in this demo. Python Digital Clock – What’s needed? The m...
https://www.codeunderscored.com/make-digital-clock-python/
CC-MAIN-2022-21
refinedweb
1,396
57.37
Example News Item Still learning the ropes of our blog system. « March 3, 2006 | Main | March 29, 2006 » Still learning the ropes of our blog system. A Virtual Directory is a directory service (primiarly LDAP interface, though in theory other protocols like DSML or another Web Service could be used) that is unique in t...
http://blogs.oracle.com/mwilcox/2006/03/18/
crawl-002
refinedweb
542
51.68
Learn how to migrate your existing App Engine app from the Go 1.9 runtime to the Go 1.12+ runtimes of the App Engine standard environment. Changes in the App Engine Go 1.12+ runtime You must make changes to your existing App Engine Go app and your deployment process in order to use the App Engine Go 1.12+ runtimes. The...
https://cloud.google.com/appengine/docs/standard/go/go-differences
CC-MAIN-2020-40
refinedweb
917
60.01
I am using the Photoshop's javascript API to find the fonts in a given PSD. Given a font name returned by the API, I want to find the actual physical font file that that font name corresponds to on the disc. This is all happening in a python program running on OSX so I guess I'm looking for one of: 2016年12月02日47分57秒 Un...
http://www.91r.net/ask/469.html
CC-MAIN-2016-50
refinedweb
287
63.7
The final keyword Posted on March 1st, 2001 The final keyword has slightly different meanings depending on the context, but in general it says “This cannot be changed.” You might want to prevent changes for two reasons: design or efficiency. Because these two reasons are quite different, it’s possible to misuse the fin...
http://www.codeguru.com/java/tij/tij0071.shtml
CC-MAIN-2014-41
refinedweb
789
63.8
Investors in Tandem Diabetes Care Inc (Symbol: TNDM) saw new options begin trading this week, for the September 18th expiration. At Stock Options Channel, our YieldBoost formula has looked up and down the TNDM options chain for the new September 18th contracts and identified one put and one call contract of particular ...
https://www.nasdaq.com/articles/first-week-of-tndm-september-18th-options-trading-2020-07-17
CC-MAIN-2021-43
refinedweb
413
64.1
Hello, I am using Oracle 12c and VS 2012 Express. I tried this simple code but it fails: #include <stdio.h> #include <iostream> #include <occi.h> using namespace oracle::occi; using namespace std; int main( int argc, const char* argv[] ) { //create environment and connection Environment* env = Environment::createEnviro...
https://community.oracle.com/message/11204243
CC-MAIN-2014-15
refinedweb
187
61.43
I really don't like the C# out keyword. I don't like its syntax and the fact that it makes method signatures look so weird. Worse than that though is the way it forces consumers of your code to also write the directive and code 'around it'. I can fully appreciate its purpose and why the designers put it into the C# lan...
https://www.codeproject.com/script/Articles/View.aspx?aid=14780
CC-MAIN-2017-30
refinedweb
1,776
52.9
OpenGL Headline News Intel Mesa driver for Linux is now OpenGL 4.6 conformant. Feb 01, 2018 | Read article... | Permalink Khronos Launches OpenGL 4.6 Adopters Program - Conformance Test Suite in Open Source The Khronos Group announces the launch of the OpenGL. Jan 31, 2018 | Read article... | Permalink Kh. Jan 30, 2018...
https://www.opengl.org/news/permalink/pixellight-engine-0.9.10-released/
CC-MAIN-2018-09
refinedweb
150
70.09
On 30-Nov-03, 09:23 (CST), Thomas Viehmann <tv@beamnet.de> wrote: > If you absolutely want that, how about having a script on top of add > user manage the system uids. That could avoid reassigning UIDs as long > as it can and then ask the user about it (it could even reassign UIDs > upun reinstallation).. I think the i...
https://lists.debian.org/debian-devel/2003/11/msg02308.html
CC-MAIN-2016-50
refinedweb
125
76.56
Static Code Analysis for Julia using Pkg Pkg.add("StaticLint") using StaticLint ``` html **Documentation**: []() ## Description This package supports LanguageServer.jl functionality broadly by: 1. linking the file tree of a project 2. marking scopes/namespaces within the syntax tree (ST) 3. marking variable bindings (f...
https://juliaobserver.com/packages/StaticLint
CC-MAIN-2021-17
refinedweb
693
51.85
PhoneGap just updated to 1.6.1. Any ETA on the new Sencha touch supporting the cordova versions of phonegap? Thanx! I am also very interested to get ST 2.0.1 working with Cordova 1.6.1. In fact, I can't get ST 2.0.1RC with PhoneGap 1.4.1 (before the namespace change) too. I am succesfully building native android apps w...
http://www.sencha.com/forum/showthread.php?191614-Bug-Fix-for-Cordova-1.5-(PhoneGap)&p=783650
CC-MAIN-2015-18
refinedweb
197
69.99
Here is a small script that will detect some guideline violations for vim. I put it in my .vimrc and it highlight all the errors it can find in all opened files. I'd like to know if you made improvements on it. " autocmd that will set up the w:created variable (vim tip 1598) " so we can run the check only once per wind...
https://dev.haiku-os.org/wiki/CodingGuidelines/VIM?version=5
CC-MAIN-2019-30
refinedweb
161
68.4
I'm trying to define and then implement an abstract setter which takes a List of Objects as a parameter. Here's the gist of this simple idea: public abstract class MyClass { public abstract void setThings(List<?> things); } public class Bar extends MyClass { private List<String> things; @Override public void setThings(...
https://codedump.io/share/E20sgwK82D7F/1/implement-generic-method-with-list-parameter
CC-MAIN-2017-43
refinedweb
169
61.06
I have a C# winforms app that runs a macro in another program. The other program will continually pop up windows and generally make things look, for lack of a better word, crazy. I want to implement a cancel button that will stop the process from running, but I cannot seem to get the window to stay on top. How do I do ...
https://exceptionshub.com/how-to-make-a-window-always-stay-on-top-in-net.html
CC-MAIN-2021-21
refinedweb
972
60.92
C# is a simple, modern, general purpose and object oriented programming language developed by Microsoft. It is component oriented and easy to learn. C# is a structured language used to produce efficient programs. This language is part of the .Net framework and can be compiled on diverse computer platforms. It’s syntax ...
https://blog.udemy.com/c-sharp-pause/
CC-MAIN-2017-26
refinedweb
1,058
50.53
Sometimes simple notation can make a big difference. One example of this is the Kronecker delta function δij which is defined to be 1 if i = j and zero otherwise. Because branching logic is built into the symbol, it can keep branching logic outside of your calculation. That is, you don’t have to write “if … else …” in ...
https://www.johndcook.com/blog/2018/09/16/permutation-tensor/
CC-MAIN-2020-29
refinedweb
841
63.29
8.1 Writing C header files Writing portable C header files can be difficult, since they may be read by different types of compilers: - C++ compilers C++ compilers require that functions be declared with full prototypes, since C++ is more strongly typed than C. C functions and variables also need to be declared with the...
http://www.manpagez.com/info/libtool/libtool-2.4.2/libtool_44.php
CC-MAIN-2017-09
refinedweb
285
54.22
Create a thread #include <pthread.h> int pthread_create( pthread_t* thread, const pthread_attr_t* attr, void* (*start_routine)(void* ), void* arg ); If attr is NULL, the default attributes are used (see pthread_attr_init()). The thread in which main() was invoked behaves differently. When it returns from main(), there'...
http://www.qnx.com/developers/docs/6.6.0.update/com.qnx.doc.neutrino.lib_ref/topic/p/pthread_create.html
CC-MAIN-2018-26
refinedweb
184
53.21
If I lived in "Google-land", I could use Google Bookmarks. But I don't and had to look for alternatives. After some searching I found a possible way to import bookmarks: - Upload your single html file of exported bookmarks to a document on Google Docs. - In your browser navigate to said page. - Manually click on each l...
https://blog.code-cop.org/2010/10/android-browser-bookmarks.html?showComment=1308743159650
CC-MAIN-2019-26
refinedweb
696
71.61
quotactl - manipulate disk quotas Synopsis Description Return Values Errors Colophon #include <sys/quota.h> #include <xfs/xqm.h> int quotactl(int cmd, const char *special, int id ", caddr_t " addr ); The quota system can be used to set per-user and per-group limits on the amount of disk space used on a file system. For...
http://manpages.sgvulcan.com/quotactl.2.php
CC-MAIN-2017-09
refinedweb
221
65.12
How to Build a Personal Stock Market Dashboard In this tutorial, we will be building a single-page web dashboard for tracking a real or imaginary stock portfolio. This dashboard will: - Allow the user to record stock purchases. - Track the current price of all stocks held through web scraping. - Show the user the perce...
https://docs.replit.com/tutorials/personal-stock-market-dashboard
CC-MAIN-2022-27
refinedweb
3,524
63.49
When I first saw c# threading code, I just falled in love forever. As days passed by the power and simplicity of “System.Threading” namespace converted my love in to blind love. In case you have not still fallen in love and new to C# threading, you can start looking at my C# training threading video. The blind love was...
http://www.codeproject.com/Articles/389730/The-unsung-hero-Volatile-keyword-Csharp-threading?fid=1718675&df=90&mpp=25&sort=Position&spc=Relaxed&select=4296641&tid=4261166
CC-MAIN-2015-18
refinedweb
239
71.95
Originally posted by fengqiao cao: hi, i found new stuff. the output of the following code is: no such file found doing fianlly -2 i tried to not comment line 1 the output is -1 and i also tried to comment line 3, but compile erro. From the output, we can understand that finally block executed first and then "return st...
http://www.coderanch.com/t/231405/java-programmer-SCJP/certification/concept
CC-MAIN-2014-41
refinedweb
186
57.37
Opened 4 years ago Closed 3 years ago #6847 closed defect (wontfix) To enable connecting with NoUserID (for Testlink integration) Description Currently, I have to use 'anonymous' as the username to connect with xmlrpc: import xmlrpclib server = xmlrpclib.ServerProxy("http://'''anonymous'''@server/trac/project/xmlrpc") ...
http://trac-hacks.org/ticket/6847
CC-MAIN-2013-48
refinedweb
223
54.52
Metrics¶ Airflow can be set up to send metrics to StatsD. Setup¶ First you must install statsd requirement: pip install 'apache-airflow[statsd]' Add the following lines to your configuration file e.g. airflow.cfg [metrics] statsd_on = True statsd_host = localhost statsd_port = 8125 statsd_prefix = airflow If you want t...
https://airflow.apache.org/docs/apache-airflow/2.1.4/logging-monitoring/metrics.html
CC-MAIN-2022-33
refinedweb
201
50.06
I've been working on this script all weekend and am almost done with it accept for one last detail; implementing a "process another number?" prompt after a user input is processed. The script works like this: First, the user enters a number to test (to find the two prime numbers that make up that number). Next the prog...
https://www.daniweb.com/programming/software-development/threads/114252/need-some-help-implementing-a-continue-or-quit-prompt
CC-MAIN-2018-30
refinedweb
426
71.44
See: Description The job of a "name" in the context of ISO 19103 is to associate that name with an Object. Examples given are objects: which form namespaces for their attributes, and Schema: which form namespaces for their components. A straightforward and natural use of the namespace structure defined in 19103 is the ...
http://docs.geotools.org/latest/javadocs/org/opengis/util/package-summary.html
CC-MAIN-2019-18
refinedweb
162
51.18
I am using NetBeans and doing my first graphics applet for a intro to Java class. I an getting a error "happyface.HappyFace class wasn't found in HappyFace project". The error brings up a box to chose a main class but in the box the only option is <no main classes found>. Here are my steps; 1) create the project by sel...
http://forums.devshed.com/java-help-9/java-class-wasnt-found-project-error-using-netbeans-955086.html
CC-MAIN-2017-30
refinedweb
255
67.35
Hello everyone. I'm new to Java and I'm trying to check if the user is inputting a word, or a number. We were just introduced to while loops in class and I figured I'd try one out. My program worked up until I tried to validate what the user is inputting. My problem is that the input doesn't stop and the user can just ...
http://www.javaprogrammingforums.com/%20whats-wrong-my-code/18009-while-loop-issue-printingthethread.html
CC-MAIN-2015-11
refinedweb
161
63.46
What Is Forth Anyway? Forth is a stack-based procedural programming language that was invented by Charles H. Moore around 1968. By 1970 Forth was being used to control the space telescopes at Kitt Peak Observatory in Arizona. At that time programming tools for small computer systems were rather crude and computer memor...
http://www.drdobbs.com/embedded-systems/jforth-implementing-forth-in-java/207801675?pgno=2
CC-MAIN-2014-52
refinedweb
1,348
53.31
As the title states, I am having issues creating a DLL for use with my AutoIt script. It compiles without error, however I can not get it to work with C++ or AutoIt - however I have not worked with DLLs in AutoIt before. Are there any good resources to aid in creation of DLLs? I am guessing there is a problem with my c...
http://www.autoitscript.com/forum/topic/137712-creating-dll-in-c-for-use-with-autoit-script-having-issues/?p=964230
CC-MAIN-2014-23
refinedweb
237
61.36
Following on from the previous post on the double pendulum, here is a similar Python script for plotting the behaviour of the "spring pendulum": a bob of mass $m$ suspended from a fixed anchor by a massless spring. As before, the code places frames of the animation in a directory frames/ which can be turned into a gif ...
https://scipython.com/blog/the-spring-pendulum/
CC-MAIN-2021-39
refinedweb
947
72.97
Django database backend for MySQL that provides pooling ala SQLAlchemy. Project description monkey-patch it. The second point sounds bad, but it is the best option because it does not freeze the Django MySQL backend at a specific revision. Using this method allows us to benefit from any bugs that the Django project fix...
https://pypi.org/project/django-mysqlpool/
CC-MAIN-2019-35
refinedweb
553
64.2
Get Up And Running With Grunt - By Mike Cunsolo - October 29th, 2013 - 58 Comments In this article, we’ll explore how to use Grunt1 in a project to speed up and change the way you develop websites. We’ll look briefly at what Grunt can do, before jumping into how to set up and use its various plugins to do all of the he...
http://www.smashingmagazine.com/2013/10/get-up-running-grunt/
CC-MAIN-2015-32
refinedweb
1,554
56.25
The QModemService class implements telephony functionality for AT-based modems. More... #include <QModemService> Inherits QTelephonyService. The QModemService class implements telephony functionality for AT-based modems. The default implementation uses AT commands from the GSM standards 3GPP TS 07.07, 3GPP TS 07.05, 3G...
https://doc.qt.io/archives/qtopia4.3/qmodemservice.html
CC-MAIN-2021-21
refinedweb
1,097
50.94
#include <unistd.h> ssize_t pread(int fildes, void *buf, size_t nbyte, off_t offset); ssize_t read(int fildes, void *buf, size_t nbyte); The read() function shall attempt to read nbyte bytes from the file associated with the open file descriptor, fildes, into the buffer pointed to by buf. The behavior of multiple concu...
http://www.makelinux.net/man/3posix/P/pread
CC-MAIN-2015-06
refinedweb
1,764
60.55
Metrics Machine Batch Export The Batch Export feature from Metrics Machine isn't in the new extension version. Can that feature be added back? Those could be added, I guess. Where features are generated for a given set of ufo files. +1 request for Metrics Machine Batch Export Very useful for larger families! @mr @jmick...
https://forum.robofont.com/topic/512/metrics-machine-batch-export/
CC-MAIN-2019-22
refinedweb
254
51.85
On Mon, 2008-08-18 at 16:31 +0100, tvrtko.ursulin@sophos.com wrote:> Theodore Tso <tytso@mit.edu> wrote on 18/08/2008 15:25:11:> > >.> > Also, just to double-check, you don't think AV scanning would read the > whole file on every write?Make this a userspace problem. Send a notification on every mtimeupdate and let user...
http://lkml.org/lkml/2008/8/18/204
CC-MAIN-2014-49
refinedweb
645
53.71
Sherman, set the Wayback Machine to last week The Internet has begun to route around the damage caused by the disruption of access to my 1999-2002 BYTE.com columns. I really hope a better solution will be forthcoming. When you are a writer whose entire corpus exists online, woven into a fabric of citation and commenta...
http://weblog.infoworld.com/udell/2002/11/29.html
crawl-001
refinedweb
270
72.97
fix some common errors in translated strings automatically. Use it with caution to not have it add errors. See also Quality checks¶ Weblate employs a wide range of quality checks on strings. The following section describes them all in further detail. There are also language specific checks. Please file a bug if anythi...
http://docs.weblate.org/en/weblate-3.9.1/user/checks.html
CC-MAIN-2019-51
refinedweb
877
54.63
Man Page Manual Section... (3) - page: res_querydomain NAMEres_init, res_query, res_search, res_querydomain, res_mkquery, res_send, dn_comp, dn_expand - resolver routines SYNOPSIS #include <netinet/in.h> #include <arpa/nameser.h> #include <resolv.h> extern struct state _res; int res_init(void); int res_query(const char...
http://linux.co.uk/documentation/man-pages/subroutines-3/man-page/?section=3&page=res_querydomain
CC-MAIN-2013-20
refinedweb
140
55.64
This is working great for me so far, but I did encounter one issue. When the controller class from my sub-application is loaded, it looks for the stores and models in my main application's app path rather than in the application path of my sub-application. I get this error: Code: Uncaught Error: [Ext.Loader] Failed loa...
http://www.sencha.com/forum/showthread.php?133087-Multiple-Ext.Applications-(Big-Applications)/page5
CC-MAIN-2015-18
refinedweb
1,309
64.41
Integrate with Appodeal to monetize and promote your apps & games with ads on Android and iOS. Integrate with Appodeal to monetize and promote your apps & games with ads on Android and iOS. Once you have included Felgo Appodeal Plugin you can display ad banners and interstitials from Google advertisers in your apps & g...
https://felgo.com/doc/plugin-appodeal/
CC-MAIN-2020-16
refinedweb
176
56.35
I would like to override a method in an object that's handed to me by a factory that I have little control over. My specific problem is that I want to override the getInputStream and getOutputStream of a Socket object to perform wire logging. However the generic problem is as follows: public class Foo { public Bar doBa...
https://codedump.io/share/ICsaPclQMQCv/1/overriding-a-method-in-an-instantiated-java-object
CC-MAIN-2018-26
refinedweb
101
63.49
Formatting Your Output with C++ Streams If you do a great deal of C++ programming, sooner or later you'll end up having to format some text data. This might be the case if you're writing text to the screen (such as in a console program) or if you're writing text to a file. Thanks to the beauty of an important part of t...
http://www.informit.com/articles/article.aspx?p=170770&amp;seqNum=7
CC-MAIN-2016-44
refinedweb
627
64.85
To comment a group of lines, first select the lines. Then, holding down the Control key throughout, press K, then C. To uncomment, hold down the Control key and press K, then U. (These two stroke combinations are called "chords.") Do you have a Visual Studio tip, you'd like to share? Send it to me at phvogel@1105media....
http://visualstudiomagazine.com/blogs/tool-tracker/2011/04/wbtip_comment-keystrokes.aspx
CC-MAIN-2014-15
refinedweb
3,374
72.97
Adding Identity Roles To Identity Server 4 in .NET Core 3.1! Prerequisites First of all, you must have a .NET Core 3.1 SDK (Software Development Kit) installed in your computer and I also assumed you are currently running Windows 10 or some Linux with proper environment set. And the IdentityServer4 package on which we ...
https://ffimnsr.medium.com/adding-identity-roles-to-identity-server-4-in-net-core-3-1-d42b64ff6675?readmore=1&source=---------6----------------------------
CC-MAIN-2021-21
refinedweb
933
66.84
Python Cookbook Programming Python, Second Edition with CD Python in a Nutshell Python Programming for the Absolute Beginner (Absolute Beginner) Python Pocket Reference (Pocket Reference (O'Reilly)) Format: Paperback Author: Mark Lutz ReleaseDate: December, 2003 Publisher: O'Reilly Media Rating: This should be your fir...
http://www.linux-directory.com/programming/Learning-Python-Second-Edition.shtml
crawl-001
refinedweb
688
63.29
original in en Egon Willighagen This article is based on the latest release of Lire, being lire-20011017. Note that configuration has changed a lot since the previous release, and that, basically, the first article in this series is already outdated. The general idea of lr_config, however, has not changed. New features...
http://www.linuxfocus.org/English/November2001/article218.meta.shtml
CC-MAIN-2014-41
refinedweb
1,696
54.42
Learn how to use the lambda, map, filter, and reduce functions in Python to transform data structures. “Object-oriented programming makes code understandable by encapsulating moving parts. Functional programming makes code understandable by minimizing moving parts.” : Michael Feathers There are multiple programming lan...
https://parulpandey.com/2019/07/12/elements-of-functional-programming-in-python/
CC-MAIN-2022-21
refinedweb
1,772
63.19
! Note - The Minecraft Turtle is now part of the minecraft-stuff module, see minecraft-stuff.readthedocs.io for documentation and install instructions. The MinecraftTurtle is really easy to install and use, clone it and run the setup program. If you want to get started quickly through, I would download the complete cod...
https://www.stuffaboutcode.com/2014/05/minecraft-graphics-turtle.html
CC-MAIN-2019-35
refinedweb
276
76.52
Access control in Azure Data Lake Storage Gen1 Azure Data Lake Storage Gen1 implements an access control model that derives from HDFS, which in turn derives from the POSIX access control model. This article summarizes the basics of the access control model for Data Lake Storage Gen1. Access control lists on files and f...
https://docs.microsoft.com/en-us/azure/data-lake-store/data-lake-store-access-control
CC-MAIN-2019-51
refinedweb
1,714
64.51
dircntl() Control an open directory Synopsis: #include <dirent.h> int dircntl( DIR * dir, int cmd, ... ); Since: BlackBerry 10.0.0 Arguments: - dir - Provide control for this directory. - cmd - At least the following values are defined in <dirent.h>: - D_GETFLAG — retrieve the flags associated with the directory refere...
http://developer.blackberry.com/native/reference/core/com.qnx.doc.neutrino.lib_ref/topic/d/dircntl.html
CC-MAIN-2016-40
refinedweb
258
51.24
’s an example: case class User(val name: String, val age: Int) val userBase = List(new User("Travis", 28), new User("Kelly", 33), new User("Jennifer", 44), new User("Dennis", 23)) val twentySomethings = for (user <- userBase if (user.age >=20 && user.age < 30)) yield user.name // i.e. add this to a list twentySomething...
https://docs.scala-lang.org/tutorials/tour/for-comprehensions.html.html
CC-MAIN-2018-51
refinedweb
251
82.34
The QRasterPaintEngine class enables hardware acceleration of painting operations in Qtopia Core. More... #include <QRasterPaintEngine> This class is under development and is subject to change. Inherits QPaintEngine. This class was introduced in Qt 4.2. The QRasterPaintEngine class enables hardware acceleration of pain...
https://doc.qt.io/archives/4.3/qrasterpaintengine.html
CC-MAIN-2019-18
refinedweb
140
52.36
[ ] Vasily Zakharov commented on HARMONY-3702: ------------------------------------------ I've checked the issue on the current build. The results are as follows: WriterTest works identically on RI, Harmony/IBMVM and Harmony/DRLVM. ReaderTest work differently on RI, Harmony/IBMVM and Harmony/DRLVM - the outputs are sim...
http://mail-archives.apache.org/mod_mbox/harmony-commits/200707.mbox/%3C27067230.1185142352216.JavaMail.jira@brutus%3E
CC-MAIN-2015-11
refinedweb
415
54.29