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
What’s New in Astropy 3.2?¶ Overview¶ Astropy 3.2 is a major release that adds significant new functionality since the 3.1.x series of releases. In particular, this release includes: New Sub-package for Time Series New SI/CODATA 2018 Constants Additions and changes to Ecliptic Transformations Table performance improvem...
http://docs.astropy.org/en/stable/whatsnew/3.2.html
CC-MAIN-2019-26
refinedweb
1,453
51.14
Axios is an external library used in making promised based HTTP requests. One of the coolest things that comes with it people hardly talk about is the axios timeout functionality. This article simply explains how to use the axios timeout functionality to optimize/minimize the time it takes to make HTTP requests. So whe...
https://practicaldev-herokuapp-com.global.ssl.fastly.net/kelahkelah/axios-defaults-timeout-3c7
CC-MAIN-2022-27
refinedweb
297
71.34
Layout callback in custom view classes @omz, I know you are busy, but I have sort of mentioned this before, but not as a topic on its own. But the layout callback method when you create a custom class that inherits from ui.View, gets 2 callbacks when a view loads. I normally have to make another class member and store ...
https://forum.omz-software.com/topic/2094/layout-callback-in-custom-view-classes/?
CC-MAIN-2021-49
refinedweb
397
85.18
Yesterday, I wrote the first of a series of posts on skills related to effective Silverlight programming; specifically an introduction to LINQ. Today, with that material fresh, I’d like to take a giant leap forward and consider a number of advanced techniques that are common with Linq programmers. To do this, I’ve exte...
http://jesseliberty.com/2008/11/18/silverlight-related-skills-%E2%80%93-post-2/
CC-MAIN-2021-31
refinedweb
1,466
50.87
#include <hallo.h> Chris Tillman wrote on Mon Apr 15, 2002 um 09:10:49PM: > +of the other CDs in the drive. CD's 2 through 5 have no selection > +menu but will boot different ``flavors'' depending on which CD-ROM is There is no menu. s/selection menu but will boot different ``flavors''/different kernel flavors that you...
http://lists.debian.org/debian-cd/2002/04/msg00288.html
CC-MAIN-2013-48
refinedweb
114
63.7
IBM Cognos 10 Report Studio Cookbook, Second Edition — Save 50% Over 100 recipes that will show you how to use IBM Cognos 10 Report Studio to build creative, stunning, and sophisticated reports with this book and ebook (For more resources related to this topic, see here.) In this article, we will cover some fundamental...
https://www.packtpub.com/article/report-authoring
CC-MAIN-2014-15
refinedweb
5,198
63.59
First solution in Clear category for Radiation Search by hanpari """ If you feel like this you can check this solution: to compare two different approach. Both solutions are similar with one exception: one is using matrix transform from list to dictionary based on Guidos comment: You can judge by yourself if readabilit...
https://py.checkio.org/mission/radiation-search/publications/hanpari/python-3/first/share/80b5e3eb1cb52a6c78a3fddbe93646e7/
CC-MAIN-2021-31
refinedweb
261
50.03
Interopability Between Ext 3.0 platform and Ext 4.0 Hi all, I was at this all last night and even had a few brain farts on the way but i want to utilize the charting capabilities in Ext 4.0 on my Ext 3.0 application. Currently, im using the Ext 3.0 base files for my application. I created a test page using the Ext 4.0 ...
https://www.sencha.com/forum/showthread.php?125002-Interopability-Between-Ext-3.0-platform-and-Ext-4.0
CC-MAIN-2016-30
refinedweb
797
68.57
In this example, you’ll learn to print the number entered by a user using C++ cout statement. Here in the below program, we’ll Print Number on the output console. Program to Print Number Entered by User #include <iostream> using namespace std; int main() { int number; cout << "Enter an integer: "; cin >> number; cout <...
https://coderforevers.com/cpp/cpp-program/read-print-integer/
CC-MAIN-2019-39
refinedweb
130
63.7
Hello, I've just started learning to program and have begun with Java. I'm working my way through an online tutorial and after the beginner section (before the intermediate section) there are some games to create as practice; this is the third one. I've followed all the steps and created the game successfully and now I...
http://forums.devshed.com/java-help/940890-21-sticks-help-code-last-post.html
CC-MAIN-2017-17
refinedweb
504
71.85
1.1.1 Pascal Casing This convention capitalizes the first character of each word (eg: MyCounter). 1.1.2 Camel Casing This convention capitalizes the first character of each word except the first one. E.g. myCounter. 1.1.3 Upper case Only use all upper case for identifiers if it consists of an abbreviation which is one ...
http://it.toolbox.com/blogs/coding-dotnet/naming-conventions-21622
crawl-002
refinedweb
287
54.29
#include "ntw.h" Go to the source code of this file. The cached_image is an abstract widget which is used to create other widgets. For a cached_image, the image data is cached on disk on the client AND server side, so creating many of the same image from a buffer is much faster than sending the data over the network ea...
http://ntw.sourceforge.net/Docs/CServer/cached__image_8h.html
CC-MAIN-2018-05
refinedweb
134
71.85
There are a number of cases where I think type checking should produce errors, for instance: def str = "s" if (str == 12) {... In IDEA this is described as "Reports calls to *.equals()* and *==* operator usages where the target and argument are of incompatible types. While such a call might theoretically be useful, mos...
http://mail-archives.eu.apache.org/mod_mbox/groovy-users/201509.mbox/%3CCAHz4dqFEX4t==3qSKp=Bj+dVdbFn1a2FWQK7JXNj=jHgqfbQXg@mail.gmail.com%3E
CC-MAIN-2021-04
refinedweb
114
56.15
SAP HANA Geospatial processing feature was launched with SAP HANA SP6. As a developer I had no idea even what spatial processing meant but with the help of the content available over SCN and doing some hand-on as a part of SAP Blue Project(You can see the full blog at “HANA Cookbook for MySQL Developers”) I have come u...
https://blogs.sap.com/2014/02/25/experiences-with-sap-hana-geo-spatial-features-part-1/
CC-MAIN-2018-17
refinedweb
1,987
70.13
Inconsistency in notifications with delays in the beta? I have a simple script like so: def _notification(delay=0): notification.schedule( message="foo" delay=delay, actions=[ {"title": "ok"}, {"title": "Snooze", "url": "SCRIPT_RUN_URL&argv=snooze"}, ], ) def main(): len(sys.argv) > 1 and sys.argv[1] == "snooze": _noti...
https://forum.omz-software.com/topic/5366/inconsistency-in-notifications-with-delays-in-the-beta
CC-MAIN-2020-29
refinedweb
245
53.92
View all headers Path: senator-bedfellow.mit.edu!dreaderd!not-for-mail Message-ID: <computer-lang/java/gui/faq_1163655788@rtfm.mit.edu> Supersedes: <computer-lang/java/gui/faq_1161059116@rtfm.mit.edu> Expires: 30 Dec 2006 05:43:08 GMT X-Last-Updated: 2006/06/09 Organization: none From: cljg_faq@gmx.de (Thomas Weidenfel...
http://www.faqs.org/faqs/computer-lang/java/gui/faq/
CC-MAIN-2016-30
refinedweb
12,430
68.57
Quarkus: application upgrades with helloworld from JBoss EAP Quickstart The previous post was about how Quarkus combines MicroProfile and Spring. Recall that Quarkus It is positioned as “ultra-fast subatomic Java”, it is also “Kubernetes-oriented Java-stack, sharpened by GraalVM and OpenJDK HotSpot and compiled from th...
https://prog.world/quarkus-application-upgrades-with-helloworld-from-jboss-eap-quickstart/
CC-MAIN-2022-21
refinedweb
2,119
57.67
Using ColdFusion Builder's debugger for Flex and Ajax This is probably one more blog entry of mine that falls into the “obvious” category, but until I tried it today I didn’t know it was possible so hopefully I’m not the only one. I don’t normally use the debugger in ColdFusion Builder. There isn’t anything wrong with ...
https://www.raymondcamden.com/2010/11/04/Using-ColdFusion-Builders-debugger-for-Flex-and-Ajax/
CC-MAIN-2018-51
refinedweb
593
66.33
I have been trying to create a program which the teacher log in to view the scores of a test of a school class. The scores are stored in a text file like this: Charlotte:7 Charlotte:4 Charlotte:3 Chelsea:2 Chelsea:9 Chelsea:5 Jeff:1 Jeff:10 As you can see there are multiple scores for each student, I need to be able to...
https://www.daniweb.com/programming/software-development/threads/492556/trouble-sorting-dictionary-into-highest-to-lowest
CC-MAIN-2018-17
refinedweb
279
74.32
We are looking for a place to stay for two nights in Soweto in the 1st week of July. Three adults and a 14 year old. Best option I've found so far seem to be the Soweto Hotel. Looks fine. Anyone able to suggest additional options? Here are a few options you could look at: Don't let the word "backpackers" put you off! s...
https://www.tripadvisor.com/ShowTopic-g312587-i13197-k6586060-Lodging_Place_to_stay_in_Soweto-Soweto_Greater_Johannesburg_Gauteng.html
CC-MAIN-2016-40
refinedweb
190
63.7
DOM::CSSRule #include <css_rule.h> Detailed Description The CSSRule interface is the abstract base interface for any type of CSS statement . This includes both rule sets and at-rules . An implementation is expected to preserve all rules specified in a CSS style sheet, even if it is not recognized. Unrecognized rules ar...
https://api.kde.org/frameworks/khtml/html/classDOM_1_1CSSRule.html
CC-MAIN-2020-29
refinedweb
327
60.31
How to avoid Thread.Sleep in your production code in .NET Avoiding Thread.Sleep in production code in .NET using C# I am pretty sure any of us used Thread.Sleep method to pause the current thread execution. Mostly this is used to simulate long running process during the test or debug. While this is fine to use for test...
https://dejanstojanovic.net/aspnet/2018/march/how-to-avoid-threadsleep-in-your-production-code-in-net/
CC-MAIN-2021-04
refinedweb
507
67.96
The beta V8 Version 7.4 is now available, with the potential to expand the engine’s footprint to platforms such as Apple iOS. V8 is Google’s open source JavaScript and WebAssembly engine for the Chrome browser. It is a staple in both the Chrome browser and the Node.js JavaScript runtime. Where to download Google V8 You...
https://www.infoworld.com/article/3252818/whats-new-in-googles-v8-javascript-engine.html
CC-MAIN-2021-25
refinedweb
1,919
50.12
3kronlein left a reply on Broadcasting Events Not Changing Just for anyone else that comes across this ... queue:restart solves it. vkronlein started a new conversation Broadcasting Events Not Changing I'm writing some broadcast events and when I change the code in the event and then fire it again, it still broadcasts ...
https://laracasts.com/@vkronlein
CC-MAIN-2019-09
refinedweb
4,285
53.81
Created on 2014-11-12 10:20 by doko, last changed 2014-11-15 00:20 by Arfrever. seen with the current 2.7 branch: $ cat > x.py def foo(): yield gen = foo() print gen.gi_frame.f_restricted for i in gen: pass print gen.gi_frame gen = foo() print gen.next() print gen.gi_frame.f_restricted $ python x.py False None None Seg...
https://bugs.python.org/issue22851
CC-MAIN-2018-17
refinedweb
242
71.92
A newbie question. I have the following piece of Java code: import acm.program.*; import java.awt.Color; import acm.graphics.*; public class ufo extends GraphicsProgram{ private GRect ufo_ship; ... Is there a short way to toggle a boolean? With integers we can do operations like this: int i = 4; i *= 4; // equals 16 /*...
http://www.java2s.com/Questions_And_Answers/Java-Data-Type/Boolean/statement.htm
CC-MAIN-2014-10
refinedweb
548
66.44
Apache Commons/Net Jakarta License MUST be placed at the top of each and every file. 7. If you contribute to a file (code or documentation), add yourself to the authors list at the top of the file. For java files the preferred Javadoc format is: @author <a href="mailto:user@domain.com">John Doe</a> 8. All .java files ...
http://commons.apache.org/net/code-standards.html
crawl-001
refinedweb
136
63.76
A series of data points collected over the course of a time period, and that are time-indexed is known as Time Series data. These observations are recorded at successive equally spaced points in time. For Example, the ECG Signal, EEG Signal, Stock Market, Weather Data, etc., all are time-indexed and recorded over a per...
http://www.tutorialtpoint.net/2021/12/plotting-categorical-and-time-series-data-in-python.html
CC-MAIN-2022-05
refinedweb
209
53.98
I am a chess player and I like to play chess, in order to improve my chess skill recently I have decided to create a chess application which I can play with so I can further improve my chess skill and get ready to face a stronger opponent in a site like lichess. The below chess application will take me around a year to...
https://kibiwebgeek.com/beginning-steps-to-create-a-stockfish-chess-application/
CC-MAIN-2021-04
refinedweb
397
69.52
Dear ROOTers, My various attemps failed to make a shared library for a class which uses external C structure. A short example of code figuring out the problem is in attachment. MyClass.tar.gz (2.06 KB) Dear ROOTers, Hello, I don’t know if this is a legal source code for C/C++. First, you have struct defined with in a n...
https://root-forum.cern.ch/t/shared-library-for-class-which-uses-extern-struct/1155
CC-MAIN-2022-27
refinedweb
255
66.74
Mission5_Buzzer In this project, you will get a buzzer buzzing. And its sound will change as you turn the potentiometer. What you need The parts you will need are all included in the Maker kit. - SwiftIO board - Shield - Buzzer module - Potentiometer module - 4-pin cable Circuit Place the shield on top of your SwiftIO ...
https://docs.madmachine.io/tutorials/swiftio-maker-kit/mission5
CC-MAIN-2022-21
refinedweb
578
69.99
Test-driven development is not about testing. Test-driven development is about development (and design), specifically improving the quality and design of code. The resulting unit tests are just an extremely useful by-product. That's all I'm going to tell you about test-driven development. The rest of this article will ...
http://www.oreillynet.com/lpt/a/5463
CC-MAIN-2013-20
refinedweb
3,615
75.1
This lesson introduces the course by giving you an overview of what to expect in the entire course and explains why you should care about PEP 8. You’ll see that PEP 8 exists to improve the readability of Python code, helps you collaborate well with others and makes it easier for them to understand the code you write. W...
https://realpython.com/lessons/what-pep-8-and-why-you-need-it/
CC-MAIN-2021-25
refinedweb
480
87.86
7.0 Package locking and package definition locking below. The initial package when Allegro CL is started in the :cl-user package when not starting in the IDE and the :cg-user package when starting the IDE. To change the initial package when using the IDE, see the section Note on the initial package in cgide.htm. When ...
https://franz.com/support/documentation/10.1/doc/packages.htm
CC-MAIN-2022-33
refinedweb
4,868
56.25
0 Hi, Sorry for my ignorance but the problem I have is probably so simple that I cannot seem to find an answer for it. I am just learning about the Java.Util Package but in following my course module I am getting an error. here is the simple code : import java.util.*; public class Main { public static void main(String[...
https://www.daniweb.com/programming/software-development/threads/342030/simple-problem
CC-MAIN-2016-50
refinedweb
165
58.28
How do i get my program to keep going until the end is reach of a number? For example 22/7 = pie. How do i get the program to keep giving numbers after pie instead of stoping after 9 or 10 decimal get my program to keep going until the end is reach of a number? For example 22/7 = pie. How do i get the program to keep g...
http://www.javaprogrammingforums.com/whats-wrong-my-code/27446-no-ending-after-decimal-point.html
CC-MAIN-2015-48
refinedweb
400
61.93
import Use import in a sentence “ I told the man that it was not an export, but an import and was not the same thing at all. ” Was this Helpful? YES NO 2 people found this helpful. “ You may want to try and import some resources you need if you can get a better price that way. ” Was this Helpful? YES NO 4 people found ...
http://www.investorwords.com/2383/import.html
CC-MAIN-2019-39
refinedweb
104
94.76
An Introduction to Java.util.Hashtable Class Last modified: December 31, 2019 1. Overview Hashtable is the oldest implementation of a hash table data structure in Java. The HashMap is the second implementation, which was introduced in JDK 1.2. Both classes provide similar functionality, but there are also small differe...
https://www.baeldung.com/java-hash-table
CC-MAIN-2020-50
refinedweb
2,317
59.09
REST¶ Introduction¶ In this section we’ll look at how you could go about implementing a RESTful web service with Morepath. REST stands for Representational State Transfer, and is a particular way to design web services. We won’t try to explain here why this can be a good thing for you to do, just explain what is involv...
https://morepath.readthedocs.io/en/stable/rest.html
CC-MAIN-2018-51
refinedweb
1,379
50.84
Products > Computers Devuan 4.0 Released As Debian 11 Without Systemd << < (13/13) ve7xen: --- Quote from: Nominal Animal on October 26, 2021, 12:57:16 am ---Then prove your counterclaims, and stop making this personal. Declaring something a 'falsehood' has zero value, if you provide zero verifiable facts, only your ow...
https://www.eevblog.com/forum/general-computing/devuan-4-0-released-as-debian-11-without-systemd/60/?wap2;PHPSESSID=07vkm5q7ml95j594idlvbfcsp1
CC-MAIN-2022-05
refinedweb
2,734
57
Let's consider something relatively simple. Let's say we're working on some fancy calculations. Our users explain until they're blue in the face. We take careful notes. We think we understand. To confirm, we ask for a simple spreadsheet with inputs and outputs. We get something like the following. The latitudes and lon...
https://slott-softwarearchitect.blogspot.com/2011/02/
CC-MAIN-2021-39
refinedweb
530
53.88
We: - Uninstall Netscape 8 - START->RUN - Type: regedit - Hit ENTER - Navigate to the following: - HKEY_LOCAL_MACHINESOFTWAREMicrosoftInternet ExplorerPluginsExtension - Highlight and right-click the node titled “xml” and select delete. - Restart Internet Explorer I really don’t want to sound cynical, sarcastic or sati...
https://blogs.msdn.microsoft.com/ie/2005/05/25/netscape-8-and-internet-explorers-xml-rendering/
CC-MAIN-2017-09
refinedweb
20,230
72.16
A Unity ID allows you to buy and/or subscribe to Unity products and services, shop in the Asset Store and participate in the Unity community. Hello. Any plans for make InputSystemUIInputModule extensible ? for example: public class MyCustomModuleTest : InputSystemUIInputModule {... @cassandraL, That's is cool. You are ...
https://forum.unity.com/search/111938324/
CC-MAIN-2019-43
refinedweb
298
63.05
persian_fonts 1.0.3 persian_fonts: ^1.0.3 copied to clipboard persian_fonts # A Flutter package for using free persian fonts. The persian_fonts package for Flutter allows you to easily use any free persian fonts in your app. Getting Started # Currently, PersianFonts supports 4 types of fonts: Vazir, Samim, Shabnam and ...
https://pub.dev/packages/persian_fonts
CC-MAIN-2021-25
refinedweb
131
50.94
No events, no activities in the field. How can your sales team still win new business?22. April 2020 Email Service Provider – Little movement in a fragmented market18. August 2020 Executing complex projects in Salesforce Marketing Cloud with SSJS From design pattern to test-driven development Modern web development req...
https://publicare.de/en/blog/executing-complex-projects-in-salesforce-marketing-cloud-with-ssjs/
CC-MAIN-2021-31
refinedweb
1,712
50.67
I previously posted a 1080p dynamic streaming demo. In case you’d like to customize this for your own demo or website, here is the source code (Flash CS4 required). Enjoy! Monthly Archives: July 2009 New RTMPe content protection white paper A). Flash Builder 4 Tutorial 2: RESTful Services Many things have changed in Fl...
https://blogs.adobe.com/digitalmedia/2009/07/
CC-MAIN-2018-17
refinedweb
464
52.29
Details Description Currently if I have a table that contains clob/blob column, import/export operations on that table throghs unsupported feature exception. set schema iep; set schema iep; create table ntype(a int , ct CLOB(1024)); create table ntype1(bt BLOB(1024) , a int); call SYSCS_UTIL.SYSCS_EXPORT_TABLE ('iep', ...
https://issues.apache.org/jira/browse/DERBY-378
CC-MAIN-2017-09
refinedweb
2,097
66.13
13. What is the result of attempting to compile and run the following public class? public class ErrorTester throws Throwable{ public static void main(String args[]) { System.out.println("Hello World");} } a) The class will not compile. b) The class will compile but not run c) The class will compile and run but with no...
http://www.coderanch.com/t/269568/java-programmer-SCJP/certification/Runtime-Compile-Time-SCJP-Mock
CC-MAIN-2014-42
refinedweb
174
71.14
Asked by: Unable to Connect Remote Configuration Manager Console I am having an issue that is similiar in nature to others where the Admin Console for 2012 is unable to connect to the database with the following displayed from the console. Here is the catch: I have approx 50 users all which have their own desktops usin...
https://social.technet.microsoft.com/Forums/en-US/7e0576dd-e588-403f-8af9-698f730d6813/unable-to-connect-remote-configuration-manager-console?forum=configmanagergeneral
CC-MAIN-2015-22
refinedweb
1,080
59.3
Unable to create a contour_plot of a system of inequalities asked 2016-07-16 14:30:45 -0500 This post is a wiki. Anyone with karma >750 is welcome to improve it. I am trying to plot a system of inequalities, dependent on a matrix H. Here is my function I am planning to contour_plot: def reg(x, y): f1 = H[0,0] * H[0,0] ...
https://ask.sagemath.org/question/34111/unable-to-create-a-contour_plot-of-a-system-of-inequalities/?sort=latest
CC-MAIN-2019-22
refinedweb
206
61.19
Can designing a good key is that “we should be able to retrieve the value object back from the map without failure“, otherwise no matter how fancy data structure you build, it will be of no use. To decide that we have created a good key, we MUST know that “how HashMap works?”. I will leave, how hashmap works, part on y...
https://howtodoinjava.com/java/collections/hashmap/design-good-key-for-hashmap/
CC-MAIN-2020-05
refinedweb
2,656
73.17
> On Tuesday 26 May 2009 07:52:36 pm Paul Kendall wrote: >>. >> > Latest patch included, I also also changed the parser to that when it returns > packets it sets the codec_id to CODEC_ID_AAC, which means that the AAC codec > is used. Please help me to understand: latm_find_frame_end is called with a AVPacket read from ...
http://ffmpeg.org/pipermail/ffmpeg-devel/2009-May/076107.html
CC-MAIN-2015-06
refinedweb
178
56.29
. You then start the thread and call Go, so two separate threads are running Go in parallel. However, there’s a problem: both threads share a common resource—the console. If you run ThreadTest, you get output something like this: abcdabcdefghijklmnopqrsefghjiklmnopqrstuvwxyztuvwxyz Thread synchronization comprises tech...
https://www.oreilly.com/library/view/c-essentials/0596000790/ch03s08.html
CC-MAIN-2019-30
refinedweb
135
57.67
This is a playground to test code. It runs a full Node.js environment and already has all of npm’s 400,000 packages pre-installed, including jss-default-unit with all npm packages installed. Try it out: require()any package directly from npm awaitany promise instead of using callbacks (example) This service is provided...
https://npm.runkit.com/jss-default-unit
CC-MAIN-2020-24
refinedweb
192
59.4
Q_DECLARE_TYPEINFO and namespaces - how does it work? I've used Q_DECLARE_TYPEINFO before on classes that I didn't put into any specific namespace, and never had any problems. Now I have a class that should be in a specific namespace, something like this: @#include <QTypeInfo> namespace MYNAMESPACE { class MyClass { pu...
https://forum.qt.io/topic/20558/q_declare_typeinfo-and-namespaces-how-does-it-work
CC-MAIN-2017-34
refinedweb
213
56.66
- Article Catalog - How to set up and run first part of the series that demonstrates how to set up Jupyter Notebook environment with Docker to consume and display financial data from Refinitiv Data Platform without need to install the steps above. The article covers Jupyter with the Python programming language. If you ...
https://developers.uat.refinitiv.com/en/article-catalog/article/how-to-set-up-and-run-data-science-development-environment-with-
CC-MAIN-2022-27
refinedweb
1,796
54.12
- Products - Solutions - API & Docs Sending text messages during a phone call is a useful way to give users content for offline reference, or even confirm an sms subscription. In this demonstration, we are going to describe how to build an application that can initiate an SMS message from a phone call. If you haven't a...
http://www.twilio.com/docs/howto/send-sms-in-call
CC-MAIN-2015-11
refinedweb
496
59.7
Continuing the line of my submissions for the idiot question of the decade award, my next (and I truly believe, best yet) attempt goes as follows... I have (been told I have) a requirement for a module that, when inherited from, will... The first is/was fairly trivial - via judicious use of a parameterised import routi...
http://www.perlmonks.org/index.pl?node_id=702435
CC-MAIN-2014-52
refinedweb
1,148
58.11
Redesigning the Loyc tree code07 May 2013 This post was imported from blogspot.The original (and current) design for the classes that represent Loyc trees has some problematic properties: - You can't tell if a node is mutable or immutable without a runtime check. - Green nodes are hard to work with because they use rel...
http://loyc.net/2013/redesigning-loyc-tree-code.html
CC-MAIN-2019-26
refinedweb
1,868
54.15
Convert Decimal fraction to binary in Java In this section, we are going to learn how to convert a decimal fraction into binary in Java. So, we can divide this problem into two parts i.e one for integral and other for decimal part. 1. To calculate a binary number of an Integral Part: The logic behind this is to divide ...
https://www.codespeedy.com/convert-decimal-fraction-to-binary-in-java/
CC-MAIN-2022-27
refinedweb
463
50.43
"The generation of random numbers is too important to be left to chance." – Robert R. Coveyou An alternate random number generator built around four principles: Statistical Quality. If you use any seed less than 53,668 and generate one bool, it will be True – if you're using core's Random module. More sophisticated sta...
https://package.frelm.org/repo/689/5.0.2
CC-MAIN-2018-51
refinedweb
311
51.95
Partnering with a managed service provider (MSP) vendor Managed service provider (MSP) partnerships are rarely as fruitful as both sides would like. When choosing an MSP vendor, ask these questions to determine if your partnership will be a good one. The majority of channel partnerships are not as productive as both si...
https://searchitchannel.techtarget.com/feature/Partnering-with-a-managed-service-provider-MSP-vendor
CC-MAIN-2020-05
refinedweb
1,018
62.78
Details - Type: Bug - Status: Resolved - Priority: Critical - Resolution: Fixed - Affects Version/s: None - - - Labels:None - Environment:Maven 2, JUnit, JUnitPerf, JRat, custom testbench: Description The following test template (see VELOCITY-24): - local macro, not global #macro(letter $char) This is the letter $char ...
https://issues.apache.org/jira/browse/VELOCITY-607?attachmentOrder=asc
CC-MAIN-2016-07
refinedweb
3,076
59.09
I converted a solution from VS2005 to VS2010. The original solution used dotNet 2.0 and ESRI ArcGIS so when VS2010 wanted to switch to dotNet 4.0 I declined. ESRI ArcGIS 10 hasn't been cirtified for dotNet 4.0 yet. I then selected each project properties and changed dotNet to 3.5, cleaned up any broken references and t...
https://social.msdn.microsoft.com/Forums/en-US/417f5bdc-57f9-476c-95c0-e7a715259e88/broken-reference-issues-relative-address-isnt-working?forum=csharplanguage
CC-MAIN-2020-16
refinedweb
298
60.31
\input texinfo @c -*-texinfo-*- @setfilename ../../info/cl @settitle Common Lisp Extensions @include emacsver.texi @copying This file documents the GNU Emacs Common Lisp emulation package. .'' @end quotation @end copying @dircategory Emacs lisp libraries @direntry * CL: (cl). Partial Common Lisp support for Emacs Lisp....
https://emba.gnu.org/emacs/emacs/-/blame/516e1a08ce36fca220a0eaead731d3fe2d3bb271/doc/misc/cl.texi
CC-MAIN-2021-25
refinedweb
3,560
56.66
WinJS scheduling A new scheduler API in Windows 8.1 lets you set the priority of tasks and manage jobs. This helps you write HTML5 apps that use system resources more efficiently and provide a more responsive experience to your users. Writing apps that are always responsive can be challenging. You can combine multiple,...
http://msdn.microsoft.com/library/windows/apps/bg182877.aspx
CC-MAIN-2014-41
refinedweb
609
51.95
Cubic bezier using beziersegment | ActionScript 3 AS3 Published by Nicholas Dunbar on December 27th, 2012 Fast Cubic Bezier in AS3 Because we use the machine code to do the calculations instead of doing them our self in interpreted AS3 this runs very fast. When you look up Cubic Bezier on the web you find a ton of math...
https://boulderappsco.postach.io/post/cubic-bezier-using-beziersegment-actionscript-3-as3
CC-MAIN-2019-43
refinedweb
322
53.51
The. Terminology Process – an OS object which represents an isolated address space containing threads. Thread – an OS object which represents the smallest execution unit. Threads are constituent parts of processes, they divide memory and other resources between each other in the scope of a process. Multitasking – an OS...
https://online-code-generator.com/net-tools-for-working-with-multi-threading-and-asynchrony-part-1/
CC-MAIN-2021-43
refinedweb
5,058
52.39
This section describes some philosophical and technical design issues that have broad implications for the way your API will operate. Various forms of REST, or Representational State Transfer, are currently the preferred style for writing APIs. The REST style was developed as a PhD dissertation by Roy Fielding, who was...
https://www.safaribooksonline.com/library/view/apis-a-strategy/9781449321628/ch05s03.html
CC-MAIN-2018-30
refinedweb
139
54.22
tap_tubewarmth - A port of Tom Szilagyi's TAP TubeWarmth LADSPA plugin to a Csound User-Defined OpcodeDownload UDO File This is a port of Tom Szilagyi's TAP TubeWarmth LADSPA plugin to a Csound User-Defined Opcode. From Tom Szilagyi's description: "TAP TubeWarmth adds the character of vacuum tube amplification to your ...
http://www.csounds.com/udo/displayOpcode.php?opcode_id=80
CC-MAIN-2016-18
refinedweb
642
76.72
a. This allows for data to be communicated back and forth, which is ideal for things like real-time chat applications, or even games.: GET /ws/chat HTTP/1.1 Host: chat.example.com Upgrade: websocket Connection: Upgrade Sec-WebSocket-Key: q1PZLMeDL4EwLkw4GGhADm== Sec-WebSocket-Protocol: chat, superchat Sec-WebSocket-Ve...
http://stackabuse.com/node-js-websocket-examples-with-socket-io/
CC-MAIN-2018-26
refinedweb
1,351
58.69
MS Dynamics CRM 3.0 Could you please point out how I can make this code more compact/cleaner/smarter??? Gotta be a block..I just don't see how to connect it. Gratefully, Chas <------Switch File Names---> ar = ["a.txt", "b.txt", "c.txt", "d.txt", "e.txt"] br = ["first.txt", "second.txt", "third.txt", "fourth.txt", "fift...
http://www.megasolutions.net/ruby/How-to-improve-iteration-78188.aspx
CC-MAIN-2014-10
refinedweb
276
70.29
Hi, I am using Arduino for many years now. There are some issues which I often face. The first difficulty I face is with the documentation for libraries. Let me give you an example. I was working with Serial communication with Arduino. I defined something like int rgb; In the loop(), I wanted to use Serial1.write(rgb,5...
https://forum.arduino.cc/t/anyone-else-facing-problems-with-arduino-documentation/688381
CC-MAIN-2021-31
refinedweb
321
59.19
I have this piece of code which creates a note and adds to the notebook. When I run this I get a Iteration over non-sequence error. import datetime class Note: def __init__(self, memo, tags): self.memo = memo self.tags = tags self.creation_date = datetime.date.today() def __str__(self): return 'Memo={0}, Tag={1}'.forma...
https://techstalking.com/programming/question/solved-python-iteration-over-non-sequence/
CC-MAIN-2022-40
refinedweb
392
59.7
Pipes.Text.IO Synopsis - fromHandle :: MonadIO m => Handle -> Producer Text m () - stdin :: MonadIO m => Producer Text m () - readFile :: MonadSafe m => FilePath -> Producer Text m () - toHandle :: MonadIO m => Handle -> Consumer' Text m r - stdout :: MonadIO m => Consumer' Text m () - writeFile :: MonadSafe m => FileP...
https://hackage.haskell.org/package/pipes-text-0.0.0.12/docs/Pipes-Text-IO.html
CC-MAIN-2015-40
refinedweb
504
52.05
student info information using jsp and servelts Hi Friend, Please visit the following links: The above links will be helpful additinal info - JSP-Interview Questions and grade for your purpose. Thanks seeking info - JSP-Servlet seeking info Looking for the information on Java, JSP and Servlet... codes. - JSP... and JSP...
http://www.roseindia.net/tutorialhelp/comment/5684
CC-MAIN-2015-11
refinedweb
1,347
59.19
enum in c# .NET In this article I will explain about enum, how to create and use enum.. enum Dow {Sat, Sun, Mon, Tue, Wed, Thu, Fri}; Program to demonstrate how to create and Use an Enum: using System; namespace example_enum { class Program { public enum DayofWeek { Sunday = 1, Monday, Tuesday, Wednesday, Thursday, Fri...
http://www.c-sharpcorner.com/uploadfile/puranindia/enums-in-C-Sharp/
CC-MAIN-2015-32
refinedweb
335
52.36
UPDATE: 2019-06-25 Test your paths def check_path(out_fc): """Check for a filegeodatabase and a filename""" _punc_ = '!"#$%&\'()*+,-;<=>?@[]^`{|}~ ' flotsam = " ".join([i for i in _punc_]) + " ... plus the `space`" msg = msg0.format(flotsam) if np.any([i in out_fc for i in _punc_]): return (None, msg) pth = out_fc.spli...
https://community.esri.com/blogs/dan_patterson/2016/08/14/filenames-and-file-paths-in-python
CC-MAIN-2019-39
refinedweb
333
66.84
C#. Steps Part One of Three: Seting Up (Windows) Part Two of Three: Creating Your First Program - 1Run Visual C# CommunityMake sure it looks like this: using System; using System.Collections.Generic; using System.Text; namespace ConsoleApplication1 { class Program { static void Main(string[] args) { Console.WriteLine("...
https://m.wikihow.com/Create-a-Program-in-C-Sharp
CC-MAIN-2019-39
refinedweb
405
59.6
On Tue, Dec 02, 2008 at 02:43:38PM -0600, Hollis Blanchard wrote: > On Tue, 2008-12-02 at 14:22 -0600, Anthony Liguori wrote: > > Hollis Blanchard wrote: > > > > > +#include "pci.h" > > > +#include "pci_host.h" > > > +#include "bswap.h" > > > + > > > +#undef DEBUG > > > +#ifdef DEBUG > > > +#define DPRINTF(fmt, args......
http://lists.gnu.org/archive/html/qemu-devel/2008-12/msg00078.html
CC-MAIN-2014-35
refinedweb
396
65.93
Tribal Pong - 0.0.1 A pong clone(it's going to be one) Silas Gaisser (smileymensch) I know... There are so many Pong-Clones... But I wanted to make another one... and I did :D Changes Links Releases Tribal Pong 0.0.1 — 6 Dec, 2012 Pygame.org account Comments Mekire 2012-12-07 03:39:34 You appear to have forgotten your ...
http://www.pygame.org/project-Tribal+Pong-2739-4401.html
CC-MAIN-2018-51
refinedweb
151
77.13
Will.” Edwards said Ovum recommends what he calls “business-grade” cloud collaboration services such as Box and Huddle because of their superior feature management and administration capabilities. Google Drive is seen as a prime competitor to these services as well as other popular file sharing clouds from Citrix, Drop...
http://itknowledgeexchange.techtarget.com/storage-soup/will-google-drive-cloud-storage-adoption-or-it-headaches/
CC-MAIN-2015-40
refinedweb
643
61.26
This post is intended to give you a feel for using 8th, but it is not a tutorial per se. If you're not familiar with "8th", please view my previous blog post. Resources: If you don't yet have a copy of 8th, you should get one now and follow the installation instructions in the manual. I assume you do have a copy of 8th...
https://community.arm.com/iot/embedded/b/embedded-blog/posts/8th-grokking-the-repl
CC-MAIN-2017-43
refinedweb
1,389
70.84
Get Column Names of pandas DataFrame as List in Python (2 Examples) In this tutorial you’ll learn how to create a list of column names in Python programming. Table of contents: You’re here for the answer, so let’s get straight to the exemplifying Python syntax. Creation of Example Data Let’s first create some example d...
https://statisticsglobe.com/get-column-names-of-pandas-dataframe-as-list-python
CC-MAIN-2021-31
refinedweb
521
64.24
In this article, we will learn how to install Django and Django REST framework in an isolated environment. We will also look at the Django folders, files, and configurations, and how to create an app with Django. We will also introduce various command-line and GUI tools that are use to interact with the RESTful Web Ser...
https://hub.packtpub.com/django-and-django-rest-frameworks-build-restful-app/
CC-MAIN-2019-26
refinedweb
2,199
62.58
beginner. import arrow.* import arrow.core.* val throwsSomeStuff: (Int) -> Double = {x -> x.toDouble()} val throwsOtherThings: (Double) -> String = {x -> x.toString()} val moreThrowing: (String) -> List<String> = {x -> listOf(x)} val magic = throwsSomeStuff.andThen(throwsOtherThings).andThen(moreThrowing) magic // (A) ...
https://arrow-kt.io/docs/arrow/core/either/
CC-MAIN-2018-51
refinedweb
1,397
52.97
ARCreateAlertEvent Note You can continue to use C APIs to customize your application, but C APIs are not enhanced to support new capabilities provided by Java APIs and REST APIs. Description Enters an alert event on the specified server. The BMC Remedy AR System server sends an alert to the specified, registered users....
https://docs.bmc.com/docs/ars91/en/arcreatealertevent-609071630.html
CC-MAIN-2019-47
refinedweb
392
59.19
table of contents NAME¶ signbit - test sign of a real floating-point number SYNOPSIS¶ #include <math.h> int signbit(x); Link with -lm. signbit(): DESCRIPTION¶ signbit() is a generic macro which can work on all real. NaNs and infinities have a sign bit. RETURN VALUE¶ The signbit() macro returns nonzero if the sign of x ...
https://dyn.manpages.debian.org/bullseye/manpages-dev/signbit.3.en.html
CC-MAIN-2022-21
refinedweb
143
68.77
Introduction Here I will explain how to use richtextbox and how we can save our richtextbox data in database and how we can retrieve and display saved richtextbox data into our application using asp.net. Description: Today I am writing this post to explain about freely available richtextbox. Previously I worked on one ...
http://www.aspdotnet-suresh.com/2011/05/richtextbox-sample-in-aspnet-or-how-to.html?showComment=1327054830972
CC-MAIN-2013-48
refinedweb
1,525
66.13
Asked by: Get WRONG primary key when i use DbDataAdapter.FillSchema or DbDataReader.GetSchemaTable Hi All: I have one table at below: Table Name=T_APP Columns: APP_ID IDENTITY(1,1) NOT NULL, NAME nvarchar, LOWERED_APP_NAME nvarchar The table has one pk : CONSTRAINT [C_IC_APP_PK] PRIMARY KEY NONCLUSTERED ( [APP_ID] ASC ...
http://social.msdn.microsoft.com/Forums/en-US/c1c113e2-32dc-4826-b6e0-17dff29c1baf/get-wrong-primary-key-when-i-use-dbdataadapterfillschema-or-dbdatareadergetschematable?forum=adodotnetdataproviders
CC-MAIN-2013-48
refinedweb
961
60.95
I think I don’t like to be limited and thus I keep exploring and learning new technologies; however, I made a conscious choice in college not to do Java (for whatever reason) and that kept me off Android for so long. But then, there came Xamarin! A cross platform mobile app development software. Installation Xamarin al...
https://www.hackster.io/achindra/android-app-with-xamarin-on-mac-1f0ddf
CC-MAIN-2018-34
refinedweb
712
59.09
#5 Logging Within My Lambda Function Before we get to much further and our code gets to complicated, we probably should look at adding some sort of logging within AWS. There are ways in which you can run your code locally for debugging purposes and we will look into this approach later on, but for now we want to levera...
http://www.catiawidgets.net/2021/03/11/5-logging-within-lambda/
CC-MAIN-2022-21
refinedweb
624
54.52
Client Server Java app Client Server Java app I developed a client server based java networking Instant Messaging app. The client program is needed to be run on the client computer whereas the server program is on server computer. This works in my Client-Server Architecture Client-Server Architecture Client-server arch...
http://www.roseindia.net/tutorialhelp/comment/99445
CC-MAIN-2015-22
refinedweb
2,941
54.93
Returns an XPathResult based on an XPath expression and other given parameters. Syntax var xpathResult = document.evaluate( xpathExpression, contextNode, namespaceResolver, resultType, result ); xpathExpressionis a string representing the XPath to be evaluated. contextNodespecifies the context node for the query (see t...
https://developer.mozilla.org/it/docs/Web/API/Document/evaluate
CC-MAIN-2020-29
refinedweb
562
50.53
This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.. Segher 2018-07-24 Segher Boessenkool <segher@kernel.crashing.org> PR rtl-optimization/85160 * combine.c (is_just_move): New function. (try_combine): Allow combining two instructions into two if neither of the original instruction...
https://gcc.gnu.org/ml/gcc-patches/2018-07/msg01412.html
CC-MAIN-2018-43
refinedweb
331
55.84
Martin Sebor wrote: > >Travis Vitek wrote: >> As most of us know, I've been working on type_traits for the 4.3 >> release. In doing so, I've noticed that there are some pretty >> significant differences between tr1 and c++0x. My question is what >> _exactly_ are we wanting to implement here? Do we want to >> have the t...
http://mail-archives.apache.org/mod_mbox/stdcxx-dev/200805.mbox/%3CCFFDD219128FD94FB4F92B99F52D0A499AA85B@exchmail01.Blue.Roguewave.Com%3E
CC-MAIN-2015-35
refinedweb
279
72.97
in reply to Module naming problems, or time ill spent. I've been spending a lot more time programming in Ruby lately, but I have OO Perl (and merlyn's 'perlboot' intro) to thank for having a hope in heck of doing OO anything. In Ruby or Perl, if my classes are specific to the application at hand, I would make that my n...
http://www.perlmonks.org/?node_id=174055
CC-MAIN-2015-40
refinedweb
226
60.69
scrolling GUICtrlCreateGroup groups Started by DrPickles, 3 posts in this topic You need to be a member in order to leave a comment Sign up for a new account in our community. It's easy! Register a new account Already have an account? Sign in here. Similar Content - By mpower Hi - By AndyS01 I would like to center the ...
https://www.autoitscript.com/forum/topic/181036-scrolling-guictrlcreategroup-groups/
CC-MAIN-2017-43
refinedweb
258
55.95
Gl, then this is probably way over your head. This document began its life as a post to gtk-perl-list about a redesign of the fundamentals of the bindings; today it is the reference documentation for the developers of the bindings. To reduce confusion, refer to GLib, the C library, with a capital L, and Glib the perl m...
http://search.cpan.org/~xaoc/Glib-1.261/devel.pod
CC-MAIN-2013-48
refinedweb
2,315
59.03
Writing PHP Extensions with Zephir PHP would not be as popular today if it was not for its extension system. Developers for PHP have created extensions that hook into just about everything, and by that token end-users can turn around and use systems that are not natively in PHP. A good example is the database drivers. ...
https://blog.engineyard.com/2014/writing-php-extensions-with-zephir
CC-MAIN-2015-40
refinedweb
1,512
71.85