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
The Universe is not static nor is the data it generates. As your business produces more data points, you need to be prepared to ingest and process them, and then load the results into a data lake that has been prepared to keep them safe and ready to be analyzed. In this article, you will learn how to build scalable dat...
https://www.activestate.com/blog/how-to-create-scalable-data-pipelines-with-python/
CC-MAIN-2020-16
refinedweb
1,725
54.97
Yes, I’ve been playing with Docker again – no big surprise there. This time I decided to take a look at scaling an application that’s in a Docker container. Scaling and load balancing are concepts you have to get your head around in a microservices architecture! Another consideration when load balancing is of course sh...
https://www.colinsalmcorner.com/post/load-balancing-dotnet-core-docker-containers-with-nginx
CC-MAIN-2019-39
refinedweb
1,201
53.71
Applies to: SAP NetWeaver BI 7.0 and SAP CRM 5.0(and above). Summary This paper explains the enhancements specific to business partner in CRM and then retracting BW relevant data to CRM. Author: Akella Kameswari Company: Deloitte Consulting Created on: 25 March 2012 Author Bio Kameswari Akella is currently working in D...
https://blogs.sap.com/2012/03/18/sap-crmbw-enhancements-specific-to-business-partners-and-bw-retraction/
CC-MAIN-2018-13
refinedweb
782
58.82
: 1. Add into your Java classes a start tag (like //[ifdef]) and an end tag (like //[enddef]) around the code in question. To include code for version 1: //[ifdef] import java.sql.ParameterMetaData; //[enddef] //[ifdef] public byte[] getBytes(String parameterName) throws SQLException { ... } //[enddef] /* //=""/> ant -...
http://weblogs.java.net/blog/schaefa/archive/2005/01/how_to_do_condi_1.html
crawl-002
refinedweb
1,764
60.35
Remote Config Uitility Class RemoteConfig is a wrapper class that works with the plugin, firebase_remote_config, which in turn, uses the Firebase Remote Config API to communicate with the Remote Config cloud service offered to all Firebase projects.: remote_config: ^1.0.0 For more information on version numbers: The im...
https://pub.dev/documentation/remote_config/latest/
CC-MAIN-2022-27
refinedweb
1,503
63.29
f Prompt and read in the number of table rows. (You do not need to check that this number is positive.) If the table has m rows, then the table will contain f(x,y) for x and y from 0 to m − 1. Use two nested for loops to print your table, looping over the values of x and y. Note that x and y should be integers and shou...
http://www.dreamincode.net/forums/topic/254547-nested-loop-for-function-that-outputs-table/
CC-MAIN-2016-50
refinedweb
226
79.09
Resize problem at the core of QML Hi all! Pre to this post was "QML SplitView - handleDelegate" I managed (by trial and error) to come up with this code: import QtQuick 2.6 import QtQuick.Controls 1.5 import QtQuick.Layouts 1.3 Item { id: mainItem anchors.fill: parent SplitView { id: splitMain orientation: Qt.Vertical ...
https://forum.qt.io/topic/72395/resize-problem-at-the-core-of-qml
CC-MAIN-2017-47
refinedweb
635
54.39
Next Previous Suggestions I noticed that many people have tried to create a next/previous links in their articles. I was able to do it although the way I did it might not be the prettiest in town. I used the extra1 and extra2 tags provided for an article. I used extra1 as my previous and there I typed in the name of th...
https://discuss.fogcreek.com/CityDesk/2848.html
CC-MAIN-2019-22
refinedweb
575
79.09
Greetings my fellow monks, I have recently been given the opportunity to review a software project that was written 3 or 4 years ago. The original author has since departed, but the project looks promising, and fortuitously (for me) it was written in Perl. I've been asked to look through it and document it so that we m...
http://www.perlmonks.org/?node_id=860654
CC-MAIN-2016-50
refinedweb
2,419
70.63
About Designing apps for Big Screen Windows Phone This article explains almost everything about designing apps for big screen devices like Nokia Lumia 1520 and optimizing existing apps for these devices. Windows Phone 8 Note: This is an entry in the Nokia Imaging and Big UI Wiki Competition 2013Q4. Introduction Recent...
http://developer.nokia.com/community/wiki/index.php?title=All_About_Designing_apps_for_Big_Screen_Windows_Phone&oldid=219053
CC-MAIN-2014-52
refinedweb
2,700
54.42
ValueError: math domain error While working with mathematical functions in Python, you might come across an error called "ValueError math domain error". This error is usually encountered when you are trying to solve quadratic equations or finding out the square root of a negative number. You can avoid this error by pro...
https://www.stechies.com/valueerror-math-domain-error/
CC-MAIN-2020-29
refinedweb
656
61.97
Send Here’s where the fun starts. To send emails from your Rails application, you need to: 1. Add email provider credentials to your development.rb (or production.rb if in a production environment). I’ll be using Gmail here. ProTip: If you’ve enabled two-factor authentication on your account, you need to create an app ...
https://sweetcode.io/emails-custom-domain-sendgrid-rails/
CC-MAIN-2020-34
refinedweb
855
76.62
I’m having trouble trying to split a list into even and odd numbers with the variables odd and even representing their respective numbers. The professor noted that this line of code: odd, even = foo([1,2,3,4,5,6], lambda x : x % 2 == 0) Should split the numbers into odd and even. How do I do something like this? I know...
https://www.freecodecamp.org/forum/t/split-a-list-into-even-and-odd-numbers/255454/1
CC-MAIN-2019-22
refinedweb
167
76.66
Cablegate: Daily Summary of Japanese Press 07/05/07 VZCZCXRO3405 PP RUEHFK RUEHKSO RUEHNAG RUEHNH DE RUEHKO #3073/01 1860813 ZNR UUUUU ZZH P 050813Z JUL 07 FM AMEMBASSY TOKYO TO RUEHC/SECSTATE WASHDC PRIORITY 5 4304 RUEHFK/AMCONSUL FUKUOKA 1884 RUEHOK/AMCONSUL OSAKA KOBE 5466 RUEHNAG/AMCONSUL NAGOYA 0988 RUEHKSO/AMCONS...
http://www.scoop.co.nz/stories/WL0707/S01254.htm
CC-MAIN-2018-43
refinedweb
5,035
52.19
What is Selenium? Tasks and Scenario Test Use Case Implementation Preparation To Use This Tutorial Task 1: Record and Playback A Web Application Functional Test. Task 2: Run The Test In A TestNode The PushToTest console identifies the operating parameters of a functional test, load and performance test, and business se...
http://candidjava.com/selenium-tutorial/
CC-MAIN-2017-04
refinedweb
1,116
58.89
Type: Posts; User: dextor33 It worked :) Thnkz :) will follow all the instructions...nd will tell u aftr removal...:) Thanks i am writing this thread on many other sites....jst to have a simple remedy...instead of reinstalling my whole window :( i got this source code frm a website....nd accidently COMPILED it on my VI...
http://forums.codeguru.com/search.php?s=b257b80583c185bc7fdc2ec8e591fe1b&searchid=5373727
CC-MAIN-2014-42
refinedweb
106
70.09
I. So within the article, there’s a mention of this book titled “The Little LISPer”. Being a fanboy of LISP that quickly grabbed my attention. So one thing led to another I started to look for the book (I read “The Little Schemer” instead), and start trying out the example. I was too lazy to set up Lisp (or any other d...
https://cslai.coolsilon.com/2016/05/13/the-little-pythoner-part-i/
CC-MAIN-2017-47
refinedweb
1,085
55.27
I want to do exactly what this guy did: Python - count sign changes However I need to optimize it to run super fast. In brief I want to take a time series and tell every time it crosses crosses zero (changes sign). I want to record the time in between zero crossings. Since this is real data (32 bit float) I doubt I'll ...
https://codedump.io/share/KQ6jGkwXamnA/1/efficiently-detect-sign-changes-in-python
CC-MAIN-2017-43
refinedweb
276
55.64
Richard Waymire Microsoft Corporation January 2007 Applies to: Microsoft Visual Studio 2005 Team Edition for Database Professionals Summary: Microsoft Visual Studio 2005 Team Edition for Database Professionals (DB Pro) is the most recent addition to the Microsoft Visual Studio Team Suite of products. The mission of thi...
http://msdn.microsoft.com/en-us/library/bb264457(VS.80).aspx
crawl-002
refinedweb
4,254
50.36
How to Add Weather Effects in Phaser Games By Josh Morony I keep going on about how important atmosphere is in a game, and the last two Phaser tutorials I have created have focused on that. First we learned how to create a parallax background effect which adds more depth to a game, and then we learned how to create a d...
https://www.joshmorony.com/how-to-add-weather-effects-in-phaser-games/
CC-MAIN-2020-10
refinedweb
1,351
61.46
7、 Reconstruction4: use“Replace temporary variables with queries”Again rightStatement() methodRefactoring 1. After the refactoring of the previous articles, the specific code of the statement () method in customer is shown in the following figure. When calculating the amount and points of each movie, we call the corres...
https://developpaper.com/code-refactoring-and-unit-testing-refactoring-the-statement-method-again-with-replacing-temporary-variables-with-queries-7/
CC-MAIN-2022-40
refinedweb
410
52.29
Just want to clarify a few things on this one…? From the model code explanation: Now that we’ve instantiated our CSV file writer, we can start adding lines to the file itself! First we want the headers, so we call .writeheader() on the writer object. This writes all the fields passed to fieldnames as the first row in o...
https://discuss.codecademy.com/t/how-does-writeheader-know-the-fields-to-use/463772
CC-MAIN-2020-40
refinedweb
175
77.94
How to Get a Girl to Fall in Love with You There are plenty of rules and advice for getting a girl to fall in love with you. This is not about those rules and advice. This article focuses on basic concepts that can be used to strengthen a girl's feeling of love for you. It is love, after all, so allow this to be more o...
http://www.wikihow.com/Get-a-Girl-to-Fall-in-Love-with-You
crawl-002
refinedweb
408
82.65
Hello and Welcome to Alpha Electronz .! We provide Tutorials (Post + Videos) about Projects based on Arduino, Raspberry Pi, etc. Today’s tutorial is about running your Favourite Arduino Uno for a long time on stand-alone! So let’s start. For the 99% of the Times, Your Arduino based Projects are always connected to a La...
https://engineersasylum.com/t/how-to-run-arduino-uno-for-months-on-a-single-battery/488
CC-MAIN-2020-05
refinedweb
791
64
i'm trying to read the output from one function into another one. if i break things down into two steps, call the first function(journal.py) from the command line, and then call the second(ip_list.py) i get the results that i'm looking for. if i try to import the first and run it in the second the resulting list is emp...
https://codedump.io/share/76FOtZ8MB3w7/1/incomplete-reads-from-file-written-by-popen-based-subprocess
CC-MAIN-2016-44
refinedweb
256
59.4
Hey guys, I've been Googling around for a while and I'm unable to find something that will help me do what I need. I want a ListView where the footer will expand to fill the screen if there are not enough items to fill the list (And stay in the scroll with a minimum height when its full. What I'm trying to accomplish: ...
https://forums.xamarin.com/discussion/comment/147269/
CC-MAIN-2019-39
refinedweb
861
67.04
I have a list/array of x and y coordinates, for example: x = [x1, x2, x3,...] y = [y1, y2, y3,...] for i in x1: if i <= 40 and i >= -40: print "True" else: x.remove(i) for i in y1: if i <= 20 and i >=- 20: print "True" else: y1.remove(i) x1 y1 x1 y1 x1 y1 zeta_list = np.column_stack((x1, y1)) ([[x1, y1], [x2, y2], [x3,...
https://codedump.io/share/Lqs75wi7SLQa/1/removing-entries-from-arrays-in-a-parallel-manner
CC-MAIN-2017-09
refinedweb
277
75.54
XML-RPC NOTE: All credit for this code goes to Crast in irc.freenode.net:#django... This uses SimpleXMLRPCDispatcher which is part of the standard Python lib in 2.4 (And possibly earlier versions). In discussing ways of handling XML-RPC for Django, I realised I really needed a way to do it without patching Django's cod...
https://code.djangoproject.com/wiki/XML-RPC?version=16
CC-MAIN-2015-22
refinedweb
627
51.04
Log message: Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. Log message: Add version to DEPENDS. Log message: Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. Mark packages that don't or might probably not have staged installation. Log message: Update p5-XML-RSS-LibXML to 0.3...
http://pkgsrc.se/wip/p5-XML-RSS-LibXML
CC-MAIN-2018-05
refinedweb
108
51.85
Closed Bug 330863 Opened 15 years ago Closed 15 years ago vertical scroll bar appears on LHS instead of RHS Categories (Core :: Layout, defect, P2) Tracking () mozilla1.9alpha1 People (Reporter: eyalroz, Assigned: dbaron) References (Depends on 1 open bug, Blocks 1 open bug) Details (Whiteboard: [patch]) Attachments (1...
https://bugzilla.mozilla.org/show_bug.cgi?id=330863
CC-MAIN-2020-34
refinedweb
1,250
73.07
Use a function in qml from another qml Hello, i want to use an function in qml what is written in an other qml file, but it won't work the example the function is written in the file "function.qml" in an seperate directory called components the function looks like this function assign(id) { value = id + 20 return: valu...
https://forum.qt.io/topic/46052/use-a-function-in-qml-from-another-qml/1
CC-MAIN-2022-40
refinedweb
247
66.64
symlink - make symbolic link to a file #include <unistd.h> int symlink(const char *path1, const char *path2); The symlink() function creates a symbolic link. Its name is the pathname pointed to by path2, which must be a pathname that does not name an existing file or symbolic link. The contents of the symbolic link are...
http://pubs.opengroup.org/onlinepubs/007908799/xsh/symlink.html
CC-MAIN-2013-20
refinedweb
385
62.48
Mouse is not visible. public class mygame:game{protected override void Initialize() { 'IsMouseVisible = true;'}}by breakpoint i see is already set to true. when y Change to false and update in the Draw or Update Methode then is Change back autmoativly to true. but never see the mouse what i have to doo for see the mous...
http://community.monogame.net/t/mouse-never-see/9605/3
CC-MAIN-2018-34
refinedweb
152
66.23
Migrates Oracle dbs to PostgreSQL, MySQL and Sqlite Project description CBL Migrator Small SQLAlchemy based library that migrates Oracle DBs to MySQL, PostgreSQL and SQLite. Used in ChEMBL dumps generation process. to use it, as a Python library: from cbl_migrator import DbMigrator origin = 'oracle://{user}:{pass}@{hos...
https://pypi.org/project/cbl-migrator/
CC-MAIN-2021-21
refinedweb
323
50.33
Python and Flask beginner and completely new to Python Anywhere so please be really basic in your responses. I followed a tutorial to get Flask up and running on my PythonAnywhere account but then realized it was going to be really cumbersome to build out the application on PA so I built it locally. I've uploaded all o...
https://www.pythonanywhere.com/forums/topic/13495/
CC-MAIN-2018-47
refinedweb
814
57.47
The tutorial, along with other indispensible documentation like the library reference and such, is also available in a number of different formats at. The Adobe Acrobat There is currently no good tutorial for the mac-specific features of Python, but to whet your appetite: it has interfaces to many MacOS toolboxes (quic...
https://svn.python.org/projects/stackless/Python-2.3.3/orig/Mac/Demo/using.html
CC-MAIN-2022-05
refinedweb
2,195
60.35
I’m one of those programmers who HATES it when he sees things like: public class Grunt { private int m_hp ; public int HP { get { return m_hp ; } set { m_hp = value ; } } } Encapsulation or no encapsulation, this just SEEMS dumb. Sometimes you’ll see this written as: public class Grunt { private int m_hp ; public int H...
https://bobobobo.wordpress.com/2009/05/
CC-MAIN-2018-30
refinedweb
288
71.24
This article is in the Product Showcase section for our sponsors at CodeProject. These articles on Linux. That’s easy, you might think, you can build an ASP.NET application, run it on Microsoft® Windows® under Internet Information Services (IIS) and browse to it using a browser such as FireFox on a Linux client. You’d ...
https://www.codeproject.com/Articles/10473/Visual-Studio-NET-IDE-for-Linux?msg=1215295
CC-MAIN-2017-43
refinedweb
1,629
63.39
The Ultimate Guide: 5 Methods for Debugging Production Servers at Scale This a guest post by Alex Zhitnitsky, an engineer working at Takipi, who is on a mission to help Java and Scala developers solve bugs in production and rid the world of buggy software. How to approach the production debugging conundrum? All sorts o...
http://highscalability.com/blog/2015/1/7/the-ultimate-guide-5-methods-for-debugging-production-server.html
CC-MAIN-2019-47
refinedweb
2,087
59.84
Agenda See also: IRC log -> Accepted -> Norm: The substance was PSVI support which I think we sorted as best we can before a new draft. Henry: My action is still outstanding, but I don't think that should get in the way. ... To look for things that point outside the subtree. Accepted. Regrets from Paul. Norm: We need t...
http://www.w3.org/XML/XProc/2008/05/29-minutes.html
CC-MAIN-2016-40
refinedweb
927
74.39
Installing dependencies¶ In Getting started we used the conan install command to download the Poco library and build an example. If you inspect the conanbuildinfo.cmake file that was created when running conan install, you can see there that there are many CMake variables declared. For example CONAN_INCLUDE_DIRS_ZLIB, ...
https://docs.conan.io/en/1.27/using_packages/conanfile_txt.html
CC-MAIN-2020-40
refinedweb
1,443
56.05
For a few days now i've been investigating how to best send data structures (specifically STL vectors) from a c++ DLL to some indie gamedev software based on Delphi (which i dont have internal access to). I've narrowed it down to two options, either i simply call the DLL multiple times to recieve one number at a time a...
http://cboard.cprogramming.com/cplusplus-programming/90424-dll-interface-oddity.html
CC-MAIN-2014-35
refinedweb
305
57.61
While you’re developing your XSQL pages, if for any reason you receive an unexpected result, the following techniques may help diagnose the problem. If your page does not include any <?xml-stylesheet?> instructions, there are only a few problems that can affect the page: If you request the page and receive a result tha...
https://www.safaribooksonline.com/library/view/building-oracle-xml/1565926919/ch08s03.html
CC-MAIN-2018-30
refinedweb
242
63.7
Kalman filter – simplified version May 16, 2011 11 Comments Finally… it’s been a while since I’ve started looking into filtering, and more precisely Kalman filters… since I started on my quadcopter project, to be more precise… After reading the descriptions and formulas found here (highly recommend the short introducto...
https://trandi.wordpress.com/2011/05/16/kalman-filter-simplified-version/
CC-MAIN-2017-26
refinedweb
857
57.4
I think that achieving as much binary compatibility with 1.2.X as possible should be a big goal for 1.3 (I know I keep saying it). Easing a transition to some of the bigger features/additions will be better for the community. However, if there are changes that we feel are important enough, but requires breaking somethi...
http://mail-archives.apache.org/mod_mbox/logging-log4j-dev/200601.mbox/%3C002201c61004$3aa67960$4001a8c0@hogwarts%3E
CC-MAIN-2016-18
refinedweb
1,428
77.74
27 CFR 25.281 - General. (a) Reasons for refund or adjustment of tax or relief from liability. The tax paid by a brewer on beer produced in the United States may be refunded, or adjusted on the tax return (without interest) or, if the tax has not been paid, the brewer may be relieved of liability for the tax on: (1) Be...
http://www.law.cornell.edu/cfr/text/27/25.281
CC-MAIN-2014-52
refinedweb
256
65.46
Ever wonder how paint colors are named? “Princess ivory”, “Bull cream.” And what about “Keras red”? It turns out that people are making a living naming those colors. In this post, I’m going to show you how to build a simple deep learning model to do something similar — give the model a color name as input, and have the...
https://www.dlology.com/blog/how-to-train-a-keras-model-to-generate-colors/
CC-MAIN-2018-43
refinedweb
1,615
54.42
Details Description 1) Expand the isartor test code so that it can also check conforming documents, i.e. documents that should not bring any errors. Support JBIG2. 2) Test the files from the Bavaria suite with preflight. I'll create sub-issues on that one. I counted 16 where something doesn't work as intented. 3) Inclu...
https://issues.apache.org/jira/browse/PDFBOX-2610?subTaskView=unresolved
CC-MAIN-2018-34
refinedweb
187
69.99
learnedset,. Note For some people, the term “Markov chain” always refers to a process with a finite or discrete state space. We follow the mainstream mathematical literature (e.g., [MT09]) in using the term to refer to any discrete time Markov process.,$$ \mathbb P \{ X_{t+1} = j \,|\, X_t = i \} = P[i, j] $$ Equivale...
https://lectures.quantecon.org/py/stationary_densities.html
CC-MAIN-2019-35
refinedweb
1,775
74.59
I have a checkbox <label for="ChFileOne"> File One <input type="checkbox" name="ChFileOne" id="ChFileOne"> </label> I want to check it, if a file exists. in web forms which I am familiar with, I would use the code behind. if(file.exist) chFileOne.checked = true; am trying to learn MVC I want to know how to write a simi...
https://social.msdn.microsoft.com/Forums/en-US/66fcbde4-75a2-4955-8e2c-af111d6a76c8/how-to-write-code-for-html-controls-in-mvc?forum=aspmvc
CC-MAIN-2022-33
refinedweb
371
63.49
WF and missing build output from referenced project Ever come across a WorkflowValidationFailedException at runtime even though the project containing the workflow was successfully validated and compiled without any errors? The reason for this occurring is how the compiler manages references. Lets look at a simple solu...
http://www.neovolve.com/2007/05/11/wf-and-missing-build-output-from-referenced-project/
CC-MAIN-2017-17
refinedweb
465
55.34
$Id: This note discusses a common ontology for the interoperable interchange of contact information, in the light of various pieces of software, the standards which they purport to import nand export, and their interpretations of that software. Here is an example of contact infromation in vCard. BEGIN:VCARD VERSION:3.0...
http://www.w3.org/2002/12/cal/vcard-notes.html
crawl-002
refinedweb
2,506
56.15
Created on 2010-10-08 11:13 by hniksic, last changed 2017-11-23 00:27 by ncoghlan. This issue is now closed. I find that I frequently need the "null" (no-op) context manager. For example, in code such as: with transaction or contextlib.null(): ... Since there is no easy expression to create a null context manager, we m...
https://bugs.python.org/issue10049
CC-MAIN-2020-16
refinedweb
2,775
63.09
When I make two File streams either in Python or C++, Dolfin crashes. For example, in Python: from dolfin import * f = File('f.pvd') g = File('g.pvd') results in: ==== Python( *** set a breakpoint in malloc_error_break to debug [LMBA:63708] *** Process received signal *** [LMBA:63708] Signal: Abort trap: 6 (6) [LMBA:63...
https://answers.launchpad.net/dolfin/+question/227135
CC-MAIN-2021-21
refinedweb
213
69.58
On 10/11/2010 14:32, Bas van Dijk wrote: > On Wed, Nov 10, 2010 at 2:39 PM, Mitar<mmitar at gmail.com> wrote: >>>.) > > This is really interesting. Presumably what happens is that an > exception is indeed thrown and then raised in the thread after the > final action. Now if you synchronously throw an exception at the e...
http://www.haskell.org/pipermail/haskell-cafe/2010-November/086209.html
CC-MAIN-2013-48
refinedweb
245
50.06
In this tutorial, you'll build a web app that implements an OAuth authorization flow. The main goal of OAuth authorization is to allow third-party applications to interact with a Zendesk Support instance without having to store and use the passwords of Zendesk Support users, which is sensitive information that the apps...
https://help.zendesk.com/hc/en-us/articles/229488968-Using-OAuth-to-authenticate-Zendesk-API-requests-in-a-web-app
CC-MAIN-2018-09
refinedweb
3,305
56.96
As I mentioned in my last post, I am going to dive deep into ASP.NET web development. I have watched several video tutorials including Introduction to ASP.NET MVC by Christopher Harrison and Jon Galloway and Implementing Entity Framework with MVC. One thing that I really like about ASP.NET so far is that Visual Studio ...
http://www.claudiobernasconi.ch/2015/06/22/how-to-fix-common-errors-using-asp-net-mvc-scaffolding/
CC-MAIN-2017-30
refinedweb
877
56.96
Update User Data during loop On 01/10/2013 at 02:38, xxxxxxxx wrote: Hello everybody. Below I have a very simplified version of what I'm trying to create. The simplified code: Runs a loop to get all of the user data and prints it to the console Creates a new user data object (just lifted that straight from the document...
https://plugincafe.maxon.net/topic/7468/9292_update-user-data-during-loop
CC-MAIN-2020-50
refinedweb
553
62.38
Products and Services Downloads Store Support Education Partners About Oracle Technology Network This issue is part of the general issue JDK-7124410 [macosx] Lion HiDPI support A user provides high resolution images with @2x modifier. The Toolkit.getImage(String filename) and Toolkit.getImage(URL url) methods should au...
http://bugs.java.com/bugdatabase/view_bug.do?bug_id=8011059
CC-MAIN-2015-06
refinedweb
564
50.16
A given WordprocessingML document can have one or more schemas "attached" to it. The purpose of schema attachment is to enable two things: On-the-fly schema validation as the user edits the document Schema-driven editing functionality Schema validation happens automatically as a user edits the document. If a particular...
https://flylib.com/books/en/2.633.1.40/1/
CC-MAIN-2019-43
refinedweb
980
50.26
8.36: Drawing the “Next” Piece - Page ID - 14615 def drawNextPiece(piece): # draw the "next" text nextSurf = BASICFONT.render('Next:', True, TEXTCOLOR) nextRect = nextSurf.get_rect() nextRect.topleft = (WINDOWWIDTH - 120, 80) DISPLAYSURF.blit(nextSurf, nextRect) # draw the "next" piece drawPiece(piece, pixelx=WINDOWWID...
https://eng.libretexts.org/Bookshelves/Computer_Science/Book%3A_Making_Games_with_Python_and_Pygame_(Sweigart)/08%3A_Tetromino/8.36%3A_Drawing_the_%E2%80%9CNext%E2%80%9D_Piece
CC-MAIN-2021-10
refinedweb
118
64.81
- Something Missing? Updating We are always open to your feedback. Folder Structure After creation, your project should look like this: my-app/ README.md.. Displaying Lint Output in the Editor; } There is currently no support for preprocessors such as Less, or for sharing variables across CSS files. Adding Images and ...
https://azure.microsoft.com/pl-pl/resources/samples/powerbi-react-client/
CC-MAIN-2017-47
refinedweb
379
50.94
. clang3.8 compiles it to a library call, unfortunately, so this method is not efficient with clang. IDK about other compilers.. You don't need inline asm for this, and it's worth a bit of C++ syntax pain to avoid inline asm.. Here's an example of code with a CAS retry-loop that compiles to asm that looks right, and I ...
https://codedump.io/share/9wddVxZ8ScwJ/1/implement-aba-counter-with-c11-cas
CC-MAIN-2018-05
refinedweb
390
56.15
Introduction This document describes the technical aspects of the testing integrated into Dspace. In it we describe the tools used as well as how to use them and the solutions applied to some issues found during development. It's intended to serve as a reference for the community so more test cases can be created. Issu...
https://wiki.duraspace.org/display/GSOC/GSOC+2010+Unit+Tests+-+Technical+documentation
CC-MAIN-2017-17
refinedweb
6,465
51.99
How do i get a basic web2py server up and running on PythonAnywhere? [update - 29/05] We now have a big button on the web tab that will do all this stuff for you. Just click where it says Web2Py, fill in your admin password, and you're good to go. Here's the old stuff for historical interest... I'm a PythonAnywhere dev...
https://codedump.io/share/379qFnYhRAOz/1/how-do-i-deploy-web2py-on-pythonanywhere
CC-MAIN-2018-09
refinedweb
241
66.94
Towards. Luckily we have been busy in the past months and these issues have now been resolved. We have the complete multicast firmware update solution running on a single xDot with only 32K RAM and 256K flash, and we have added delta updates to the client which reduces transmission time by 90% in most cases. The full d...
https://os.mbed.com/blog/entry/towards-fota-lora-crypto-delta-updates/
CC-MAIN-2019-35
refinedweb
2,013
55.34
Refract lets you inject your own dependencies, such as your Redux store, your router, your API, and so on. To expose any dependencies for use inside Refract, you simply pass them as props into any component wrapped with the withEffects higher-order component. Your dependencies will then be available as part of the init...
https://refract.js.org/usage/injecting-dependencies
CC-MAIN-2018-51
refinedweb
322
51.07
With all of our diligence, AbiWord 2.0 is bound to be a huge success. With better 2.5 million downloads within the past year and a half, AbiWord is a huge project, and a large force in both the free and non-free software communities. In short, we're a viable contender. Our goal with 2.2 is to improve upon our past succ...
http://www.abisource.com/developers/2.2-roadmap.phtml
crawl-002
refinedweb
913
65.52
Holds data about the loaded sounds. More... #include <SoundManager.h> Holds data about the loaded sounds. Definition at line 191 of file SoundManager.h. List of all members. constructor Definition at line 1070 of file SoundManager.cc. [private] don't call point to data in region (for convenience, only valid in SoundPla...
http://tekkotsu.org/dox/structSoundManager_1_1SoundData.html
CC-MAIN-2018-47
refinedweb
161
50.63
A lightweight and somewhat compatible Uri class. Warning: This is not an official Google or Dart project. Add this to your package's pubspec.yaml file: dependencies: web_uri: "^0.1.0" You can install packages from the command line: with pub: $ pub get Alternatively, your editor might support pub get. Check the docs for...
https://pub.dartlang.org/packages/web_uri
CC-MAIN-2018-26
refinedweb
110
63.46
Board index » C Language All times are UTC #include <stdio.h> #include <string.h> main() { int chroot(); char dir[80]; strcpy(dir,"new/directory"); chroot(dir); Regrards....John >Is there something I am not doing in order to make a system call? I would >appreciate any help you can provide. Thanks in advance. d. -- No d...
http://computer-programming-forum.com/47-c-language/4d11fa09c12d07b5.htm
CC-MAIN-2020-24
refinedweb
452
78.35
It is quite common to have a program stopped in the debugger due to a crash or assertion caused by an object being in a bad state, and to track down the problem, you need to figure out how it got that way. In many cases, the call stack of the object’s creation can provide valuable clues, but trying to get that call sta...
https://blogs.msdn.microsoft.com/vcblog/2014/01/23/examining-stack-traces-of-objects-using-visual-studio-2013/
CC-MAIN-2016-36
refinedweb
1,058
56.59
Now that we've got our race car and we can drive it around, we've found that we're able to drive it right off of the screen! To stop this, we want to add some sort of boundary to our game that will stop this from happening. Here's the new code: import pygame game_loop(): x = (display_width * 0.45) y = (display_height *...
https://pythonprogramming.net/adding-boundaries-pygame-video-game/
CC-MAIN-2019-26
refinedweb
248
89.79
Solving problem is about exposing yourself to as many situations as possible like Create pandas Dataframe by appending one row at a time Create pandas Dataframe by appending one row at a time, which can be followed any time. Take easy to follow this discuss. I understand that pandas is designed to load fully populated ...
https://discuss.dizzycoding.com/create-pandas-dataframe-by-appending-one-row-at-a-time/
CC-MAIN-2022-33
refinedweb
1,527
66.94
An example project integration of g3log, both statially and dynamically built can be found at g3log_example_integration LOG(INFO) << "streaming API is as easy as ABC or " << 123; LOGF(WARNING, "Printf-style syntax is also %s", "available"); int less = 1; int more = 2 LOG_IF(INFO, (less<more)) <<"If [true], then this te...
https://awesomeopensource.com/project/KjellKod/g3log
CC-MAIN-2021-10
refinedweb
2,103
55.95
The great thing about the POP mail protocol is that it is a well-documented open standard, making writing a mail client to collect mail from a POP box a relatively painless process. Armed with basic knowledge of POP or SMTP it is possible to write proxies which do a variety of useful things, such as filter out spam or ...
http://www.codeproject.com/KB/IP/httpmail.aspx
crawl-002
refinedweb
553
56.76
Subject: Re: [boost] Namespace policy: putting names in boost::detail From: Mathias Gaunard (mathias.gaunard_at_[hidden]) Date: 2011-07-04 13:44:08 On 04/07/2011 18:53, Vicente Botet wrote: > > Mathias Gaunard-2 wrote: >> >>. >> >> > > What kind of dispatch and specializations do you need to share that they can > not b...
https://lists.boost.org/Archives/boost/2011/07/183445.php
CC-MAIN-2021-39
refinedweb
236
67.25
Using multiple monitors in C# is actually a rather simple job since the monitors are combined to one big rectangle to draw on. But you can also use one single monitor if you like. In this article, I will give a brief explanation of how to discover how many monitors the user has and how high the resolution of each monit...
http://www.codeproject.com/Articles/6471/Multi-monitor-programming-in-C?msg=3848289
CC-MAIN-2016-30
refinedweb
348
62.68
NAME pthread_kill - send a signal to a thread SYNOPSIS #include <signal.h> int pthread_kill(pthread_t thread, int sig); Compile and link with -pthread. DESCRIPTION The On success, pthread_kill() returns 0; on error, it returns an error number, and no signal is sent. ERRORS EINVAL An invalid signal was specified. ESRCH ...
http://manpages.ubuntu.com/manpages/precise/en/man3/pthread_kill.3.html
CC-MAIN-2016-07
refinedweb
151
66.13
Plot slicing image with custom indicator in master frame cause unexpected result I have developed a custom indicator which is plotted in master frame. In order to reduce the size of saved image, I added start and end parameters in plot function like this: plot(plotter=myPlotter, start=startbar, end=endbar). However, I ...
https://community.backtrader.com/topic/1241/plot-slicing-image-with-custom-indicator-in-master-frame-cause-unexpected-result/1
CC-MAIN-2020-16
refinedweb
362
66.33
Scalar::Lazy - Yet another lazy evaluation in Perl $Id: Lazy.pm,v 0.3 2008/06/01 17:09:08 dankogai Exp dankogai $ use Scalar::Lazy; my $scalar = lazy { 1 }; print $scalar; # you don't have to force # Y-combinator made easy my $zm = sub { my $f = shift; sub { my $x = shift; lazy { $f->($x->($x)) } }->(sub { my $x = shif...
http://search.cpan.org/~dankogai/Scalar-Lazy-0.03/lib/Scalar/Lazy.pm
CC-MAIN-2016-18
refinedweb
423
73.68
LOCKF(3) Linux Programmer's Manual LOCKF(3) lockf - apply, test or remove a POSIX lock on an open file #include <unistd.h> int lockf(int fd, int cmd, off_t len); Feature Test Macro Requirements for glibc (see feature_test_macros(7)): lockf(): _XOPEN_SOURCE >= 500 || /* Glibc since 2.19: */ _DEFAULT_SOURCE || /* Glibc <...
https://www.man7.org/linux/man-pages/man3/lockf.3.html
CC-MAIN-2022-27
refinedweb
133
68.87
Here’s an introduction to Pandas, an open source software library that’s written in Python for data manipulation and analysis. Pandas facilitates the manipulation of numerical tables and the time series. In recent times, it has been proven again and again that data has become an increasingly important resource. Now, wi...
http://www.opensourceforu.com/2014/03/analyse-data-pandas/
CC-MAIN-2014-35
refinedweb
2,255
52.8
Documentation Improvements A list of ideas (concrete or theoretical) on ways to improve documentation. The origins of this page are this mailing list thread but people should feel free to add their own ideas... Contents Website Need more obvious info for for people just getting started, both on and ... most stuff is hi...
https://wiki.apache.org/lucene-java/Documentation_Improvements?action=diff
CC-MAIN-2016-50
refinedweb
369
55.47
. This method is equivalent to the StreamWriter(String, Boolean) constructor overload. If the file specified by path does not exist, it is created. If the file does exist, write operations to the StreamWriter append text to the file. Additional threads are permitted to read the file while it is open. appends text to a ...
https://msdn.microsoft.com/en-us/library/vstudio/system.io.file.appendtext.aspx
CC-MAIN-2015-40
refinedweb
219
63.56
Crazy? Probably, but it won’t be the first time that has been suggested. First,let me offer some background. Recently I have had the opportunity to experience what content management systems do and how they utilized. Products like Documentum and Alfresco are meant for general use. By their nature these systems are less...
https://rickerg.com/2017/09/12/content-management-with-aws-lambda/
CC-MAIN-2018-34
refinedweb
2,145
60.01
An XSLT stylesheet is an XML document. It can and generally should have an XML declaration. It can have a document type declaration, although most stylesheets do not. The root element of this document is either stylesheet or transform ; these are synonyms for each other, and you can use either. They both have the same ...
https://flylib.com/books/en/1.132.1.75/1/
CC-MAIN-2018-26
refinedweb
455
61.67
Analyze FRAP movies with a Jython script Here is a Jython script that does the analysis of a FRAP movie. It was developed during the Image Processing School Pilsen 2009, and updated to modern Fiji. Once the user has loaded a good FRAP movie, well aligned with no drift, and has specified the ROI for the FRAP zone and an...
https://imagej.net/Analyze_FRAP_movies_with_a_Jython_script
CC-MAIN-2020-16
refinedweb
715
51.55
I don't know if I'm missing something but the plugin from sublimator reveals a strange behavior of view.replace() and view.erase().Have a look at the comments): all spaces left to | should not be replaced as len(sel) = 1 (because of the inserted space above) it prints:| |1 View.erase behaves the same. All preceeding sp...
https://forum.sublimetext.com/t/view-replace-view-erase-bug/190
CC-MAIN-2016-36
refinedweb
376
62.24
using namespace std;This tells the C++ compiler that it should use identifiers from the std library namespace. Without it, the first line in the main() block would need to be prefixed with std::. std::cout << "Hello World";Without the namespace line, every instance of cout would need a std:: or else will not compile. c...
http://cplus.about.com/od/learning1/ss/clessonone_2.htm
crawl-002
refinedweb
127
74.79
I have a code which creates a random number, the user has to guess it in 10 tries. The first cout is the option to "Cheat? (Y/N)" which will display the secret number (the random number), mostly just for me to see whats happening. If the user selects Y the number is displayed. But also it will be displayed if they sele...
http://cboard.cprogramming.com/cplusplus-programming/129322-if-else-if-will-not-return-else-if-when-true-printable-thread.html
CC-MAIN-2015-06
refinedweb
334
93.34
Agenda See also: IRC log <trackbot> Date: 02 October 2009 <dug> yves - I'm blocked again - could you look at the logs? <Bob> scribe: Ram Jeyaraman <Yves> dug, I only have access to the black lists <Yves> and the ip you gave was not in it <dug> 195.212.29.67 <dug> try that one <dug> yves, is 195.212.29.67 in the blackli...
http://www.w3.org/2009/10/02-ws-ra-minutes.html
CC-MAIN-2018-26
refinedweb
3,206
54.63
Add .py and .pyw to PATHEXT on Windows Happy holidays everyone! While reading the following cookbook entry I realized many people probably don't know there is an easier way to invoke Python scripts just like batch files and other executables on your PATH under Windows. I went ahead and added a comment to the cookbook a...
http://radio.weblogs.com/0102677/categories/python/2002/12/25.html
crawl-002
refinedweb
500
70.23
Introduction: Black Box Timelapse Black Box Timelapse is a simultaneous timelapse recorder and player, which I built using a Raspberry Pi. It is battery-operated and so I can bring it to different places and set it up. Why not use an iPhone? Simple: the iPhone looks like a device and so people respond to it like a devi...
http://www.instructables.com/id/Black-Box-Timelapse/
CC-MAIN-2018-30
refinedweb
2,397
70.23
Opened 10 years ago Closed 10 years ago Last modified 8 years ago #359 closed defect (duplicate) Simplified assignment and lookup for related fields Description Further to #122, I'd love to see a simpler syntax for direct assignment and reference of objects in related tables. It'd eliminate the last big separation (in ...
https://code.djangoproject.com/ticket/359
CC-MAIN-2015-35
refinedweb
338
66.94
Find Duplicate Files This is a simple script to search a directory tree for all files with duplicate content. It …Continue reading » Find Duplicate Files This is a simple script to search a directory tree for all files with duplicate content. It …Continue reading » The package maptools includes new functions to label p...
https://www.r-bloggers.com/2012/12/page/4/
CC-MAIN-2016-44
refinedweb
261
62.98
TurboGears Upgrade Guide - Overview - Updating from 0.9x to 0.9a5 - Updating from 0.9a1 to 0.9a2 - Updating from 0.8 to 0.9 - Updating from 0.5 to 0.8 Overview The easiest way to upgrade TurboGears is to download the latest tgsetup.py and run it! This will update all of the parts of TurboGears that need updating. Pleas...
http://docs.turbogears.org/1.0/Upgrade
crawl-001
refinedweb
707
69.18
The good old space race is back on. Wouldn’t it be great if we could help out some of these incredibly ambitious companies by letting them reuse our code to find out whether or not their spaceship can leave the Earth too? We can do that by creating a function that encapsulates our logic. Before we do that, let’s unders...
http://elmprogramming.com/function.html
CC-MAIN-2017-34
refinedweb
2,224
67.35
You can subscribe to this list here. Showing 7 results of 7 Hi all, I'm discovering a really strange behavior, and I spent all the day looking for a possible error, with no luck. I got a (quite complex) piece of code, which give me an unexpected result. Please, look at the following fragment, where the third line is co...
http://sourceforge.net/p/exist/mailman/exist-open/?viewmonth=201103&viewday=1
CC-MAIN-2014-41
refinedweb
699
64.41
Java developers interested in building Web services will find the AXIS toolkit? What makes Web services promising and practical is infrastructure and standards. Given the pervasiveness of the Web and a handful of standards (for an overview of the prevailing Web services standards, see the accompanying article on page 2...
http://www.linux-mag.com/2002-08/axis_01.html
crawl-001
refinedweb
4,543
58.79