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
Opened 8 years ago Closed 8 years ago Last modified 8 years ago #4074 closed bug (fixed) Forking not possible with large processes Description If a haskell program requires a lot of memory, trying to fork() fails because, due to the program size, the clone() syscall takes long and will interrupted by the ghc runtime ti...
https://ghc.haskell.org/trac/ghc/ticket/4074
CC-MAIN-2018-13
refinedweb
715
72.26
08 FrontoFHouse May 2013 FOH Publisher Acquires MMR, SBO, JAZZed and Choral Director Gibson Amphitheatre Announces Plan to Close in September Crew Member Dies after Fall at AT&T Center in San Antonio, TX 22 Show Report Prolight + SoundHot Live Sound Products Debut in Frankfurt 34 Production Profile 44 Tech PreviewSSL E...
https://id.scribd.com/document/154947349/FOH-1305
CC-MAIN-2019-43
refinedweb
23,170
60.35
Difference between revisions of "Web Tools Platform 2.0 Plan" Revision as of 11:53, 26 April 2006 Contents - 1 Eclipse Web Tools Project DRAFT 2.0 Plan - 1.1 Release deliverables - 1.2 Release milestones and release candidates - 1.3 Target Operating Environments - 1.4 Compatibility with Other WTP Releases - 1.5 Eclipse...
http://wiki.eclipse.org/index.php?title=Web_Tools_Requirements_2.0&diff=4326&oldid=4262%7Cadditional
CC-MAIN-2016-50
refinedweb
897
68.06
camera_take_burst() Take multiple photos in burst mode. Synopsis: #include <camera/camera_api.h> camera_error_t camera_take_burst(camera_handle_t handle, int burst_count, void(*shutter_callback)(camera_handle_t, void *), void(*raw_callback)(camera_handle_t, camera_buffer_t *, void *), void(*postview_callback)(camera_ha...
http://developer.blackberry.com/playbook/native/reference/com.qnx.doc.camera.lib_ref/topic/camera_take_burst.html
CC-MAIN-2017-04
refinedweb
393
54.83
now, int's x y and z all make it here, but i cant make them go to the arrays,now, int's x y and z all make it here, but i cant make them go to the arrays,Code: #include "accounts.h" class Bank:Account{ sav_acct *Ps; chk_acct *Pc; time_acct *Pt; char name[20]; char addy[50]; public: Bank(int x, int y, int z);{ Ps = new ...
http://cboard.cprogramming.com/cplusplus-programming/34168-my-dynamic-pointer-wont-pass-values-printable-thread.html
CC-MAIN-2015-48
refinedweb
107
58.12
How to Make a WebsiteA Comprehensive Guide to Building a Website From Scratch Born Out of My Frustration Trying to Answer the Simple Question: How Do I Make a Non-Stupid Website? Includes Notes about How This Website Was Built and Source Code by Oliver; Jan. 13, 2014 Introduction This article is no longer up to date Si...
http://www.oliverelliott.org/article/computing/tut_web/
CC-MAIN-2017-39
refinedweb
10,868
64.91
03-30-2019 08:08 AM Hello, I am trying to add some utilities to my PetaLinux build (v2018.2) on a Zedboard, including gdb, zip, and vim. I go into the configuration menu (petalinux-config -c rootfs) and select the utilities to add, save the configuration, and run petalinux-build. When I copy the resulting BOOT.BIN and ...
https://forums.xilinx.com/t5/Embedded-Linux/Adding-Utilities-to-PetaLinux-Build-Causes-Boot-Failure/m-p/956119
CC-MAIN-2020-24
refinedweb
2,702
66.54
I have finished editing the program but I still have a couple of errors that I can't figure out, please help Errors: Error 1 error C2601: 'split' : local function definitions are illegal \\ilabss\home$\D03279277\Documents\Visual Studio 2005\Projects\err\err\err.cpp 97 Error 2 fatal error C1075: end of file found before...
https://www.daniweb.com/programming/software-development/threads/306117/append-and-display-records-in-a-address-database-help
CC-MAIN-2017-51
refinedweb
327
58.42
This class is used as a namespace to group several global properties of Panda. More... #include "pandaSystem.h" List of all members. This class is used as a namespace to group several global properties of Panda. Application developers can use this class to query the runtime version or capabilities of the current Panda ...
http://www.panda3d.org/reference/1.8.0/cxx/classPandaSystem.php
CC-MAIN-2015-06
refinedweb
626
53.17
All Loops Are a Code Smell The death of for, while, and their ilk. Loops are a fundamental part of programming. We need to do something for each item in a list. We need to read input until input is exhausted. We need to put n number of boxes on the screen. But every time I see a loop being added to code in a PR, my eye...
https://medium.com/swlh/all-loops-are-a-code-smell-6416ac4865d6
CC-MAIN-2021-21
refinedweb
1,025
57.06
we encourage it, as having an account provides a number of additional benefits. These benefits include: Instant benefits Registered users instantly acquire a userspace. For starters, this means: - A user page: a page with your name and the prefix User:, which you can use to write whatever introduction to other Uncyclo...
http://uncyclopedia.wikia.com/wiki/Uncyclopedia:Create_an_account?redirect=yes
CC-MAIN-2014-49
refinedweb
569
67.99
module Sound.ALSA.Sequencer.Concurrent ( threadWaitInput , threadWaitOutput , threadWaitDuplex , input , output , drainOutput ) where import qualified Sound.ALSA.Sequencer.Poll as AlsaPoll import qualified Sound.ALSA.Sequencer.Marshal.Sequencer as Seq import qualified Sound.ALSA.Sequencer.Event as Event import Sound.AL...
http://hackage.haskell.org/package/alsa-seq-0.6.0.1/docs/src/Sound-ALSA-Sequencer-Concurrent.html
CC-MAIN-2014-52
refinedweb
570
54.39
NAMEmlock, mlock2, munlock, mlockall, munlockall - lock and unlock memory SYNOPSIS #include <sys/mman.h> int mlock(const void *addr, size_t len); int mlock2(const void *addr, size_t len, unsigned int flags); int munlock(const void *addr, size_t len); int mlockall(int flags); int munlockall(void); DESCRIPTIONmlock(), to...
https://man.archlinux.org/man/mlock.2.en
CC-MAIN-2022-21
refinedweb
231
68.06
Created on 2017-12-13 15:48 by barry, last changed 2018-03-05 19:23 by barry. This issue is now closed. Along the lines of Issue32303 there's another inconsistency in namespace package metadata. Let's say I have a namespace package: >>> importlib_resources.tests.data03.namespace <module 'importlib_resources.tests.data0...
https://bugs.python.org/issue32305
CC-MAIN-2018-39
refinedweb
421
68.97
SPLOIT: How to Make a Python Port Scanner NOTICE: Ciuffy will be answering questions related to my articles on my behalf as I am very busy. Hope You Have Fun !!! Hello Guys, Welcome to my first tutorial and in this tutorial we are basically going to create a port scanner in python ( I guess without external libraries )...
https://null-byte.wonderhowto.com/how-to/sploit-make-python-port-scanner-0161074/
CC-MAIN-2017-17
refinedweb
1,693
71.34
Last week I asked about this so I tried to write another example to try it out. I have a Line class which needs to have and members of type Point and member functions that return type Point. The Point class needs to have member functions that return type Line (this has been omitted from the example because the solution...
https://www.daniweb.com/programming/software-development/threads/114375/classes-which-depend-on-each-other
CC-MAIN-2017-17
refinedweb
434
74.19
Dropping privileges in a SUID binary I required an application to run as a SetUID application under FreeBSD, requiring the application to run under a different user and set of groups after completing a task. I choose the term 'set of groups' because in some systems (like FreeBSD :) ) may associate a process with a numb...
http://meschbach.com/kb/posix-suid-drop-privileges.html
CC-MAIN-2018-13
refinedweb
1,461
50.06
Prabhu Ramachandran posted the following note to the enthought-dev mailing list. The result is that TVTK Scene in Pyface is now GUI-toolkit-independent, and Mayavi2 is independent of Envisage. Just a quick note. I’ve refactored the pyface.tvtk scene in the branches. I’ve “abstracted” the core TVTK functionality of a ge...
http://blog.enthought.com/python/improved-code-separation-in-tvtk-and-mayavi2/
CC-MAIN-2017-22
refinedweb
316
67.45
Have you seen Stackbit’s new “Code” & “Content” editors? I’m not sure what more a person needs in life to learn or teach static site generator HTML templating & front-matter data modeling practices. I wish this had been around a year ago when I started my Jamstack journey. Templating Check this out: once I spin it up, ...
https://practicaldev-herokuapp-com.global.ssl.fastly.net/katiekodes/stackbit-can-teach-you-web-development-3blh
CC-MAIN-2021-21
refinedweb
347
61.77
A plot item, that represents a series of points. More... #include <qwt_plot_curve.h> A plot item, that represents a series of points. A curve is the representation of a series of points in the x-y plane. It supports different display styles, interpolation ( f.e. spline ) and symbols. Attribute for drawing the curve Cur...
http://qwt.sourceforge.net/class_qwt_plot_curve.html
CC-MAIN-2015-22
refinedweb
539
58.48
This is your resource to discuss support topics with your peers, and learn from each other. 07-25-2011 02:03 AM I have made an application that uses BBM 6 features and uploaded it to the app world. However because I have used the BBM 6 classes,this application will only run on devices that have BBM 6. On all other devi...
http://supportforums.blackberry.com/t5/Java-Development/BBM-6-help-please/m-p/1232435
CC-MAIN-2014-23
refinedweb
297
72.36
my main program must accept the names of input and output text files as command line arguments. it should create a pipe and then create 2 other children processes. the pipe is for communication between the children. after the children are created the parent must wait for children to complete before exiting with wait() ...
http://cboard.cprogramming.com/cplusplus-programming/130201-please-help-fork-execl-linux-functions-cplusplus-code.html
CC-MAIN-2014-35
refinedweb
427
67.59
import custom module from plugin On 17/10/2016 at 07:09, xxxxxxxx wrote: Hi all, This seems like a basic question but I couldn't find any answers here on the forum (correct me if I'm wrong). I'm writing a shader plugin that will reference another module with all the shader formulas. Is there a way to access this module...
https://plugincafe.maxon.net/topic/9758/13122_import-custom-module-from-plugin
CC-MAIN-2019-22
refinedweb
486
73.98
A simple packet to read and parse messages from AXESS TMC X3 devices. Project description Axessy is a simple package to read and parse messages from AXESS TMC X3 devices. ChangeLog - 0.4: Added gate error messages and events (directions); added system error messages - 0.3: Fixed message() method - 0.1: First release In...
https://pypi.org/project/axessy/
CC-MAIN-2018-47
refinedweb
253
55.34
I'm trying to use Plotnine library, which is essentially a faithful reproduction of ggplot2. Underneath, it uses matplotlib. However, what I found is that the example code from here looks very different when run in Databricks vs in a local Jupyter Notebook (freshly-installed). Have a look at the screenshots. Jupyter: D...
https://forums.databricks.com/questions/13472/databricks-inconsistent-look-for-matplotlib-graphs.html
CC-MAIN-2020-50
refinedweb
308
62.88
import java.util.* import java.io.* public class Unscrambler { //----------------------------------------------------------------------------------------- // This program reads a random word from a file created separately called words.txt that // has been provided. The program then scrambles the word by swapping random...
http://www.dreamincode.net/forums/topic/314891-word-unscrambler-gamefiguring-out-the-statements/
CC-MAIN-2016-26
refinedweb
295
57.47
As a general rule, I avoid using any class libraries in my sample code. This isn't because I'm opposed to class libraries, but rather because I don't want to narrow my audience to "people who use MFC" (to choose one popular class library). If I were to start using MFC for all of my samples, I'd probably lose all the pe...
https://blogs.msdn.microsoft.com/oldnewthing/20070216-03/?p=27983
CC-MAIN-2017-47
refinedweb
2,860
70.33
: 635 Iris with a GoPro in the daytime or use a FLIR camera to detect heat signatures at day/night. You would need an FPV system and two people; a pilot and a watcher. Well, heck, I've done this myself here in the US. If you had an operator on the actual train, they could release the multi-rotor while the train was in ...
https://diydrones.com/group/iris/forum/topics/iris-for-moving-traing-cars-inspection?commentId=705844%3AComment%3A1924140&groupId=705844%3AGroup%3A1445744
CC-MAIN-2019-30
refinedweb
1,431
78.18
The following form allows you to view linux man pages. #include <math.h> double pow(double x, double y); float powf(float x, float y); long double powl(long double x, long double y); Link with -lm. Feature Test Macro Requirements for glibc (see feature_test_macros(7)): powf(), powl(): _BSD_SOURCE || _SVID_SOURCE || _XO...
http://www.linuxguruz.com/man-pages/powf/
CC-MAIN-2017-43
refinedweb
483
65.32
preg_match_all('/<.*?>/', $string, $matches) One of the advantages of PCRE or POSIX is that some special constructs are supported. For instance, usually regular expressions are matched greedily. Take, for instance, this regular expression: <.*> When trying to match this in the following string: <p>Text, html and <b>PHP...
https://www.brainbell.com/tutorials/php/Finding_Tags_With_Regular_Expressions.htm
CC-MAIN-2020-05
refinedweb
324
68.87
Dev Journal: Detecting Tapping and Pressing inputs using Java. Posted by tom_mai78101, 22 March 2014 · 1,328 views inputtapping tap pressing press detection detect keylistener java In Java, the fastest way of detecting key inputs is to use a class implementing the KeyListener interface, and then adding the listener to ...
http://www.gamedev.net/blog/1771/entry-2259449-dev-journal-detecting-tapping-and-pressing-inputs-using-java/
CC-MAIN-2016-22
refinedweb
575
67.45
updated copyright years \ search order wordset 14may93py \ Copyright (C) 1995,1996,1997,1998,2000,2003,2005,2007 struct.fs $10 Value maxvp \ current size of search order stack $400 Value maxvp-limit \ upper limit for resizing search order stack 0 AValue vp \ will be initialized later (dynamic) \ the first cell at vp co...
https://www.complang.tuwien.ac.at/cvsweb/cgi-bin/cvsweb/gforth/search.fs?rev=1.34;sortby=log;only_with_tag=MAIN
CC-MAIN-2021-25
refinedweb
819
71.85
On Thu, Jun 21, 2012 at 12:22 AM, Mark Callow <callow_mark@hicorp.co.jp> wrote: > David, > > Thank you very much for your reply. You are very much welcome. > On 21/06/2012 15:49, David Sheets wrote: > > ... > > After > webgl/extensions$ grep -R additions * > > Edited like > > ... > > I was hoping for a way that does no...
https://www.khronos.org/webgl/public-mailing-list/archives/1206/msg00220.html
CC-MAIN-2015-22
refinedweb
541
67.96
Build Your Own ASP.NET Website Using C# And VB.NET, Chapter 2 – ASP.NET BasicsBy. Note that you can download these chapters in PDF format if you’d rather print them out and read them offline. So far, you’ve installed the necessary software to get going and have been introduced to some very simple form processing techni...
https://www.sitepoint.com/asp-dot-net-basics/
CC-MAIN-2016-44
refinedweb
3,974
64.41
Quandry with the following C code (Intermediate) Discussion in 'C Programming' started by BMarsh, Jan 12, 2005. Want to reply to this thread or ask your own question?It takes just 2 minutes to sign up (and it's free!). Just click the sign up button to choose a username and then you can ask your own questions on the for...
http://www.thecodingforums.com/threads/quandry-with-the-following-c-code-intermediate.436482/
CC-MAIN-2015-48
refinedweb
157
66.37
Having a responsive UI is an essential element for a great app. While you may have taken this for granted in the apps you've built so far, as you start to add more advanced features, such as networking or database capabilities, it can be increasingly difficult to write code that's both functional and performant. The ex...
https://developer.android.com/codelabs/basic-android-kotlin-training-introduction-coroutines
CC-MAIN-2021-21
refinedweb
1,424
61.77
Splitting up messages in a text file Rich Charlton Greenhorn Joined: Nov 11, 2004 Posts: 19 posted Dec 12, 2004 07:14:00 0 Hi, Im working on a basic email filter, which will read in a text file of several hundred email messages, increment a counter for an individual message, tokenise it, count number of occurences of ...
http://www.coderanch.com/t/375398/java/java/Splitting-messages-text-file
CC-MAIN-2015-22
refinedweb
616
51.44
We have this really cool tool that parses a python file into a AST and then morphs it according to some transformation and then spits out python code corresponding to the new AST. I've been playing around with it lately to come up with some transformations. One of the things I wanted to do was convert all return statem...
http://blogs.msdn.com/b/srivatsn/archive/2008/03/17/decorators-to-convert-return-statements-to-yield-statements.aspx
CC-MAIN-2014-23
refinedweb
438
76.25
view raw I would like to be able to draw a line between two subplots in Matplotlib. Currently, I use the method provided in this SO topic: Drawing lines between two plots in Matplotlib thus using transFigure and matplotlib.lines.Line2D However, when I zoom on my figure (both subplots share the same x and y axes), the l...
https://codedump.io/share/X51n8Z5bQLkV/1/plot-a-line-between-two-subplots-while-handling-the-zoom-with-matplotlib
CC-MAIN-2017-22
refinedweb
235
67.25
I've got a legacy Perl CGI page running on Apache that processes a sizable Stand out spreadsheet price of data, contributing to the database as necessary. It will get processed in categories of data, and every number of data will get delivered to the database. After each call towards the database, my system's available...
http://codeblow.com/questions/how-do-i-debug-a-potential-memory-leak-inside-a-perl-cgi/
CC-MAIN-2018-17
refinedweb
632
62.17
Creating an empty Pandas DataFrame, then filling it? NEVER grow a DataFrame! TLDR; (just read the bold text) Most answers here will tell you how to create an empty DataFrame and fill it out, but no one will tell you that it is a bad thing to do. Here is my advice: Accumulate data in a list, not a DataFrame. Use a list ...
https://codehunter.cc/a/python/creating-an-empty-pandas-dataframe-then-filling-it
CC-MAIN-2022-21
refinedweb
972
63.9
A Simple CMS in Sinatra, Part III A Simple CMS in Sinatra - A Simple Content Management System in Sinatra - A Simple CMS in Sinatra, Part II - A Simple CMS in Sinatra, Part III In part two of this tutorial series we finished putting together the basics of our Simple Content Management System. It’s now possible to creat...
http://www.sitepoint.com/a-simple-cms-in-sinatra-part-iii/
CC-MAIN-2014-35
refinedweb
1,689
72.05
I am reading in a text file and basically, when a line has the user defined string, it prints the line and counts each time that word occurred. However, according to Notepad++, the word "the" should occur 3,781 times, but when I run the program I only get 3,404 times... and I believe it has to do with the string member...
http://www.dreamincode.net/forums/topic/284139-quick-logic-question/
CC-MAIN-2016-22
refinedweb
305
73.07
Python svglib can allow us to convert svg file to png and pdf, in this tutorial, we will introduce how to convert a svg to pdf file, you can do by following our steps. If you want to convert svg to png, you can read this tutorial. Best Practice to Python Convert SVG to PNG with SvgLib – Python Tutorial Import library f...
https://www.tutorialexample.com/a-simple-guide-to-python-convert-svg-to-pdf-with-svglib-python-tutorial/
CC-MAIN-2021-31
refinedweb
172
74.39
DEBSOURCES Skip Quicknav sources / shogun / 0.6.3-1 / src / README - avoid whitespaces at end of lines and never use them for indentation; only ever use tabs for indentations - semicolons and commas ;, should be placed directly after a variable/statement x+=1; set_cache_size(0); for (int i=0; i<10; i++) ... - brackets ...
https://sources.debian.org/src/shogun/0.6.3-1/src/README.developer/
CC-MAIN-2020-34
refinedweb
294
53.1
Just before Dreamforce, Dave Carroll and I hosted the Winter ’13 developer preview webinar talking about what’s new to the platform. One of the major features that became generally available was Visualforce Charting. Visualforce Charting is an easy way to create customized business charts, based on data sets you create...
https://developer.salesforce.com/blogs/developer-relations/2012/10/animated-visualforce-charts.html
CC-MAIN-2018-34
refinedweb
1,828
53.81
Introduction In Part 3 of this article series we looked at the general tree data structure. A tree is a data structure that consists of nodes, where each node has some value and an arbitrary number of children nodes. Trees are common data structures because many real-world problems exhibit tree-like behavior. For exam...
https://msdn.microsoft.com/en-us/library/ms379573(VS.80).aspx
CC-MAIN-2018-43
refinedweb
6,014
68.3
Prev Java JVM Code Index Headers Your browser does not support iframes. Re: Strings...immutable? From: Joshua Cranmer <Pidgeot18@epenguin.zzn.com> Newsgroups: comp.lang.java.programmer Date: Sun, 18 Mar 2007 18:02:28 GMT Message-ID: <U8fLh.7226$el3.6471@trndny01> jupiter wrote: Heap and stack are two different memory s...
http://preciseinfo.org/Convert/Articles_Java/JVM_Code/Java-JVM-Code-070318200228.html
CC-MAIN-2021-49
refinedweb
365
73.78
- Getting Started With React Friday, June 24, 2016 by martijn broeders What You'll Be Creating M. What Can React Do? - Build lightning fast, responsive isomorphic web apps, agnostic of frameworks. React makes no assumptions about the technology stack it resides in. - Virtual DOM manipulation provides you with a simple ...
http://www.4elements.com/blog/comments/getting_started_with_react
CC-MAIN-2017-51
refinedweb
1,137
56.25
. What are Excel Services UDF DLLs). First step – adding reference> Second step – Create the UDF project] public class MyUdfClass { [UdfMethod]! Third Step – So how do I actually use it?: Creating the workbook All that’s left is to create the workbook – in this case, we will create a workbook with a parameter that will...
https://blogs.msdn.microsoft.com/cumgranosalis/2006/04/04/how-udfs-work-in-excel-services-a-primer/
CC-MAIN-2017-30
refinedweb
627
65.42
The version 16.8 of React introduced a new concept called hooks, this change have created a lot of excitement in development community. One of the interesting changes that this version introduces is useReducer, this hook can help us to stop using Redux (if we consider this necessary) and use a simpler solution. Why we ...
https://medium.com/@CKGrafico/moving-global-state-from-redux-to-react-hooks-9734b656c6c6
CC-MAIN-2020-40
refinedweb
569
68.7
article 10 Django apps you're not using but should be Flávio Juvenal • 4 June 2015 There are some open-source Django apps that make our lives as Django developers easier, but sometimes we don't even know they exist! Good third-party apps can give you new features at little expense, make your tests easier or even improv...
https://www.vinta.com.br/blog/2015/10-django-apps-youre-not-using-but-should-be/
CC-MAIN-2021-04
refinedweb
695
64
Project in jsp Project in jsp Hi, I'm doing MCA n have to do a project 'Attendance Consolidation' in JSP.I know basic java, but new to jsp. Is there any JSP source code available for reference...? pls help me Struts Books ; Free Struts Books The Apache... Servlet and Java Server Pages (JSP) technologies.  ... for you ...
http://www.roseindia.net/tutorialhelp/comment/88429
CC-MAIN-2014-15
refinedweb
1,344
72.05
So, no new MacBooks today, huh? Guess that's yet another (soon to be forgotten) missed opportunity for the rumor sites to keep quiet... Anyway, I'd like to thank Marcus Roberts for knocking Alastair Reynolds' Century Rain off my Amazon WishList. I meant to order it last time around, but I was already overstepping my "p...
http://the.taoofmac.com/space/blog/2006/05/09
crawl-002
refinedweb
217
75.54
If you wanted to know just about everything about C++ templates then the book C++ Templates—The Complete Guide by David Vandevoorde and Nicolai Josuttis, (ISBN 0-201-73484-2) is a readable reference book you can use. Normally, discussing a book would appear in a book review. However, since the authors have done such a ...
https://accu.org/index.php/journals/2014
CC-MAIN-2019-22
refinedweb
1,314
55.34
Inserting audio and video In Microsoft Expression Blend, you can add media files to your project such as audio and video. For instructions about how to add a media files to your project, see Insert an image file into the active document and Insert an audio or video file into the active document. Audio Expression Blend ...
https://docs.microsoft.com/en-us/previous-versions/visualstudio/design-tools/expression-studio-3/ee371150(v=expression.30)
CC-MAIN-2018-22
refinedweb
608
59.23
hcreate, hdestroy, hsearch - manage hash search table [XSI] #include <search.h>#include <search.h> int hcreate(size_t nel); void hdestroy(void); ENTRY *hsearch(ENTRY item, ACTION action); a pointer into a hash table indicating the location at which an entry can be found. The item argument is a structure of type ENTRY (...
http://www.opengroup.org/onlinepubs/009695399/functions/hsearch.html
crawl-001
refinedweb
236
69.58
Tuesday July 11th, second Tuesday of the month. IT professionals working for a Microsoft shop know the drill: patch Tuesday. MS06-035 Vulnerability in Server Service Could Allow Remote Code Execution. One vulnerability fixed by this patch is the “Mailslot Heap Overflow Vulnerability – CVE-2006-1314”. According to the M...
https://blog.didierstevens.com/2006/07/13/do-you-have-mailslots-on-your-windows-pc/
CC-MAIN-2017-47
refinedweb
586
57.37
according to the inline comments in include/linux/scatterlist.h:"* If bit 0 is set, then the page_link contains a pointer to the next sg * table list. Otherwise the next entry is at sg + 1."but if that's the case, then the implementation of sg_next() seems abit weird:=================================/** * sg_next - ret...
http://lkml.org/lkml/2007/10/27/62
CC-MAIN-2014-41
refinedweb
174
63.9
[ ] Stephan van Hugten commented on AXIS2-4662: ------------------------------------------- It's good that you take the bigger scope in mind. Let me comment on the above mentioned blogpost and example: It's important for a framework to have this feature as a native implementation, because you can see with the other fra...
http://mail-archives.apache.org/mod_mbox/axis-java-dev/201003.mbox/%3C376821262.577241269951267534.JavaMail.jira@brutus.apache.org%3E
CC-MAIN-2018-13
refinedweb
639
56.35
The QElapsedTimer class provides a fast way to calculate elapsed times. More... #include <QElapsedTimer> Note: All functions in this class are reentrant. This class was introduced in Qt 4.7. savings()). Some of the clocks and QTimer.. This is the system's monotonic clock, expressed in milliseconds since an arbitrary po...
https://doc-snapshots.qt.io/4.8/qelapsedtimer.html
CC-MAIN-2019-26
refinedweb
198
74.29
I have a Python3 script that loads the file parameters/parameters.xml. The script is built into an app with PyInstaller. Started up the following ways, the script and app work fine: - Windows command line - Windows double click in explorer - Mac OS X command line When starting the app from OS X Finder it is not able to...
https://codedump.io/share/wQzT1p6fjKqD/1/python-mac-os-x-not-loading-in-external-xml-file-when-it-is-an-app
CC-MAIN-2017-17
refinedweb
256
62.27
import "github.com/hashicorp/vault/vendor/github.com/hashicorp/errwrap" Package errwrap implements methods to formalize error wrapping in Go. All of the top-level functions that take an `error` are built to be able to take any error, not just wrapped errors. This allows you to use errwrap without having to type-check a...
https://godoc.org/github.com/hashicorp/vault/vendor/github.com/hashicorp/errwrap
CC-MAIN-2019-30
refinedweb
440
75
The technology industry is witnessing advancements at an increasing rate. Programming and development have stepped up to the degree that the demand for skilled engineers is increasing rapidly. Individuals looking to hire JSX qualified experts can find them easily on freelancer.com. This article seeks to help aspiring p...
https://www.br.freelancer.com/community/articles/what-is-jsx
CC-MAIN-2021-25
refinedweb
1,286
56.86
You! If you would like to receive an email when updates are made to this post, please register here RSS. I would suggest adding flags to the compiler. C# 2.0's warnings would be the default level. Add 3 more levels: no warnings, critical warnings (a subset of 2.0's warnings), the default (C# 2.0 standard), then add one...
http://blogs.msdn.com/ericlippert/archive/2007/05/15/should-we-produce-warnings-for-unused-uninitialzied-internal-fields.aspx
crawl-002
refinedweb
2,619
61.56
How to Create a .NET Compact Framework Application by Using Visual Studio .NET 2003 (Windows CE 5.0) Mike Hall Microsoft January 2005 Applies to: Microsoft® Visual Studio® .NET 2003 Microsoft .NET Compact Framework Microsoft Windows® CE Summary: This article provides step-by-step instructions for working with Visual St...
http://msdn.microsoft.com/en-us/library/aa446906.aspx
CC-MAIN-2014-23
refinedweb
2,840
66.33
Directory Listing bring mac change over Fixing naming Updates for homebrew - doco to follow Fix typo in homebrew11 Changelog optimistic? Fix Prep for 5.2 Adding Adam Added Ander Added slightly more doco on lazy Added a footnote to the start of the linearPDEs chapter of the userguide that describes the linear PDE using ...
https://svn.geocomp.uq.edu.au/escript/release/5.2/?sortdir=down&view=log
CC-MAIN-2020-50
refinedweb
1,410
57.57
I am currently going through a book. It has C programs that call Assembly routines. I would like to type in some of the programs to see them work. The C programs are in .c files and the Assembly routines are in .asm files. How do I create a project in Visual Studio that will compile and assemble and link these files in...
https://forums.devx.com/printthread.php?s=cd6eb7388c4285711d5233c6e08ac194&t=185509&pp=15&page=1
CC-MAIN-2021-31
refinedweb
217
77.53
On 23/04/12 10:20, Samuel Thibault wrote: > [Hurd has] an incomplete procfs already. It doesn't have /proc/mounts, > because it's not a trivial thing to implement: since mounts are > distributed, there is no central place where filesystems are to be > recorded. For what it's worth, the same is true on Linux, because ea...
https://lists.debian.org/debian-devel/2012/04/msg00521.html
CC-MAIN-2016-40
refinedweb
136
64.24
Duck Typing in Python Sign up for FREE 1 month of Kindle and read all our books for free. Get FREE domain for 1st year and build your brand new site Reading time: 30 minutes | Coding time: 10 minutes Python is a dynamic language which is strongly typed. Dynamic binding is the capability to use an instance without regar...
https://iq.opengenus.org/duck-typing-in-python/
CC-MAIN-2021-21
refinedweb
1,069
63.7
Feedback Getting Started Discussions Site operation discussions Recent Posts (new topic) Departments Courses Research Papers Design Docs Quotations Genealogical Diagrams Archives As people might have noticed I've been somewhat interested in how to type g = \f x y. (f x, f y) Now you might think HM, as implemented in va...
http://lambda-the-ultimate.org/node/4961
CC-MAIN-2021-39
refinedweb
8,261
71.95
/* * config.h -- configure various defines for tcsh * * All source files should #include this FIRST. * * Edit this to match your system type. */ #ifndef _h_config #define _h_config #undef _FILE_OFFSET_BITS /****************** System dependant compilation flags ****************/ /* * POSIX This system supports IEEE Std ...
http://opensource.apple.com//source/tcsh/tcsh-64/tcsh/config/bs2000
CC-MAIN-2016-44
refinedweb
157
65.42
Hi! I’m building a little star wars app in React. I have a CardsList component that receives a title and an array as props. The array can be an array of characters, films, planets , etc. The CardsList components returns a Card Deck with some CardItems in it. Each card item when clicked shows a modal with some info. For...
https://forum.freecodecamp.org/t/render-different-value-based-on-props/441263
CC-MAIN-2021-10
refinedweb
215
59.4
This part of the manual provides reference material. Appendix A, "Problems and Solutions" Appendix B, "Error Messages" Appendix C, "Information in NIS+ Tables" Appendix D, "FNS Reference Formats and Syntax" This. The NIS_OPTIONS environment variable can be set to control various NIS+ debugging options. Options are spec...
http://docs.oracle.com/cd/E19455-01/806-1387/6jam692fi/index.html
CC-MAIN-2013-20
refinedweb
17,086
57.67
So there I was, wanting to release an application of mine, but I didn�t want to release all the assemblies that my application used. Why? Well, that would be exporting some functionality that this particular app didn�t use, and even though it was dotfuscated, it just felt wrong. It turns out that .NET, and even .NET 2....
http://www.codeproject.com/KB/cs/htmerge.aspx
crawl-002
refinedweb
590
66.74
TORONTO (ICIS)--TransCanada has decided to proceed with its 1.1m bbl/day pipeline project to ship oil from ?xml:namespace> TransCanada said that a successful open season confirmed strong market support from oil producers and refiners for the project, with about 900,000 bbl/day of “firm, long-term contracts to transport...
https://www.icis.com/resources/news/2013/08/01/9693337/transcanada-to-proceed-with-1-1m-bbl-day-canada-west-to-east-pipeline/
CC-MAIN-2017-47
refinedweb
240
51.68
07 July 2009 16:32 [Source: ICIS news] LONDON (ICIS news)--The Commodity Futures Trading Commission (CFTC) is considering the introduction of limits on the holdings of energy futures traders to stem the market effects of price speculation, the US regulator announced on Tuesday. The CFTC will hold a series of hearings t...
http://www.icis.com/Articles/2009/07/07/9230903/cftc-mulls-limits-on-holdings-of-energy-market-speculators.html
CC-MAIN-2015-18
refinedweb
260
50.36
David Harvey: would like to experiment further with speeding up object construction gmpy lessons??? Do "sage -i gmpy-1.0.1". Then you can see the following (*ignore* the wall time): import gmpy a = gmpy.mpz(9393r); b = gmpy.mpz(1293r) %time for i in range(10^6): c = a * b /// CPU time: 0.38 s, Wall time: 0.53 s a = 939...
http://www.sagemath.org:9001/days3/sprints/objconst
crawl-003
refinedweb
1,290
72.56
WriteableBitmap gives you a bitmap object that you can modify dynamically - but exactly how to do this isn't always obvious. Bitmaps are generally implemented as immutable objects in WPF. What this means is that once you create a bitmap you can't make any changes to it. You can manipulate bitmaps by creating new versio...
https://i-programmer.info/programming/wpf-workings/527-writeablebitmap.html
CC-MAIN-2022-40
refinedweb
1,095
66.07
Simple on/off devices are, obviously, the simplest of IoT devices you can work with. In this extract from a new book on using GPIO Zero on the Pi in Python we look at how to get started. Buy from Amazon. <ASIN:1871962668> <ASIN:B08NZ2QP41> There are only two simple on/off devices – the LED and the Buzzer. In this chapt...
https://i-programmer.info/programming/hardware/14214-pi-iot-in-python-using-gpio-zero-onoff-devices.html
CC-MAIN-2021-17
refinedweb
879
60.04
Marcus Goldfish wrote: > Hoping someone can help with this... > > I have a logical python namespace using a directory tree and __init__.py > files. For example, PYTHONPATH points to ~pyroot, and I have the following: > > ~pyroot/ > ~pyroot/utils/ > ~pyroot/utils/commands/mygrep.py > > Which makes it nice to code: > > #...
https://mail.python.org/pipermail/tutor/2006-November/050849.html
CC-MAIN-2016-44
refinedweb
144
77.84
The Working Programmer - Going NoSQL with MongoDB By Ted Neward | May 2010 Over the past decade or so, since the announcement of the Microsoft .NET Framework in 2000 and its first release in 2002, .NET developers have struggled to keep up with all the new things Microsoft has thrown at them. And as if that wasn’t enoug...
https://msdn.microsoft.com/en-us/magazine/ee310029.aspx
CC-MAIN-2019-22
refinedweb
2,618
50.26
I'm using matplotlib to plot log-normalized images but I would like the original raw image data to be represented in the colorbar rather than the [0-1] interval. I get the feeling there's a more matplotlib'y way of doing this by using some sort of normalization object and not transforming the data beforehand... in any ...
https://pythonpedia.com/en/knowledge-base/2546475/how-can-i-draw-a-log-normalized-imshow-plot-with-a-colorbar-representing-the-raw-data-in-matplotlib
CC-MAIN-2020-16
refinedweb
296
70.5
example: The package is available on The PostgreSQL Experts Inc Github Repository and also on PGXNThe package is available on The PostgreSQL Experts Inc Github Repository and also on PGXNandrew# create extension unnest_ordinality; andrew=# select * from unnest_ordinality('{a,b,c,d,e,f,g}'::text[]); element_number | ele...
http://adpgtech.blogspot.com/2013/04/unnestordinality-extension.html
CC-MAIN-2014-52
refinedweb
626
58.99
Easy Java Simulations The Manual Version 3.4 - September 2005 Francisco Esquembre Contents 1 A first contact 1 1.1 About Easy Java Simulations . . . . . . . . . . . . . . . . . . . . . . 1 1.2 Installing and running Ejs . . . . . . . . . . . . . . . . . . . . . . . . 2 1.3 Working with a simulation . . . . . . . . . . ...
https://manualzz.com/doc/31728111/easy-java-simulations-the-manual
CC-MAIN-2020-16
refinedweb
39,432
61.87
I was wondering about what to use and any tutorials on linux network programing I was wondering about what to use and any tutorials on linux network programing Type on Linux command prompt: man 2 socket man 7 socket or type man socket -a and 'q' as many times as needed to get an interesting page. sys/socket.h is the he...
https://cboard.cprogramming.com/linux-programming/21774-linux-network-programing.html
CC-MAIN-2017-30
refinedweb
132
54.63
Dispute Resolution Service The Milestone Payment System offers protection to both clients and freelancers by giving equal control over created payments for awarded projects. With that said, in the event that your project does not go as planned, we have a Dispute Resolution Service available to you, which allows contest...
https://www.tr.freelancer.com/support/payments/dispute-resolution-service-32237?keyword=
CC-MAIN-2021-39
refinedweb
377
58.72
.cvsclient.command.editors;21 22 import java.io.*;23 import java.util.*;24 25 import org.netbeans.lib.cvsclient.command.*;26 27 /**28 * Data object created by parsing the output of the Editors command.29 * @author Thomas Singer30 */31 public class EditorsFileInfoContainer extends FileInfoContainer {32 33 private final ...
http://kickjava.com/src/org/netbeans/lib/cvsclient/command/editors/EditorsFileInfoContainer.java.htm
CC-MAIN-2017-17
refinedweb
146
51.24
Start ArangoDB on Google Kubernetes Engine (GKE) In this guide you’ll learn how to run ArangoDB on Google Kubernetes Engine (GKE). Create a Kubernetes cluster In order to run ArangoDB on GKE you first need to create a Kubernetes cluster. To do so, go to the GKE console. You’ll find a list of existing clusters (initiall...
https://www.arangodb.com/docs/devel/tutorials-kubernetes-gke.html
CC-MAIN-2020-16
refinedweb
343
66.84
I would like to create toggles that look like regular buttons, or would like regular buttons to act as Toggles using the new Unity3D GUI (post 4.6) I'm on version 5.1.3. I've been searching and cannot find any documentation or tutorials that show how to do this in the new GUI. All Unity3D documentation I've found only ...
https://answers.unity.com/questions/1137662/what-replaces-toggle-using-button-style-in-new-gui.html
CC-MAIN-2020-40
refinedweb
377
71.95
In this post I start taking cue from the EventSourcing example and discuss some strategies of improving some aspects of the domain model. This is mostly related to raising the level of abstraction at which to program the solution domain. Consider this post to be a random rant to record some of my iterations in the evol...
http://debasishg.blogspot.com/2011/03/killing-var-and-threading-state.html
CC-MAIN-2013-20
refinedweb
868
66.33
Hot answers tagged google 2 There is an extension in Chrome Extension market which directly download pdf instead of opening. "Direct Pdf Download" Link is :- 2 This response is a special service from ICANN. It’s about namespace collisions between internal networks and the internet. Why this particular warning comes up ...
http://superuser.com/tags/google/hot?filter=month
CC-MAIN-2015-14
refinedweb
223
74.9
This article is for all those times when the data you’re getting isn’t the data you’re wanting. Allow me to outlay a contrived example, based on a few true stories. Let’s say I’m building a new website in an organisation that has been around for a while. There are already some REST endpoints lying around, but they’re n...
https://hackernoon.com/frontend-in-the-backend-a-pattern-for-cleaner-code-b497c92d0b49?source=rss----3a8144eabfe3---4
CC-MAIN-2019-43
refinedweb
2,541
63.09
Hello all, header files seemed pretty simple when i first learned about them. until i actually tried to use my own. The program that i am attempting to create should simply add 1 to 24, but it is using a function found in a header file as a test. The problem is that i get no errors, but the addition does not happen. Th...
https://www.daniweb.com/programming/software-development/threads/340279/confused-regarding-custom-header-files
CC-MAIN-2019-04
refinedweb
137
88.57
Possible Duplicate: How can I get generic Type from a string representation? "List<String>" Type.GetType() Type.GetType("List<String>"); Type.GetType("System.Collections.Generic.List.String"); // Or [String] typeof You can't get it from "List<String>", but you can get it from Type.GetType: Type type = Type.GetType("Sys...
https://codedump.io/share/QIAaEgPhwOx3/1/how-to-gettype-of-listltstringgt-in-c
CC-MAIN-2018-13
refinedweb
173
58.28
John is a member of the NestJS core team So you've noticed the cool ways in which you can dynamically configure some of the out-of-the-box NestJS modules like @nestjs/jwt, @nestjs/passport and @nestjs/typeorm, and want to know how to do that in your own modules? This is the right article for you! 😃 Intro Over on the N...
https://practicaldev-herokuapp-com.global.ssl.fastly.net/nestjs/advanced-nestjs-how-to-build-completely-dynamic-nestjs-modules-1370
CC-MAIN-2020-45
refinedweb
4,509
55.44
#include "stdafx.h" #include <iostream> #include <iomanip> #include <cmath> using namespace std; int _tmain() { // declare variables int principal = 1000; double rate = .03; int years = 1; //counter double balance = 0.0; // Begin loop do{ balance = principal * pow(1 + rate, years); cout << "year " << years << ":" << en...
http://forums.codeguru.com/showthread.php?544119-Building-a-savings-account-program&p=2150021&mode=threaded
CC-MAIN-2017-47
refinedweb
168
60.79
The C# team posts answers to common questions and describes new language features. Roslyn not only makes dynamic code evaluation a lot easier, it also provides the necessary APIs to implement a fully featured scripting experience. This post covers the basics of the Scripting API in Roslyn. For an example of how Roslyn ...
http://blogs.msdn.com/b/csharpfaq/archive/2011/12/02/introduction-to-the-roslyn-scripting-api.aspx
CC-MAIN-2015-06
refinedweb
1,498
55.54
Insights for your business Blue Fish Guide to Tracking ROI in Marketing When you decide you are ready for your business to grow, you need to invest in marketing. But like any investment, you need to be sure you can determine its return (ROI – Return on Blue Fish Guide to Tracking ROI in Marketing When you decide you ar...
https://bluefishgroup.com/insights/page/3/
CC-MAIN-2019-43
refinedweb
596
54.36
Casting pointers to references Casting a pointer (like Foo *) to a reference (like Foo &) via reinterpret_cast or a C-style cast probably doesn't do what you want.. [*] I came across one such casting bug today, and wondered what the compiler actually emits for it. As it turns out, GCC warns when you cast a pointer to i...
http://blog.cdleary.com/2011/08/casting-pointers-to-references/
CC-MAIN-2017-30
refinedweb
363
61.06