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
okay I'm using this code turn an led on and off, using values provided by a photocell and a 1microf capacitor. Code: Select all import RPi.GPIO as GPIO import time import os #!) GPIO.setup(22, GPIO.OUT) def RCtime (RCpin): reading = 0 GPIO.setup(RCpin, GPIO.OUT) GPIO.output(RCpin, GPIO.LOW) time.sleep(.5) GPIO.setup(RC...
https://www.raspberrypi.org/forums/viewtopic.php?f=32&t=34297
CC-MAIN-2020-05
refinedweb
269
71.14
On Fri, 2002-02-15 at 08:42, Othmar Pasteka wrote: > you have a small typo in the arm specific section of rules.patch. > > you wrote > > ifeq ($(DEB_HOST_ARCH),arm) > debian_patches += arm-const-double arm-tune arm-gnus-source > endif > > should be more like > > arm-gnu-source because the patch is named arm-gnu-source....
https://lists.debian.org/debian-gcc/2002/02/msg00085.html
CC-MAIN-2018-17
refinedweb
129
62.68
NAME | SYNOPSIS | DESCRIPTION | RETURN VALUE | ERRORS | VERSIONS | CONFORMING TO | NOTES | SEE ALSO | COLOPHON SET_MEMPOLICY(2) Linux Programmer's Manual SET_MEMPOLICY(2) set_mempolicy - set default NUMA memory policy for a process and its children #include <numaif.h> int set_mempolicy(int mode, unsigned long *nodemask...
http://www.kernel.org/doc/man-pages/online/pages/man2/set_mempolicy.2.html
crawl-002
refinedweb
212
50.53
GUI Builder Panel Pyjamas Equivalent of Glade goes recursive… well, i decided that just having a dynamic GUI-instatiator based on a text file wasn't enough, but that what was needed was both a widget (single dynamic instance instantiator) and a panel (subclass of that but then with an "add" method that can take the nam...
http://www.advogato.org/person/lkcl/diary.html?start=682
CC-MAIN-2014-52
refinedweb
323
56.79
Foreword Docker's introduction of the standardized image format has fueled an explosion of interest in the use of containers in the enterprise. Containers simplify the distribution of software and allow greater sharing of resources on a computer system. But as you pack more applications onto a system, the risk of an in...
https://www.oreilly.com/ideas/docker-security?intcmp=il-webops-free-article-lgen_five_security_concerns_when_using_docker
CC-MAIN-2018-05
refinedweb
11,876
51.38
I am trying to update values of node <tem:intA> and <tem:intB> in the following xml using below groovy script code. I used below groovy script code to update the tag values. But I am getting an error "Java.lang.NullPointerException: Cannot invoke method getNodeValue() on null object error at line 36". Am I using the wr...
https://community.smartbear.com/t5/SoapUI-Open-Source/How-to-update-tag-value-in-external-xml-using-groovy-script/td-p/99353
CC-MAIN-2019-43
refinedweb
1,106
64
Nevertheless that had to end. So I thought I'll start checking up on the changes introduced in C# 4.0 today. The most common aspect talked about was the introduction of the dynamic keyword. The dynamic keyword allows you to reference objects that may or may not exist during runtime. In other words, your objects are lat...
https://it.toolbox.com/blogs/georgealexander/c-40-using-the-dynamic-keyword-042910
CC-MAIN-2018-26
refinedweb
617
67.76
Search Discussions - If anyone has been watching my trials and tribulations building and running the latest CVS snapshot under S/Linux on a SUN SPARCstation IPX. The latest position is:- If I compile with optimization ... - With the 6.4 beta just over a week away, here are the open items I see for 6.4. We actually have...
https://grokbase.com/g/postgresql/pgsql-hackers/1998/08
CC-MAIN-2022-05
refinedweb
2,587
72.26
Opened 3 years ago Closed 2 years ago #4491 closed bug (fixed) dataToQa uses only unqualified names when converting values to their TH representation. Description The dataToQa function in Language.Haskell.TH.Quote always use unqualified names when converting a value to its TH representation, even if the names are not i...
https://ghc.haskell.org/trac/ghc/ticket/4491
CC-MAIN-2014-15
refinedweb
1,232
62.38
Protect your Flask applications using CrowdSec At CrowdSec we want our users to protect themselves regardless of the tech stack they use. The simplest way to do that is to implement threat remediation at the network level, with a firewall bouncer. CrowdSec bouncers can also be set up at the upper levels of an applicati...
https://crowdsec.net/blog/protect-your-flask-applications-using-crowdsec/
CC-MAIN-2022-05
refinedweb
767
53.92
Often you may wish to convert one or more columns in a pandas DataFrame to strings. Fortunately this is easy to do using the built-in pandas astype(str) function. This tutorial shows several examples of how to use this function. Example 1: Convert a Single DataFrame Column to String Suppose we have the following pandas...
https://www.statology.org/pandas-to-string/
CC-MAIN-2022-21
refinedweb
313
57.1
No module named Shell I have a vanilla SimpleCV 1.2 installation (from the superpack) on Win7. The only mod I've made to the default configuration is that I've installed ipython 0.12 in order to get Web notebooks. When I run the code that is in the startup script python -m SimpleCV.__init__ it complains that there is n...
http://help.simplecv.org/question/429/no-module-named-shell/
CC-MAIN-2019-22
refinedweb
142
69.99
From: John Britton (johnb_at_[hidden]) Date: 2000-10-05 16:40:34 > If one takes libs/graph/examples/connected_components.cpp, and > encloses the main() function in a namespace, the VC++ compiler fails... This problem is driving me nuts, and I've discovered it to be more insidious than simply having, or not having, a na...
https://lists.boost.org/Archives/boost/2000/10/5522.php
CC-MAIN-2021-31
refinedweb
159
50.63
This project is designed to help you get started with Amazon AWS Robomaker and Qualcomm® Robotics RB3 Development Kit. The robotics platform is based on the Qualcomm ® Snapdragon™ 845 mobile platform from Qualcomm Technologies, so you may see the kit referenced as Qualcomm® SDA845 in some sections. The project will wal...
https://developer.qualcomm.com/project/aws-robomaker-rb3
CC-MAIN-2019-39
refinedweb
2,394
50.12
On Mon, Aug 26, 2013 at 6:36 AM, Hartmut Goebel <h.goebel at crazy-compilers.com> wrote: > Hi, > > I'm one of the developers of, a tool for creating > stand-alone executables. > > We need to reliable detect if a package is a namespace package (nspkg). > For each namespace, we need to add an empty fake-module into our >...
https://mail.python.org/pipermail/distutils-sig/2013-August/022486.html
CC-MAIN-2014-15
refinedweb
188
70.6
On 10 August 2017 at 01:51, Dave Warren <da...@hireahit.com> wrote: > On 2017-08-09 16:53, Seth David Schoen wrote: > > Notably, it doesn't apply to certificate authorities that only issue DV >> certificates, because nobody at the time found a consensus about how to >> validate control over these domain names. >> > > I...
https://www.mail-archive.com/tor-talk@lists.torproject.org/msg23635.html
CC-MAIN-2017-34
refinedweb
483
67.79
Mud Configuring Mudflap to find errors.)th) option is provided for the build. If your binary is instrumented with Mudflap, you can't run Memory Analysis on it because there will be a conflict (trying to overload the same functions), and it will cause the program to crash. For QNX and Managed projects that have multithr...
http://www.qnx.com/developers/docs/6.6.0_anm11_wf10/com.qnx.doc.ide.userguide/topic/debug_UsingMudflapInIDE_.html
CC-MAIN-2018-09
refinedweb
922
51.68
After playing with LiveView and leveraging Phoenix PubSub to broadcast messages to all of a live view’s clients, I wanted to try incorporating Phoenix Presence to track the state of these clients. So this past weekend I built a chat app using Phoenix LiveView, PubSub and Presence. The LiveView clocks in at 90 lines of ...
https://elixirschool.com/blog/live-view-with-presence/
CC-MAIN-2019-51
refinedweb
3,556
63.29
I know that I can include xpm file format into code: and it will be included within the binary, adding on to the image size.and it will be included within the binary, adding on to the image size.Code: #include "image.xpm" However my issue is that xpm files aren't very optimized for size so if I want to add anything lar...
http://cboard.cprogramming.com/cplusplus-programming/113028-compilable-image-formats-printable-thread.html
CC-MAIN-2014-52
refinedweb
109
61.7
Localization is a process by which you allow people of different cultures, languages and nationalities access your Web site. Although still a difficult process, all things considered, it is gradually becoming easier. Both the Java platform and the .NET platform have some nice features to aid localization. For instance,...
http://archive.oreilly.com/pub/a/dotnet/2002/10/21/localpt3.htm
CC-MAIN-2015-35
refinedweb
1,068
63.7
#include <deal.II/lac/block_sparsity_pattern.h> This is the base class for block versions of the sparsity pattern and dynamic sparsity pattern classes. It has not much functionality, but only administrates an array of sparsity pattern objects and delegates work to them. It has mostly the same interface as has the Spars...
https://www.dealii.org/developer/doxygen/deal.II/classBlockSparsityPatternBase.html
CC-MAIN-2019-47
refinedweb
1,359
50.94
compiles in g++ and .NET but not on VC6 !!! Discussion in 'C++' started by Julian, Dec Compiles in visual studio but not in g++Mitch, Apr 21, 2004, in forum: C++ - Replies: - 4 - Views: - 622 - Mitch - Apr 22, 2004 code that compiles in c but not in c++?, Mar 19, 2006, in forum: C Programming - Replies: - 7 - Views: - ...
http://www.thecodingforums.com/threads/compiles-in-g-and-net-but-not-on-vc6.287666/
CC-MAIN-2015-22
refinedweb
117
73.71
Hello, I have the Bachelor's of Science, Microsoft Certified Professional, Certified Netware Administrator (4.1.1), and an Amateur Radio License. Christian I'm certified by my psychiatrist. No certs ("now with Retsin!"). Just work experience. But I'm not in IT, where they seem to be more desired by employers. Engineeri...
https://www.daniweb.com/community-center/threads/3471/what-certifications-do-you-have/2
CC-MAIN-2018-05
refinedweb
1,954
61.36
Description. Specifications Product Reviews Questions & Answers Usage Statistics Discussions tagged with this product Redirecting Folder Redirection GPO All, I'm in the middle of an interforest migration from Domain A to Domain B, and Windows Server 2003 to Windows Server 2012R2. robocopy /move don't move folders on fi...
https://community.spiceworks.com/products/17457-microsoft-robocopy/review/680612/flag
CC-MAIN-2019-18
refinedweb
1,834
66.57
EDIT: Now that the problem is solved, I realize that it had more to do with properly reading/writing byte-strings, rather than HTML. Hopefully, that will make it easier for someone else to find this answer. I have an HTML file that's poorly formatted. I want to use a Python lib to just make it tidy. It seems like it sh...
https://codedump.io/share/RnOuafRNFiUb/1/what-is-the-proper-method-for-reading-and-writing-htmlxml-byte-string-with-python-and-lxml-and-etree
CC-MAIN-2017-34
refinedweb
209
66.23
{-# LANGUAGE Trustworthy #-} {-# LANGUAGE CPP, NoImplicitPrelude, MagicHash #-} ----------------------------------------------------------------------------- -- | -- Module : Data.List -- Copyright : (c) The University of Glasgow 2001 -- License : BSD-style (see the file libraries/base/LICENSE) -- -- Maintainer : libra...
http://hackage.haskell.org/package/base-4.7.0.0/docs/src/Data-List.html
CC-MAIN-2015-11
refinedweb
451
60.99
SharePoint 2010 is great for BI; you have a ton more options. One of these options is the native Chart Web part, which allows you to create and map data from a number of different sources. For example, if you navigate to your SharePoint site, click Site Actions, Edit Page, Insert tab, Web Part, and then click Business ...
http://blogs.msdn.com/b/steve_fox/archive/2011/04/09/asp-net-chart-controls-in-sharepoint-2010-rendering-a-sales-chart-with-custom-data.aspx
CC-MAIN-2015-32
refinedweb
1,054
57.57
Wildfly is the new name for the community edition of the JBoss Application Server. The current development version of Wildfly (8.0) will be adding support for Java EE 7. Java EE 7 brings a lot of goodies for Java(EE) developers. One of the features of Java EE 7 is the JSR 356 Java API for WebSockets, which specifies a ...
https://blog.openshift.com/deploy-websocket-web-applications-with-jboss-wildfly/
CC-MAIN-2017-22
refinedweb
1,003
50.73
#include "Experimental.h" #include "MacroMagic.h" Go to the source code of this file. This file contains definitions of all images, cursors, colours, fonts and grids used by Audacity. This will be split up into separate include files to reduce the amount of recompilation on a change. Meantime, do NOT DELETE any of thes...
http://doxy.audacityteam.org/_all_theme_resources_8h.html
CC-MAIN-2017-51
refinedweb
118
72.05
Click "Launch and Activation Permissions" Edit Default Click OK Close the DCOMCNFG window Step 2: Install the SSL certificate without using IIS 7 The following solution describes how to resolve the Consider granting access rights to the resource to the ASP.NET request identity. My local computer user? –Kate Oct 11 '16 ...
http://juicecoms.com/access-is/c-access-is-denied-exception-from-hresult-0x80070005-e-accessdenied.html
CC-MAIN-2017-43
refinedweb
995
56.05
Download presentation Presentation is loading. Please wait. Published byAbbigail Tetlow Modified over 2 years ago 1 Simple & easy to use Inventory management for Hotels (Front Office, Restaurant, Bar, Store, Banquet Hall) with integrated accounting (No Data reposting in Accounts). All reports and data outputs required ...
http://slideplayer.com/slide/1581970/
CC-MAIN-2017-13
refinedweb
1,134
57.77
Learning Resources for Software Engineering Students » Authors: Chelsey Ong, Lu Lechuan Reviewers: Gilbert Emerson, Ong Shu Peng VueJs (also known as Vue) is an open-source JavaScript framework for building user interfaces. It is designed to improve code quality and maintainability. This is a simple example to show how...
https://se-education.org/learningresources/contents/javascript/Javascript-framework-VueJs.html
CC-MAIN-2019-26
refinedweb
1,405
52.29
import "golang.org/x/mobile/event/touch" Package touch defines an event for touch input. See the golang.org/x/mobile/app package for details on the event model. type Event struct { // X and Y are the touch location, in pixels. X, Y float32 // Sequence is the sequence number. The same number is shared by all events // i...
https://godoc.org/golang.org/x/mobile/event/touch
CC-MAIN-2017-43
refinedweb
224
70.9
File Management in .NET - Working with Files - Working with Drives and Directories In two recent articles we looked at file access in the .NET framework—how to write data to and read data from both binary and text files. There’s one more aspect of file programming that a developer needs to know about, and that’s the fi...
http://www.informit.com/articles/article.aspx?p=482928
CC-MAIN-2016-40
refinedweb
506
64.91
In my previous post, I mentioned I had some difficulties with deploying my backend. In this post, I'll be talking about what those difficulties were, and how you can deploy your Apollo Server with TypeScript using path aliases without going through all the hassle I experienced. I hear you asking why did I choose Vercel...
https://dev.to/ozanbolel/deploying-apollo-server-with-typescript-path-aliases-to-vercel-4k5l
CC-MAIN-2022-40
refinedweb
1,380
67.15
N26 has been using Jenkins for as long as I’ve been part of this company. Over the last few years, I have been responsible for the quality of our delivery, and this involved getting my hands dirty with Jenkins. I learnt a lot, sometimes the hard way, and thought I’d share what I know before I leave the company and loos...
https://www.scien.cx/2020/11/17/everything-i-know-about-jenkins/
CC-MAIN-2021-31
refinedweb
1,167
61.26
Hi! - FRS event 13568 recommendations - Missing attribute editor in ADUC Find - DCs and load balancers - Cross-file RDC behavior - DFS out of site referrals due to WAN appliances - Testing AD Schema extension - VMware is expensive Question. So which is it? Answer. Question I was wondering if it is intentional that the ...
https://blogs.technet.microsoft.com/askds/2010/08/20/friday-mail-sack-scooter-edition/
CC-MAIN-2019-26
refinedweb
518
63.9
In addition to Scrapy spiders, you can also run custom, standalone python scripts on Scrapy Cloud. They need to be declared in the s cripts section of your project setup.py file. ⚠ Note that the project deployed still needs to be a Scrapy project. This is a limitation that will be removed in the future. Here is a setup...
https://support.scrapinghub.com/support/solutions/articles/22000200394-running-custom-python-scripts
CC-MAIN-2019-35
refinedweb
183
68.67
cajunflavoredbob Senior Member About Me - About cajunflavoredbob - Service provider - U.S.A. - T-Mobile - City - Your Basement - Home country - South Africa - Signature - ¯-.¸¸.·´¯-.¸¸.·´¯-.¸¸.·´¯ New users: Please click HERE or HERE before posting ¯-.¸¸.·´¯-.¸¸.·´¯-.¸¸.·´¯ PHP Code: public class XDA { public static vo...
https://forum.xda-developers.com/member.php?s=517024b0030c0ace4910dd44c19dad93&u=2543015
CC-MAIN-2020-16
refinedweb
200
76.32
- How - Help - ASP.NET web app & Javascript - Want to learn how to launch lobbied applications in C# - Unixtime problem - exporting a C++ object in a DLL - how can i place datagrid in asp.net2.0 & where i can find in toolbox - what is the base class in asp.net2.0 - Dynamically Assigning SqlParameter Names - New to ASP....
https://bytes.com/sitemap/f-312-p-47.html
CC-MAIN-2020-45
refinedweb
3,306
54.83
UNLINK(2) BSD System Calls Manual UNLINK(2) NAME unlink, unlinkat -- remove directory entry SYNOPSIS #include <<unistd.h>> int unlink(const char *path); #include <<fcntl.h>> #include <<unist delayed until all references to it have been closed. The unlinkat() function is equivalent to either the unlink() or rmdir(2) fun...
http://modman.unixdev.net/?sektion=2&page=unlinkat&manpath=OpenBSD-5.7
CC-MAIN-2017-34
refinedweb
371
51.58
This weekend I was doing some research about capturing ‘screen shots’ of a Flex application, or even specific UI components, and passing the ‘image’ back to the server for processing. While there are a few ways to do this, I am going to discuss the ‘easiest’. ‘Send ‘source path’ of my application. import com.adobe.imag...
https://doughughes.net/2007/09/17/doing-screenshots-in-flex-and-sending-them-to-coldfusion/
CC-MAIN-2018-13
refinedweb
314
50.77
16 February 2009 10:56 [Source: ICIS news] SINGAPORE (ICIS news)--Affiliate companies of Saudi International Petrochemical Co (Sipchem) have obtained Saudi riyal (SR) 1.35bn ($360m) in funding to construct an acetyls complex at Al Jubail, according to a statement Sipchem released on 15 February. “Construction of the co...
http://www.icis.com/Articles/2009/02/16/9192821/sipchem-affiliates-get-funding-for-al-jubail-acetyls.html
CC-MAIN-2013-48
refinedweb
317
52.6
INSTALLINSTALL npm i node-beanstalk # or yarn add node-beanstalk USAGEUSAGE node-beanstalk fully supports beanstalk protocol v1.12 ClientClient node-beanstalk is built with use of promises. Each client gives you full access to functionality of beanstalk queue manager, without strict separation to emitter and worker. im...
https://www.npmjs.com/package/node-beanstalk
CC-MAIN-2022-33
refinedweb
737
54.22
In SQL Server 2012, you can now debug the Script component by setting breakpoints and running the package in SQL Server Data Tools (replaces BIDS) . When the package execution enters the Script component, the VSTA IDE reopens and displays your code in read-only mode. After execution reaches your breakpoint, you can exa...
https://blogs.msdn.microsoft.com/mattm/2012/01/13/script-component-debugging-in-ssis-2012/
CC-MAIN-2016-30
refinedweb
1,186
64.51
When I'm working on a .html.erb file in rails and I type: if <tab> I get a php snippet as follows: <?php if (condition): ?> <?php endif ?> Any ideas why? I'm new to Sublime - awesome so far just trying to get the hang of it. Also, on a related note, what is the snippet for generating an open and close erb tag <%= %> Ei...
https://forum.sublimetext.com/t/when-in-rails-why-does-if-tab-generate-a-php-snippet/2174
CC-MAIN-2017-43
refinedweb
495
75.1
Hi there, I have a smiluation and want to build structures in-game. And I want the surrounding trees to be removed when placing a building nearby. Problem is that my current solution actually does remove the trees within a certain radius. But the game freezes for a few seconds, since there are so many trees. The code l...
https://answers.unity.com/questions/482862/remove-trees-during-runtime.html
CC-MAIN-2022-33
refinedweb
387
60.11
Chatlog 2012-10-04 From RDFa Working Group Wiki See CommonScribe Control Panel, original RRSAgent log and preview nicely formatted version. 13:51:56 <RRSAgent> RRSAgent has joined #rdfa 13:51:56 <RRSAgent> logging to 13:51:58 <trackbot> RRSAgent, make logs world 13:51:58 <Zakim> Zakim has joined #rdfa 13:52:00 <trackbo...
http://www.w3.org/2010/02/rdfa/wiki/Chatlog_2012-10-04
CC-MAIN-2014-42
refinedweb
1,753
66.88
I have written a small wrapper for using fmod in C#. I can load a stream fine, but as soon as I try to play the file I get a “native Exception” and the program exits with no debug information. I am using an iPaq 3870 with an Arm processor, so I am quite sure I am using the proper DLL. Any help would be greatly aprecisa...
http://www.fmod.org/questions/question/forum-10520/
CC-MAIN-2016-44
refinedweb
346
61.83
Stephen McConnell wrote: > > > Stefano Mazzocchi wrote: > > Stefanno: > > Have read with interest the Blocks 1.1 description. First of all - > thanks to everyone who contributed to this. I have a number of notes > in-line, some of which I am sure will reflect my ignorance concerning > the Cocoon world/terminolgy. Throu...
http://mail-archives.apache.org/mod_mbox/cocoon-dev/200211.mbox/%3C3DC5B066.4060708@apache.org%3E
CC-MAIN-2015-22
refinedweb
4,340
53.61
Blog Gratia Blog file with some default information you want for it to your project and change its build action to Embedded Resource. Then, you find the name of the resource (it can be tricky if you have a few folders) by opening up ildasm and double clicking the MANIFEST node. Using that resource name, you would do so...
http://weblogs.asp.net/cfrazier/archive/2005/07/18/419812.aspx
crawl-002
refinedweb
433
57.37
This Tech Tip reprinted with permission by java.sun.com According to Wikipedia, a splash screen is a computer term for an image that appears while a program or operating system is loading. It provides the user with a visual indicator that the program is initializing. Prior to Java SE 6, (code name Mustang) you could on...
http://www.java-tips.org/java-se-tips/javax.swing/splash-screens-and-mustang-5.html
CC-MAIN-2014-15
refinedweb
1,140
57.16
OK, I've done that. Please let me have your teacher's contact details so I can email it directly to him, thus saving you the bother of copy/pasting the solution. You will, of course. fail the course, and maybe get chucked out, but that would be quite reasonable given your attitude. Alternatively... DaniWeb Member Rules...
https://www.daniweb.com/programming/threads/504177/please-help-me
CC-MAIN-2016-50
refinedweb
224
61.97
Addressing many LEDs with a single Arduino A fun little side project of mine is Arduino C/MRI, a library that lets you easily connect your Arduino projects up to the JMRI layout control software, by pretending to be a piece of C/MRI hardware. Hence the name. A common problem when using Arduino C/MRI is dealing with lot...
http://www.utrainia.com/45-addressing-many-leds-with-a-single-arduino
CC-MAIN-2019-51
refinedweb
810
73.37
Re: Modeling question... Date: Thu, 30 Oct 2008 07:03:35 -0700 (PDT) Message-ID: <8d9f2fb3-8981-4e78-aef9-50b5b6e04ee6_at_a17g2000prm.googlegroups.com> On Oct 30, 7:41 pm, JOG <j..._at_cs.nott.ac.uk> wrote: > On Oct 30, 1:51 am, David BL <davi..._at_iinet.net.au> wrote: > > > > > > > On Oct 29, 8:39 pm, JOG <j..._at_cs...
http://www.orafaq.com/usenet/comp.databases.theory/2008/10/30/0202.htm
CC-MAIN-2017-51
refinedweb
927
60.95
Quote:1) The input values it is actually using. Not the values in the "a, b, and c" files, or the values in the DB, but the actual values the app is using to create the file "d".- I tried finding out this, but failed as the file conatians values as i mentioned above 2) How it combines those values to produce a file. - ...
https://www.codeproject.com/Questions/4067702/Conversion-issue-with-files
CC-MAIN-2021-04
refinedweb
159
74.83
All opinions expressed here constitute my (Jeremy D. Miller's) personal opinion, and do not necessarily represent the opinion of any other organization or person, including (but not limited to) my fellow employees, my employer, its clients or their agents. Just out of whimsy, here's my list of classes or interfaces tha...
http://codebetter.com/blogs/jeremy.miller/archive/2008/07/09/classes-that-show-up-in-every-project.aspx
crawl-002
refinedweb
1,257
55.13
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Jan 3, 2007, at 2:29 PM, Martin v. Löwis wrote: Guido van Rossum schrieb: Maybe this should be done in a more systematic fashion? E.g. by giving all "internal" header files a "py_" prefix? Yet another alternative would be to move all such header files into a py/ director...
https://mail.python.org/archives/list/python-dev@python.org/message/NSGZY43YGZZIGZLSVWPQHNLGP4YZRGGJ/
CC-MAIN-2021-39
refinedweb
136
75.5
But for the Microsoft C/C++ compiler, it will require some minor configuration before it can be used inside the IDE. Here the two steps required to get run the Microsoft C/C++ compiler working inside the Zeus IDE. Step 1: Create a Desktop Shortcut to Zeus Batch File Use the mouse right click button on the desktop an th...
http://www.zeusedit.com/phpBB3/viewtopic.php?p=4936
CC-MAIN-2018-13
refinedweb
627
68.26
Let's consider what "fixes" we may do to a photo. - JPEG compression level - Introduces artifacts, colors may change a little, banding, file size. - De-noise - Reduces noise, generally reduces filesize a little, removes some detail/micro-contrast. - Exposure/color correction - Changes average brightness of image channe...
http://beomagi.blogspot.com/2013/04/
CC-MAIN-2017-39
refinedweb
1,081
54.42
... learn easily in a day: Download and install java In this section, you   the day number within a current year. e.g. The first day of the year has value 1... Find the Day of the Week This example finds the specified date of an year and a day How to create LineDraw In Java How to create LineDraw In Java Introduction T...
http://www.roseindia.net/tutorialhelp/comment/81645
CC-MAIN-2014-10
refinedweb
1,789
63.59
What is Breadth First Search? Breadth-first search (BFS) is an algorithm for traversing or searching tree or graph data structures. It starts at the tree root (or some arbitrary node of a graph) and explores the neighbor nodes first, before moving to the next level neighbors. Compare BFS with the equivalent, but more m...
http://proprogramming.org/breadth-first-search-program-in-c/
CC-MAIN-2017-09
refinedweb
481
59.5
Here’s all the code you need to receive an SMS message and to send a response using Python, Flask, and Twilio: from flask import Flask, request from twilio import twiml app = Flask(__name__) @app.route('/sms', methods=['POST']) def sms(): number = request.form['From'] message_body = request.form['Body'] resp = twiml.Re...
https://www.twilio.com/blog/how-to-receive-and-respond-to-a-text-message-with-python-flask-and-twilio-html
CC-MAIN-2019-51
refinedweb
622
72.36
background(r, g, b, a=1.0) background(h, s, b, a=1.0) background(c, m, y, k, a=1.0) background(k, a=1.0) background(color) background(None) # transparent backdrop background(*colors, angle, steps=[0,1]) # axial gradient background(*colors, steps=[0,1], center=[0,0]) # radial gradient Sets the canvas background color us...
https://plotdevice.io/ref/Canvas
CC-MAIN-2017-39
refinedweb
2,190
63.19
Hello, I have been working on this code but I can't seem to make it work. I want to implement function index() that takes as input the name of a text file (as a string) and a list of words. For every word in the list, the function will print the lines in the text file where the word occurs and print the corresponding l...
https://www.daniweb.com/programming/software-development/threads/321178/word-count-in-a-text-file
CC-MAIN-2017-09
refinedweb
178
73.1
Bummer! This is just a preview. You need to be signed in with a Basic account to view the entire video. Nesting Components10:28 with Andrew Chalkley and Ken Howard We already have a main component. In this video we'll create child components to display our photos. - 0:00 Components are the course to developing an angul...
https://teamtreehouse.com/library/nesting-components
CC-MAIN-2019-43
refinedweb
1,429
76.32
0 Creotex Engine ~ Part 1 Engine Programming Games Creotex Hello ladies and gentlemen, Welcome to my journal! So part 1 of writing an engine. I hope you guys are all so excited as me! Before I step into DirectX graphics I first want to create a window. For people who haven't learned DirectX yet, for popping up a window...
https://www.gamedev.net/blog/1543/entry-2255043-creotex-engine-part-1/
CC-MAIN-2017-17
refinedweb
1,386
57.37
Create a Route That Redirects Let’s first create a route that will check if the user is logged in before routing. Add the following to src/components/AuthenticatedRoute.js. import React from "react"; import { Route, Redirect } from "react-router-dom"; export default ({ component: C, props: cProps, ...rest }) => <Route ...
https://branchv21--serverless-stack.netlify.app/chapters/create-a-route-that-redirects.html
CC-MAIN-2022-33
refinedweb
304
56.55
[hackers] [scc] Emit newlines in onlycpp mode || Roberto E. Vargas Caballero This message : [ Message body ] [ More options ( top , bottom ) ] Related messages : [ Next message ] [ Previous message ] Contemporary messages sorted : [ by date ] [ by thread ] [ by subject ] [ by author ] [ by messages with attachments ] F...
http://lists.suckless.org/hackers/1510/8177.html
CC-MAIN-2022-05
refinedweb
351
58.89
Hi I'm trying to write some functions. This first function is suppose to help shuffle two strings which are the same length into the correct word. So the output would be something like: After shuffling the first string som and the second string trs the word is storms. Here is my code now: I don't know if I'm starting t...
https://www.daniweb.com/programming/software-development/threads/235291/problem-with-some-functions
CC-MAIN-2017-26
refinedweb
315
63.22
On Mon, 7 Jan 2002 06:40, Erik Hatcher wrote: > ----- Original Message ----- > From: "Peter Donald" <peter@apache.org> > > > Most likely I would -1 it but it would depend upon how it was implemented > > essentially. I think it is really poor design of tasks that would require > > this and would almost certainly reject ...
http://mail-archives.apache.org/mod_mbox/ant-dev/200201.mbox/%3C200201062025.g06KPQr00461@mail004.syd.optusnet.com.au%3E
CC-MAIN-2017-22
refinedweb
550
59.84
Up to [cvs.NetBSD.org] / src / lib / libc / gen Request diff between arbitrary revisions Default branch: MAIN Revision 1.14.10.2 / (download) - annotate - [select for diffs], Thu Apr 17 16:25:37 2008 UTC (9 years, 3 months ago) by apb Branch: christos-time_t Changes since 1.14.10.1: +93 -0 lines Diff to previous 1.14.1...
http://cvsweb.netbsd.org/bsdweb.cgi/src/lib/libc/gen/isdigit.3
CC-MAIN-2017-30
refinedweb
877
77.13
See also: IRC log RS Looking to get ARIA support in HTML/XHTML/SVG. support in Dojo, Firefox, etc., but still a couple of issues. some issues: namespaces in HTML, IE defects on attr selectors, triggering off ARIA states & properties. Would prefer something that doesn't use a colon. can we come up with a more general so...
http://www.w3.org/2007/11/06-aria-minutes.html
CC-MAIN-2014-42
refinedweb
3,248
73.17
: At first use Visual Studio 2010 to create a SharePoint web part project. As a result, VS2010 will open a ascx control for you on the designer.> By calling getWebProperties method from any web part, you can get the current web’s title, id and creation date. ctx.load(this.web,'Title','Id','Created'); Remember, here the...
http://www.codeproject.com/Articles/60348/SharePoint-2010-Client-Object-Model-for-JavaScript?fid=1561723&df=90&mpp=10&sort=Position&spc=None&select=3923509&tid=4381329
CC-MAIN-2016-36
refinedweb
165
66.13
This is the mail archive of the cygwin-apps mailing list for the Cygwin project. On Oct 10 10:24, Corinna Vinschen wrote: > > > > >? Index: include/cygwin/in.h =================================================================== RCS file: /cvs/src/src/winsup/cygwin/include/cygwin/in.h,v retrieving revision 1.18 retrievi...
http://cygwin.com/ml/cygwin-apps/2012-10/msg00118.html
CC-MAIN-2017-04
refinedweb
148
53.27
Using the Validating Parser By now, you have done a lot of experimenting with the nonvalidating parser. It's time to have a look at the validating parser to find out what happens when you use it to parse the sample presentation. You need to understand about two things about the validating parser at the outset: - A sche...
http://docs.oracle.com/javaee/1.4/tutorial/doc/JAXPSAX9.html
CC-MAIN-2014-41
refinedweb
1,469
55.74
the first version of SQL Server to offer CLR integration – giving developers the ability to write their own functions and stored procs as .NET assemblies. In addition to opening a whole new world of possibilities to SQL developers, when used wisely these functions/procs will in some cases outperform standard T-SQL, es...
http://blogs.lessthandot.com/index.php/datamgmt/dbprogramming/sql-server-distance-calculation-option-3/
CC-MAIN-2017-22
refinedweb
832
66.84
Welcome to another fun filled tutorial. This time I will attempt to explain Volumetric Fog using the glFogCoordf Extension. In order to run this demo, your video card must support the "GL_EXT_fog_coord" extension. If you are not sure if your card supports this extension, you have two options... 1) download the VC++ sou...
http://nehe.gamedev.net/tutorial/volumetric_fog__ipicture_image_loading/18007/
CC-MAIN-2015-35
refinedweb
5,701
65.93
ReactJs patterns - A study based on google search ReactJS is among one of the most used javascript library according to GitHub it is one of the mos popular started repository. Given its popularity it is expected that the community around it will start to develop techniques, guides and tutorials around patterns. Inspire...
https://marabesi.com/web/2020/06/22/reactjs-patterns-a-study-based-on-google-search.html
CC-MAIN-2022-05
refinedweb
3,464
56.76
Library sample chapters Beginning XML Well-formed XML (2) Every Start-tag Must Have an End-tag One of the problems with - and sometimes even encouraged - - different browsers do it differently, leading to incompatibilities. For now, just remember that in XML the end-tag is required, and has to exactly match the start-t...
http://www.developerfusion.com/samplechapter/1704/beginning-xml/3/
crawl-002
refinedweb
270
61.56
Analyzing Roam Research Attribute Tables with Python Want to share your content on R-bloggers? click here if you have a blog, or here if you don't. By: Brad Lindblad LinkedIn | Github | Blog | Subscribe Image Source: roamresearch.com Roam Research is a revolutionary note-taking tool for networked thought. As a data sci...
https://www.r-bloggers.com/2021/07/analyzing-roam-research-attribute-tables-with-python/
CC-MAIN-2022-27
refinedweb
696
66.37
C <stdio.h> - fopen() Function The C <stdio.h> fopen() function opens a file indicated by filename and returns a file stream associated with that file. The mode is used to determine the file access mode. The file stream can be disassociated from the file by calling fclose() or freopen() function. All opened files are a...
https://www.alphacodingskills.com/c/notes/c-stdio-fopen.php
CC-MAIN-2021-43
refinedweb
361
73.17
#include <sys/param.h> #include <sys/mount.h> option's value, using the given format, into the specified variable arguments. The value must be a string (i.e., NUL terminated). The vfs_copyopt() function creates a copy of the option's value. The len argument must match the length of the option's. The vfs_setopt() and vf...
https://nxmnpg.lemoda.net/9/vfs_getopt
CC-MAIN-2019-39
refinedweb
167
59.5
C++ Plus(+) Operator Overloading Program Hello Everyone! In this tutorial, we will learn how to demonstrate the concept of + Operator Overloading, in the C++ programming language. To understand the concept of Operator Overloading in CPP, we will recommend you to visit here: C++ Operator Overloading, where we have expla...
https://studytonight.com/cpp-programs/cpp-plus-operator-overloading-program
CC-MAIN-2021-04
refinedweb
475
65.66
8.10. Deep Recurrent Neural Networks¶ Up to now, we only discussed recurrent neural networks with a single unidirectional hidden layer. In it the specific functional form of how latent variables and observations interact was rather arbitrary. This isn’t a big problem as long as we have enough flexibility to model diffe...
http://d2l.ai/chapter_recurrent-neural-networks/deep-rnn.html
CC-MAIN-2019-18
refinedweb
1,004
58.08
I wanted to ask, how can i make a square rotate in base of event.mouse.xevent.mouse.y The square is al_draw_rectangle(x-15,y-15,x+15,y+15,al_map_rgb(0,0,255),3.0); Is there any way to do that? The square cannot move with mouse, only with keyboard. Your question is a bit incomplete... let me use my A5 mind reading addon...
https://www.allegro.cc/forums/thread/610900/964159
CC-MAIN-2018-30
refinedweb
1,128
65.32
Tk_RestackWindow - Change a window's position in the stacking order #include <tk.h> int Tk_RestackWindow(tkwin, aboveBelow, other) Tk_Window tkwin (in) Token for window to restack. int aboveBelow (in) Indicates new position of tkwin rel- ative to other; must be Above or Below. Tk_Window other (in) Tkwin will be reposit...
http://www.syzdek.net/~syzdek/docs/man/.shtml/man3/Restack.3.html
crawl-003
refinedweb
124
57.98
There are times when you have written your code but while you execute, it might not run. These types of situations occur when the input is inappropriate or you try to open a file with a wrong path or try to divide a number by zero. Due to some errors or incorrect command the output will not be displayed. This is becaus...
https://learningactors.com/python-keyerror-exceptions-and-how-to-handle-them/
CC-MAIN-2020-10
refinedweb
2,342
61.36
Use dotted characters in Windows I have strings, which contains following dotted characters: "áéöüóőúű". I try to use paste() method to put it to field. I found solution ALT key codes, but I don't know where these characters located in string. I found paste(unicode()) method, but it isn't present in newest SNAPSHOT ver...
https://answers.launchpad.net/sikuli/+question/677799
CC-MAIN-2019-09
refinedweb
685
65.42
In-Memory Virtual Filesystems I really like his use case for having such a filesystem: Having a virtual memory system to plug into would be fantastic for unit testing. You could create files to your heart’s content and the file access would be fast while also saving you from all the annoying issues with deleting tempor...
http://java.dzone.com/news/in-memory-virtual-filesystems
crawl-002
refinedweb
1,506
55.44
Functions and classes for creating thick line geometries in a application using SceneKit. Introduction SCNLine is a class for drawing lines of a given thickness in 3D space. In most situations in 3D projects the typically used method would use GL_LINES; which can be exercised in SceneKit with this primitive type. Howev...
https://tryexcept.com/articles/cocoapod/scnline
CC-MAIN-2020-45
refinedweb
416
65.42
Progressive loading for modern web applications via code splitting Are your users tired of waiting when your app is loading and they close the tab? Let’s fix it with the progressive loading! I will use webpack for bundling and React for a demonstration. I am compiling and bundling all my javascript files (sometimes css...
http://126kr.com/article/6vrt9lmvdru
CC-MAIN-2016-50
refinedweb
833
67.15
=begin == Migration issues between 1.8.x and 1.9 This page lists backward-incompatible changes between the 1.8.x serie of ruby and the current 1.9. Unfortunately, this page is new and wasn't maintained during 1.9 development. Please contribute to help migrate to 1.9. === Inheritance evaluation order class Base def self...
https://bugs.ruby-lang.org/projects/ruby-trunk/wiki/MigrationIssuesFrom18
CC-MAIN-2018-51
refinedweb
653
67.55
SolidJS is a declarative UI library for building web applications, much like React, Angular, or Vue. It is built using brutally efficient fine-grained reactivity(No Virtual DOM), an ephemeral component model, and the full expressiveness of JavaScript(TypeScript) and JSX. While understandably no one is really in the mar...
https://dev.to/ryansolid/introducing-the-solidjs-ui-library-4mck
CC-MAIN-2022-21
refinedweb
3,156
64.1
29 October 2010 09:27 [Source: ICIS news] LONDON (ICIS)--Halliburton and BP had tests that showed the cement used to seal the Macondo oil well in the ?xml:namespace> In a letter to President Barack Obama's national commission on the BP Deepwater Horizon oil spill and offshore drilling, its chief counsel, Fred Bartlit, ...
http://www.icis.com/Articles/2010/10/29/9405672/halliburton-bp-had-tests-showing-macondo-well-cement-unstable.html
CC-MAIN-2014-35
refinedweb
269
53.24
On Wed, Jul 22, 2020 at 07:22:34PM +0200, Peter Krempa wrote: > On Wed, Jul 22, 2020 at 19:14:01 +0200, Pavel Hrdina wrote: > > On Wed, Jul 22, 2020 at 06:51:58PM +0200, Peter Krempa wrote: > > > On Thu, Jul 16, 2020 at 11:59:31 +0200, Pavel Hrdina wrote: > > > > Signed-off-by: Pavel Hrdina <phrdina at redhat.com> > > ...
https://listman.redhat.com/archives/libvir-list/2020-July/msg01580.html
CC-MAIN-2022-21
refinedweb
554
58.79
I'm looking at some Python code which used the @ symbol, but I have no idea what it does. I also do not know what to search for as searching python docs or Google does not return relevant results when the @ symbol is included. It indicates that you are using a decorator. Here is Bruce Eckel's example from 2008. The @ s...
http://ebanshi.cc/questions/3509385/what-does-the-at-symbol-do-in-python
CC-MAIN-2017-22
refinedweb
603
60.85
table of contents NAME¶ madvise - give advice about use of memory SYNOPSIS¶ #include <sys/mman.h> int madvise(void *addr, size_t length, int advice); madvise(): - Since glibc 2.19: - _DEFAULT_SOURCE - Up to and including glibc 2.19: - _BSD_SOURCE DESCRIPTION¶¶¶) was supported MADV_REMOVE; but since Linux 3.5, any files...
https://manpages.debian.org/bullseye/manpages-dev/madvise.2.en.html
CC-MAIN-2022-40
refinedweb
282
59.3
Javascript function pattern We all know the problem lots of javascript functions and a polluted global namespace. To manage this I have built a pattern for anonymous functions as variables to use client side in an application. The basic requirement is that it is easy to stack the functions for initialisation calls and ...
https://medium.com/@rickmarshall_57431/javascript-function-pattern-78dce6d2786
CC-MAIN-2022-05
refinedweb
231
52.49
Home >> solar led street light manufacturers in usa for sale by owner. america s leading supplier of commercial solar led lights that meet your need for various outdoor lighting applications from commercial solar street lights and solar parking lot lights, to residential pathway and signage projects. import china led l...
http://arllen.cz/881/solar-led-street-light-manufacturers-in-usa-for-sale-by-owner.html
CC-MAIN-2020-50
refinedweb
766
51.89