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
On Oct 6, 2005, at 2:29 AM, James Allwyn wrote: Advertising.I've tried to implement this zopeishly, and the stumbling block I've hit seems to be specifying the key and value_type pairs in the dict. So, for example: [snip]. Hey James,What you probably want to explore is the "Object" field. This lets you define a "sub-sc...
https://www.mail-archive.com/zope3-users@zope.org/msg00771.html
CC-MAIN-2017-04
refinedweb
415
51.85
Joy, frustration, excitement, madness, aha's, headaches, ... codito ergo sum! As you may know, last week I released a version (still in beta) of the SmartPart which supports the ASP.NET AJAX extensions. For more information about this version of the SmartPart, see my previous blog post. This weekend I've been working o...
http://weblogs.asp.net/jan/archive/2007/02/26/new-version-of-smartpart-now-with-ajax-connections.aspx
crawl-001
refinedweb
2,900
57.47
. CLICK ON EACH BLUE TAB TO OPEN FOR FURTHER INFORMATION. It is important to note that most of these FAQs assume that the traveler has a tax home and is working as an employee (not self employed/1099). We have tried to put in as many variables as possible, but still not make things too confusing. They stem from years o...
https://web.archive.org/web/20150223172746/http:/traveltax.com/html/TaxEdTravelling.html
CC-MAIN-2017-34
refinedweb
6,783
68.7
Data Analysis Data Wrangling Tutorial query() method: Query/Filter Columns - Nov 24 • 7 min read - Key Terms: query, python, pandas In pandas, we can query the columns of DataFrames with boolean expressions using the query() method. I'll walk through lots of simple examples. Import Modules import pandas as pd import se...
https://dfrieds.com/data-analysis/query-python-pandas
CC-MAIN-2019-26
refinedweb
281
65.32
Login with AWS Cognito We are going to use AWS Amplify to login to our Amazon Cognito setup. Let’s start by importing it. Import Auth from AWS Amplify Add the following to the header of our Login container in src/containers/Login.js. import { Auth } from "aws-amplify"; Login to Amazon Cognito The login code itself is r...
https://branchv21--serverless-stack.netlify.app/chapters/login-with-aws-cognito.html
CC-MAIN-2022-33
refinedweb
234
61.93
On Mon, 2003-02-24 at 18:06, Sylvain Wallez wrote: [...] > > Guys, > > I added a fix in AbstractTextSerializer ages ago in this area : it adds > in front of the IdentityTransform (it was before the current workaround) > a "NamespaceAsAttributes" XMLPipe that. adds namespace declarations as > attributes on the fly, with...
http://mail-archives.apache.org/mod_mbox/cocoon-dev/200302.mbox/%3C1046108258.2439.100.camel@yum.ot%3E
CC-MAIN-2014-15
refinedweb
268
54.32
Download presentation Presentation is loading. Please wait. Published byAna Matheny Modified about 1 year ago 1 State Preference Theory 1. 1.Advanced economies facilitate individuals’ savings/consumption decisions and firms’ investing/financing decisions through securities trading In equilibrium, securities supply equa...
http://slideplayer.com/slide/3153968/
CC-MAIN-2016-50
refinedweb
2,795
58.52
I had a problem whereby I needed to use a C program to capture video, in this case RaspiVid (the raspberry pi camera capture program), but I wanted to sync the video with data being capture by a Python program; in order to get the sync right I need to grab data about the video capture as it was running. To do this I ha...
https://www.stuffaboutcode.com/2013/08/shared-memory-c-python-ipc.html
CC-MAIN-2019-30
refinedweb
583
61.26
Mercurial2.2Minimum Jenkins requirement: 1.642.3ID: mercurial Maintainers With this plugin, you can designate a Mercurial repository as the "upstream" repository. Every build will then run something like hg pull -u to bring the tip of this upstream repository. In a similar manner, polling will check if the upstream rep...
https://plugins.jenkins.io/mercurial
CC-MAIN-2018-09
refinedweb
3,035
50.63
In this part of the tutorial we will discuss button and software debouncing. We want to study button debouncing first and in some detail so we have a good understanding of what it entails. Button debouncing is important and should not be underappreciated. Button switches are one of the ways that we create input to the ...
https://www.instructables.com/id/Beginning-Microcontrollers-Part-9-Button-and-Softw/
CC-MAIN-2019-47
refinedweb
688
56.29
The latest version of the book is P1.0, released over-16) Paper page: 14 On printed page 14, in file chp2/wrapper.rb there are two invocations to GC.start as follows: GC.start GC.start(full_mark: true, immediate_sweep: true, immediate_mark: false) This second form (with options) seems to not be used anywhere else in th...
https://pragprog.com/titles/adrpo/errata
CC-MAIN-2019-13
refinedweb
1,410
58.69
A simple but working Finnish language hyphenator. Project description A simple but working Finnish language hyphenator. By Pyry Kontio a.k.a Drasa (Drasa@IRCnet, pyry.kontio@drasa.eu) Hyphenates Finnish text with Unicode soft hyphens. (U+00AD) Mainly intended for server- side-hyphenation of web sites. Allows to set hyp...
https://pypi.org/project/hyphenate_finnish/
CC-MAIN-2019-18
refinedweb
212
69.18
This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project. On Wed, Sep 17, 2014 at 01:56:06PM +0400, Andrew Senkevich wrote: > > The wiki says: > > > > 3.1. Goal > > > > Main goal is to improve vectorization of GCC with OpenMP4.0 SIMD > > constructs (#2.8 in > > and Cilk Plus construc...
https://sourceware.org/legacy-ml/libc-alpha/2014-09/msg00416.html
CC-MAIN-2021-43
refinedweb
316
63.59
In this article, I’ll show you how to use some of the features of Bing maps, and how to use the data Bing provides to build a Silverlight application to show the status of U.S. airports. I’ll break this project down into fine-grained steps so that you can see each aspect of it, and we’ll walk through the creation of th...
https://www.simple-talk.com/dotnet/.net-framework/building-an-airport-status-mashup-with-silverlight-and-bing-maps/
CC-MAIN-2017-04
refinedweb
3,108
55.47
1. did my code work? Advertising 2. It appears that you have to reset the mysql_fetch_*(), not reset the $myrow. Try calling: mysql_data_seek($result_it, 0) before while ($myrow = mysql_fetch_assoc($result)) It would appear that it resets the $result_it for a call to mysql_fetch_row(). I would assume that it would also...
https://www.mail-archive.com/php-general@lists.php.net/msg77033.html
CC-MAIN-2018-17
refinedweb
1,051
68.4
The latest addition to my set of Arduino shields is a true fun thing: The ElecFreaks.com JoyStick Shield 🙂 ElecFreaks.com Joystick Board with FRDM-KL25Z and nRF24L01+ The board costs less than US$10 (see) and enables any Arduino board to be a gaming board 🙂 ❗ I had to heat up and re-solder the Arduino headers, as the...
https://mcuoneclipse.com/2014/04/27/joystick-shield-with-the-frdm-board/
CC-MAIN-2017-47
refinedweb
2,239
60.85
view raw I'm having trouble getting a parent class mocked with mock.patch parent.py import mock class Parent(): def __init__(self): print("Original recipe") child.py from parent import Parent class Child(Parent): def foo(self): print('Parent is {}'.format(Parent)) test.py import mock from child import Child c = Child()...
https://codedump.io/share/XMETQEfpJ41A/1/patching-a-parent-class
CC-MAIN-2017-22
refinedweb
555
56.55
Injecting parameter values Hi, it's me again. I once played around with spring for Java and I wonder if it is possible to Inject parameters into constructors and setters with the RL2 framework. Something like injector inject into class Alpha the string "Hello" using setter setString(). Or inject into constructor param ...
http://robotlegs.tenderapp.com/discussions/robotlegs-2/9800-injecting-parameter-values
CC-MAIN-2019-22
refinedweb
446
62.38
In previous post, we learned about Lambda expressions and functional interfaces. Now, let’s move on the discussion and talk about another related feature i.e. default methods. Well, this is truly revolutionary for java developers. Till java 7, we have learned a lot of things about interfaces and all those things have b...
https://howtodoinjava.com/java8/default-methods-in-java-8/
CC-MAIN-2020-45
refinedweb
1,201
58.79
Search Type: Posts; User: tbenbrahim Search: Search took 0.02 seconds. - 5 Mar 2014 6:11 PM - Replies - 0 - Views - 1,509 culprit is in LabelField.java line 122 - 15 Aug 2013 2:30 PM - Replies - 15 - Views - 13,033 I would suggest you educate your users, rather than change anything. If someone modified a record at 1000...
http://www.sencha.com/forum/search.php?s=44be28cc3997768d280fff44076a13e6&searchid=10264968
CC-MAIN-2015-11
refinedweb
549
81.63
Introducing meadow The only connected things platform that runs full .NET Standard 2.0 apps on a microcontroller. Cloud managed, secure and embeddable. Real .NET for real IoT. Support us on Back our project and help bring meadow to the world! Professional Grade® Runs full .NET Standard 2.0 Libraries. Updateable over th...
https://www.wildernesslabs.co/Meadow
CC-MAIN-2019-39
refinedweb
238
55
Extra Models¶ Warning The current page still doesn't have a translation for this language. But you can help translating it: Contributing. Continuing with the previous example, it will be common to have more than one related model. This is especially the case for user models, because: - The input model needs to be able ...
https://fastapi.tiangolo.com/tr/tutorial/extra-models/
CC-MAIN-2021-17
refinedweb
1,035
53.41
So I got this problem in my homework, which asks me to implement with both set and map respectively to solve for the numbers of modes in an array(to find the data that has the highest frequency of occurrence within a set of data). It also requires to test and show solutions for no modes, 1 mode, and multiple modes, The...
https://techqa.club/v/q/using-set-and-map-to-solve-the-mode-problem-c3RhY2tvdmVyZmxvd3w1NTc4NDg5NA==
CC-MAIN-2021-39
refinedweb
454
58.42
CodePlexProject Hosting for Open Source Software I'm making a game that uses Farseer Physics, and the XNA.Framework.Content. So far to get the physics engine and XNA content pipeline to work together, I've added quite a few [ContentSerializerIgnore] attribute tags around the XNA3 branch. I'm also keeping with the lates...
http://farseerphysics.codeplex.com/discussions/58138
CC-MAIN-2016-44
refinedweb
2,078
56.15
Sets information about Access Manager log service for the remote log module. This must be called before calling am_log_message() with AM_LOG_REMOTE_MODULE as the log module. Otherwise use am_log_log() with a log record and SSO token ID to log to Access Manager. #include "am_log.h" AM_EXPORT am_status_t am_log_set_remot...
https://docs.oracle.com/cd/E19636-01/819-2140/adocs/index.html
CC-MAIN-2019-04
refinedweb
112
59.09
I'm wondering why the following tag methods produce different results: Method 1: def tag(html) print "<#{html}>#{yield}</#{html}>" end def tag(html) print "<#{html}>" print yield print "</#{html}>" end tag(:ul) do tag(:li) { "It sparkles!" } tag(:li) { "It shines!" } tag(:li) { "It mesmerizes!" } end <li>It sparkles!</...
https://codedump.io/share/YiW2gvbUtB5t/1/ruby-iterator-yield
CC-MAIN-2018-26
refinedweb
207
77.13
behalf. It is recommended that you familiarise yourself with CSRF, what the attack vectors are, and what the attack vectors are not. We recommend starting with this information from OWASP. Simply put, an attacker can coerce a victims the filter to your Global object: import play.GlobalSettings; import play.api.mvc.Ess...
https://www.playframework.com/documentation/2.2.x/JavaCsrf
CC-MAIN-2019-18
refinedweb
310
51.55
Faster Boot with Many Devices By Steve Sistare on Aug 01, 2014 In addition to its highly touted features such as Kernel Zones and Unified Archives, the just-released Solaris 11.2 has some nice unsung optimizations that are noticed less because everything works the same, but faster. One set of optimizations improves the...
https://blogs.oracle.com/sistare/tags/solaris
CC-MAIN-2015-35
refinedweb
380
60.24
-12-2014 03:44 PM Hello all, So, I take the 2 TCL files created with 2014.1 (project and top-levle BD), and I am using to rebuild a project with VIVADO 2014.2. Sounds like straight-forward task, so before I did this, I reloaded this project in GUI and wrote both TCL files. Then ran a Linux meld, and the BD is identical...
https://forums.xilinx.com/t5/Design-Entry/VIVADO-2014-2-cannot-properly-parse-BD-TCL-created-with-2014-1/td-p/474882
CC-MAIN-2020-10
refinedweb
491
73.17
Practical AOP (Part 1): Transparent remoting with AOP and EJBs There are basically four views about AOP nowadays (ok, it's more or less the same for any technology): those who think it's the golden hammer and everything is a nail, those who think it has some applicability, those who are strongly against it or have deep...
https://weblogs.java.net/blog/mister__m/archive/2004/12/practical_aop_p.html
CC-MAIN-2015-27
refinedweb
485
52.8
12 July 2011 19:38 [Source: ICIS news] LONDON (ICIS)--German biofuels firm CropEnergies reported a sharp increase in its fiscal first-quarter operating profit and sales, despite the country’s troubled launch of 10% bioethanol blended gasoline (E10), it said on Tuesday. CropEnergies reported operating profit for the thr...
http://www.icis.com/Articles/2011/07/12/9476915/cropenergies-defies-german-e10-troubles-as-profit-sales.html
CC-MAIN-2014-15
refinedweb
269
61.87
Finding the track lanes, Part II As a quick recap from last time, we started with this image: and using some processing we got to this: We will be continuing the code from the previous part, which you can find here: Finding the track lanes, Part I So how do we decide where to place our points? What we want to do is 'sc...
https://www.formulapi.com/blog/detect-lanes-2
CC-MAIN-2020-29
refinedweb
1,326
75.34
JSP date example JSP date example JSP date example Till now you learned about the JSP syntax...; The heart of this example is Date() function of the java.util Reading Request Information date database table name birthday (DOB date); dob with DATE data type in database while... JSP Page Hello World...=d.getTime(); java....
http://www.roseindia.net/tutorialhelp/comment/95705
CC-MAIN-2014-52
refinedweb
1,958
72.36
in reply to Question about class/module/component I thought I'd refer you to my reply in an old thread with a similar topic. I'm a Java guy myself (involuntarily at work). The biggest mental block I had regarding Perl's system for organizing code is basically: in Perl, a file != a module. That is, one single file can c...
http://www.perlmonks.org/?node_id=818826
CC-MAIN-2014-41
refinedweb
150
61.77
Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo! Not eligible to see or edit group visibility for this bug. View Bug Activity | Format For Printing | XML | Clone This Bug Seems like the fix to CVE-2007-1536 introduced another issue: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 ========================...
http://bugs.gentoo.org/179583
crawl-002
refinedweb
924
50.23
I have installed python 3.3 running fine. I am using a windows 7 64bit version and i have ran the installer for pyodbc module for sql connections. my problem is very interesting: if i create a file in D:\pythonWorkingDir\project_n and call it for example: test.py and in this file include the following code only: - Code...
http://www.python-forum.org/viewtopic.php?p=5408
CC-MAIN-2017-13
refinedweb
140
57.91
1019. General Palindromic Number (20) A: 27 2Sample Output 1: Yes 1 1 0 1 1Sample Input 2: 121 5Sample Output 2: No 4 4 1 #include <iostream> #include <string.h> #include <stdlib.h> #include <algorithm> #include <stdio.h> #include <math.h> using namespace std; int n,b; int a[10005]; int cnt; void dfs(int n,int b) { if(...
https://blog.csdn.net/Dacc123/article/details/51539885
CC-MAIN-2018-30
refinedweb
143
67.86
Getting started with Developing for the AGENT SmartWatch Updated to include screenshots from the read Agent Installer, and project templates, and a few Amazon book references. Prerequisites : Tools and SDK’s. If you are looking for an introduction to C#, consider these resources: - MSDN Introduction to C# - Introductio...
http://weblogs.asp.net/rchartier/getting-started-with-developing-for-the-agent-smartwatch
CC-MAIN-2015-48
refinedweb
2,660
73.27
I tried to add the label to the div, after the page was rendered and still could not find the div on the page. private HorizontalPanel getHP(){ HorizontalPanel hp = new HorizontalPanel(); ... Type: Posts; User: kaushikGXT I tried to add the label to the div, after the page was rendered and still could not find the div ...
https://www.sencha.com/forum/search.php?s=e15ad026fda79cadc62a7bbd84e391b1&searchid=17719381
CC-MAIN-2016-36
refinedweb
559
75.5
On Thu, Sep 22, 2011 at 2:58 AM, Kirill A. Shutemov<kirill@shutemov.name> wrote:> On Wed, Sep 21, 2011 at 11:01:46PM -0700, Greg Thelen wrote:>> On Sun, Sep 18, 2011 at 5:56 PM, Glauber Costa <glommer@parallels.com> wrote:>> > +static inline bool mem_cgroup_is_root(struct mem_cgroup *mem)>> > +{>> > + return (mem == ro...
https://lkml.org/lkml/2011/9/22/243
CC-MAIN-2016-07
refinedweb
113
67.76
APIMASH: Porting to Windows Phone 8 You may recall that in May my evangelist colleagues and I launched a series of workshops around a bevy of API Starter Kits designed to kickstart HTML5/JS and C# developers into building their own, unique Windows 8 applications. Since then we’ve seen a few of your efforts appear in th...
https://docs.microsoft.com/en-us/archive/blogs/jimoneil/apimash-porting-to-windows-phone-8
CC-MAIN-2021-43
refinedweb
2,098
53.24
iDynamicObject Struct Reference An object in the dynamic world. More... #include <propclass/dynworld.h> Detailed Description An object in the dynamic world. Definition at line 450 of file dynworld.h. Member Function Documentation Add a decal to this dynamic object. Coordinates are given in local object space. Returns a...
http://crystalspace3d.org/cel/docs/online/api/structiDynamicObject.html
CC-MAIN-2015-14
refinedweb
554
61.63
Is it a hallmark of Ghibli films that I don't remember the actual storyline, just small, nonsensical plot details — I.E. exactly the opposite of how remembering is supposed to work? :) cssquirrel even the if/else is redundant ;) function awesomeWorkday(tasks) { return (tasks instanceof coolJsonStuff || tasks instanceof...
https://waterpigs.co.uk/notes/?after=2013-03-23T17%3A29%3A25%2B00%3A00
CC-MAIN-2017-13
refinedweb
178
50.36
D-ASYNC: Journey to Code-First Cloud Native Apps D-ASYNC: Journey to Code-First Cloud Native Apps Read more about the need for coding language that can be ruin in the cloud, regardless of environment, and how D-ASYNC plays a role in that. Join the DZone community and get the full member experience.Join For Free I've be...
https://dzone.com/articles/d-async-cloud-native-apps
CC-MAIN-2019-09
refinedweb
3,147
50.97
#include "rewrite_driver.h" This extends class HtmlParse (which should renamed HtmlContext) by providing context for rewriting resources (css, js, images). Mode for BoundedWaitForCompletion. Indicates document's mimetype as XHTML, HTML, or is not known/something else. Note that in Apache we might not know the correct m...
http://modpagespeed.com/psol/classnet__instaweb_1_1RewriteDriver.html
CC-MAIN-2017-30
refinedweb
4,158
64.3
Answered by: How to downgrade Visual Studio for Mac? Question - User2823 posted I need to downgrade from 7.2 to 7.1.5.2 Transitive project.json dependencies are broken in 7.2Tuesday, October 10, 2017 8:46 AM Answers - All replies - User18049 posted You should be able to get previous versions from the account page. What...
https://social.msdn.microsoft.com/Forums/en-US/bcaca47d-d196-4dbc-82a6-440e3022be38/how-to-downgrade-visual-studio-for-mac?forum=xamarinvisualstudio
CC-MAIN-2021-31
refinedweb
1,413
53.07
A Novice Journey of integrating Huawei Video Kit feat. Node js Local Server (An Educational Video Application) Introduction HMS Video Kit allow us to play video by using a URL or multiple URLs that contain an address of a video. The latest version of this kit allow us to playback videos but in the later version it will...
https://sanghati.medium.com/a-novice-journey-of-integrating-huawei-video-kit-feat-901d17c7ec87?source=post_internal_links---------1----------------------------
CC-MAIN-2021-43
refinedweb
1,962
57.47
- Issued: - 2019-10-16 - Updated: - 2019-10-16 RHBA-2019:3004 - Bug Fix Advisory Synopsis OpenShift Container Platform 4.1.20 bug fix update Type/Severity Bug Fix Advisory Topic Red Hat OpenShift Container Platform release 4.1.1.20. See the following advisory for the RPM packages.20 The image digest is sha256:a7e97365d...
https://access.redhat.com/errata/RHBA-2019:3004
CC-MAIN-2022-40
refinedweb
384
51.04
haystack Port of haystack java toolkit. Use it to connect and work with SkySpark. Project Haystack defines a tagging model and REST API for sensor systems such as HVAC, lighting, and energy equipment. SkySpark is a project to serve your IoT data and make analytics. To use this package you need installed SkySpark server...
https://www.dartdocs.org/documentation/haystack/0.4.19/index.html
CC-MAIN-2017-09
refinedweb
218
59.9
Hi, I've been having a few headaches trying to get my code to compile. I feel like I've tried every way of changing "const"-ness, but still can't get this to compile with g++ in a cygwin environment. Would you be so kind to tell me where on earth I am going wrong? Below is the code and the compiler error. The error tal...
https://cboard.cprogramming.com/cplusplus-programming/139140-const-correctness-gone-wrong-i-suspect.html
CC-MAIN-2017-22
refinedweb
271
58.11
Mono 1.0 Beta 2 Contents - Mono Beta 2 Introduction. - Contents of the Beta. - Changes since Beta 1 - Known Issues - Logging bugs against Mono - Contributors - Contact Information Mono Beta 2 Novell is proud to introduce the second Beta release of Mono, an open source implementation of, This release is the second and l...
http://www.mono-project.com/docs/about-mono/releases/1.0.0-beta2/
CC-MAIN-2018-26
refinedweb
1,731
55.13
J J This question in Jmeter JMeter HTTP request example JMeter HTTP request example Concerning: how do I set path? also what do i need to do to get the helloworld servlet work? Thanks in advance> < download excel download excel hi i create an excel file but i don't i know how to give download link to that excel file pl...
http://www.roseindia.net/tutorialhelp/comment/89121
CC-MAIN-2013-48
refinedweb
1,369
60.85
I have a computation that can be divided into independent units and the way I'm dealing with it now is by creating a fixed number of threads and then handing off chunks of work to be done in each thread. So in pseudo code here's what it looks like # main thread work_units.take(10).each {|work_unit| spawn_thread_for wor...
https://codedump.io/share/C807cMm4b1iY/1/how-do-i-manage-ruby-threads-so-they-finish-all-their-work
CC-MAIN-2017-09
refinedweb
230
79.16
Thanks for the clarification – I’ll try to dig into this and use execute.cpp as a starting point for my problem… Kind Regards, Hubert Advertising From: Guangya Liu [mailto:gyliu...@gmail.com] Sent: Mittwoch, 21. September 2016 09:19 To: user@mesos.apache.org Cc: dev; Vinod Kone Subject: Re: Support for tasks groups aka...
https://www.mail-archive.com/user@mesos.apache.org/msg08107.html
CC-MAIN-2016-40
refinedweb
202
65.83
You built your first Lightning web component, everything looks great in the IDE, but something is not working as expected in your Salesforce org. That’s the point where it’s important to know how you can debug Lightning web components. This blog post will show you the available techniques. Before we look into debugging...
https://developer.salesforce.com/blogs/2019/02/debug-your-lightning-web-components.html
CC-MAIN-2019-39
refinedweb
1,478
59.84
in reply to Re: (crazyinsomniac) Re: Coding superstitionsin thread Coding superstitions sub fred { return ( ( $_[0] eq 'ooyah' ) ? 1 : 0 ); } [download] And I disagree with the lecturer about leaving the last return to dangle -- what he/she suggested is obsfucation, and you're not doing yourself any favours with that a...
http://www.perlmonks.org/index.pl?node_id=137464
CC-MAIN-2016-44
refinedweb
101
77.33
#include <MFnPfxGeometry.h> This is the function set for paint effects objects. PfxGeometry is the parent class for the stroke and pfxHair node. The output geometry for pfxHair and stroke nodes may be accessed through this class. Destructor. Class Destructor Constructor. Class constructor that initializes the function ...
http://download.autodesk.com/us/maya/2009help/api/class_m_fn_pfx_geometry.html
CC-MAIN-2015-14
refinedweb
269
50.23
Case for Preprocessing Capabilities in the Java Language Java implementation does not have a preprocessor. In this article, we have described what a preprocessor does and what Java offers as a substitute. We have taken the C preprocessor's features and discussed its pros and cons with respect to Java. Finally, we have ...
http://www.developer.com/java/other/article.php/1567101/Case-for-Preprocessing-Capabilities-in-the-Java-Language.htm
CC-MAIN-2013-48
refinedweb
1,688
63.49
: > > > <HTML xmlns:ns3="" xmlns:ns2=". > > com/moreover" xmlns: > > <BODY> > > <page xmlns=""> <slashdot > > > > <table width="100%" border="0"> > > <tr > > > <td STYLE="background-color : #B0E0E6; font : x-small > > Arial, Helvetica, > > sans-serif;" colspan="5"> > > <CENTER > > > <b >Current News from Slashdot</b> >...
http://mail-archives.apache.org/mod_mbox/cocoon-dev/200105.mbox/%3CPine.LNX.4.31.0105032106360.1499-100000@lap1.otego.com%3E
CC-MAIN-2015-14
refinedweb
518
60.14
Access cloud data in a notebook. Doing interesting work in a Jupyter notebook requires data. Data, indeed, is the lifeblood of notebooks. You can certainly import data files into a project, even using commands like curl from within a notebook to download a file directly. It's likely, however, that you need to work with...
https://docs.microsoft.com/en-us/azure/notebooks/access-data-resources-jupyter-notebooks
CC-MAIN-2020-34
refinedweb
553
57.4
Hello all. I've been staring at this program I need to do for the better part of two days now. I'm relatively new to coding, but have had almost no trouble at all until this. After reading up as much as I could on classes and objects, I still can't figure out exactly what the syntax is that I need to use. Basically I n...
http://www.javaprogrammingforums.com/whats-wrong-my-code/12520-need-help-coding-dice-rolling-simulation.html
CC-MAIN-2015-06
refinedweb
428
52.12
"Neil Schemenauer" <nascheme at enme.ucalgary.ca> writes: > Not for my problem on Linux. My code didn't call sleep(). It > may be a bug with the pthreads in libc6 for Linux. I can't > reproduce it with C code though. I think I can explain what happens. Look at the following code: #include <stdio.h> #include <string.h> ...
https://mail.python.org/pipermail/python-list/2000-March/031693.html
CC-MAIN-2017-17
refinedweb
198
67.15
By: Deepak Shenoy Abstract: Hovering over a file in Explorer brings up a "hint" window. The Infotip shell extension allows you to customize the text displayed. Deepak Shenoy shows you how it's done. By Deepak Shenoy Windows 2000 (and Windows 98 with IE 5 desktop integration installed) gives us a new Shell Extension - t...
http://edn.embarcadero.com/article/22987
crawl-002
refinedweb
836
65.12
At 09:26 PM 4/21/2010 +0200, Manlio Perillo wrote: >But I do not want to use a feature that it is here for compatiblity >only, in a new project. Python itself has supported namespace packages through a stdlib utility since Python 2.3, and special import mechanism support has been proposed for addition in 3.2. Zope may ...
https://mail.python.org/pipermail/distutils-sig/2010-April/015992.html
CC-MAIN-2016-50
refinedweb
157
69.72
I originally wrote this over two years ago. It was getting a little long in the tooth, especially now that HTML5 has come along and made HTML far more beautiful than even XHTML 1.1 was. So I updated it!. Large PNG Original PSD Text of HTML It’s big enough to print out and tape up inside your locker to impress your frie...
https://css-tricks.com/what-beautiful-html-code-looks-like/
CC-MAIN-2021-10
refinedweb
8,408
73.07
First, make sure you have installed wxPython Then drop this code into a file called browser.py : import sysYou launch the browser from the command line, passing the URL to go to as argument, like so: import wx import wx.webkit theApp = wx.PySimpleApp(0) theFrame = wx.Frame(None, -1, "", size=(640,480)) w = wx.webkit.We...
http://henkpostma.blogspot.com/2012/
CC-MAIN-2017-51
refinedweb
210
72.66
In this article, I will explain how you can load dynamic content in bootstrap tabs by clicking on it using AJAX and Partial View in ASP.NET MVC. So to begin with we need to create a new project in our Visual Studio, by navigating to File-> New -> Project ->Select "ASP.NET (Left pane)" and "ASP.NET web application (righ...
https://qawithexperts.com/article/asp-net/bootstrap-tabs-with-dynamic-content-loading-in-aspnet-mvc/176
CC-MAIN-2019-39
refinedweb
480
56.76
WCSTOK(3) BSD Programmer's Manual WCSTOK(3) wcstok - split wide-character string into tokens #include <wchar.h> wchar_t * wcstok(wchar_t * restrict str, const wchar_t * restrict sep, wchar_t ** restrict last); The wcstok() function is used to isolate sequential tokens in a NUL-. The wcstok() function returns a pointer ...
http://mirbsd.mirsolutions.de/htman/sparc/man3/wcstok.htm
crawl-003
refinedweb
133
54.52
Hey does anyone have a simple base project for eclipse for SDL_2.0/OPENGL ES 1.1/NDK Base? that complies and works? I’m getting a huge headache, just trying to get OpenGL enabled using SDL 1.2. Just spend 3 hours trying to get OpenGL going with no success. #include <GLES/gl.h> works but I still get this. stuff like thi...
https://discourse.libsdl.org/t/andriod-sdl-2-0-opengl-es-1-1-ndk-base-for-eclipse/19556
CC-MAIN-2022-21
refinedweb
116
87.52
Dropping Boxes with JavaFX If you want to work for DropBox, they have an interesting programming test which solution must be submitted together with the CV. I’m not considering a position at DropBox, but their test was too fun to ignore: an interesting challenge in algorithms, and another opportunity to exercise JavaFX...
https://weblogs.java.net/node/476219/atom/feed
CC-MAIN-2015-22
refinedweb
4,721
65.01
#include <stdint.h> #include <rte_os.h> Go to the source code of this file. RTE SWX Table Table interface. Definition in file rte_swx_table.h. Table memory footprint get Definition at line 130 of file rte_swx_table.h. Table mailbox size get The mailbox is used to store the context of a lookup operation that is in progr...
https://doc.dpdk.org/api-22.07/rte__swx__table_8h.html
CC-MAIN-2022-40
refinedweb
404
53.41
Last updated on December 21st, 2017 | offline persistence for its web SDK. A few weeks before writing this I emailed my subscribers asking what excited them the most, and without a doubt, offline persistence and chained queries were tied neck to neck. Today will learn how to integrate Cloud Firestore into our Ionic pro...
https://javebratt.com/cloud-firestore-intro/
CC-MAIN-2018-05
refinedweb
587
55.54
A module that allows you to build your project, resolving dependencies based on the @uses annotation. Before I dive into the technical specifics, I'll explain what this module is all about. In short, it allows you to annotate your files with the @uses annotation to specify your dependencies; which is convenient for the...
https://www.npmjs.com/package/useuses
CC-MAIN-2017-47
refinedweb
629
59.09
Every now and then we have a client that needs to, on a regular basis, import data from one system to another and a lot of the time we go for the good old csv file. In the past i have always just written a simple function that reads each line of the file, splits it into cells and import it into the database. But this s...
http://www.revium.com.au/articles/sandbox/csv-parsing-the-easy-way/comment-page-1/
CC-MAIN-2014-52
refinedweb
298
66.23
Question 1 : Will the program compile successfully? #include < stdio.h > int main() { char a[] = "India"; char *p = "PARINAM"; a = "PARINAM"; p = "India"; printf("%s %s\n", a, p); return 0; } Because we can assign a new string to a pointer but not to an array a. Question 2 : For the following statements will arr[3] and...
http://www.indiaparinam.com/c-programming-language-question-answer-strings/yes-no-questions
CC-MAIN-2019-22
refinedweb
126
53.92
Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources. This chapter begins with a quick look at the basics of ADO.NET and then provides an overview of basic ADO.NET capabilities, namespaces, and classes. It also reviews how to work with the Connection, Comma...
http://my.safaribooksonline.com/book/web-development/microsoft-aspdotnet/9780470041789/data-management-with-adodotnet/basic_ado.net_features
CC-MAIN-2014-15
refinedweb
102
59.3
- Sitecore has a very rich configuration surface, and it's good to be able to see what a setting does before you change it - Things go wrong, and it's helpful to be able to figure out why. - Sitecore code provides models for how to do things, both on the back-end, and in the client Go to type (Control-T)Control-T is th...
http://www.dansolovay.com/2013/01/resharper-shortcuts-every-sitecore.html
CC-MAIN-2018-34
refinedweb
356
67.18
A Taste of Recursion the process of a function calling itself. For example: void funct(int x) { funct(x); } In this chunk of code, you see a terrible example of a recursive function, but it serves illustrative purposes here: The funct() function calls itself. That's recursion. Now what happens in this example is basica...
http://www.dummies.com/how-to/content/a-taste-of-recursion.html
CC-MAIN-2015-18
refinedweb
410
56.76
. Prerequisites: You will need to reference Newtonsoft.Json in your project (or in all your projects if using the shared project model). Here is the method that can be used to ‘get’ a List of objects from the server: using Newtonsoft.Json; using System; using System.Collections.Generic; using System.Net.Http; using Sys...
https://jankcat.com/2016/03/27/net-simple-http-client-helper-class/
CC-MAIN-2020-29
refinedweb
220
60.72
. This page describes how the sbt loader helps you use different versions of Scala and sbt to build your projects. For details on how it can be used to launch other applications besides sbt in a similar manner, see GeneralizedLauncher. sbt versions before 0.3.8 were compiled against a specific version of Scala and test...
http://code.google.com/p/simple-build-tool/wiki/Loader
crawl-003
refinedweb
504
64.51
Chapter 4In this chapter: Class Relationships and Class Features New Classes and Inheritance Casting Overriding Class Interfaces Events and New Events The Class Hierarchy Global Members Advanced Class Features Example Classes Chapter 3 outlined the REALbasic object model, explaining what classes and instances are, and ...
http://oreilly.com/catalog/realbasic2/chapter/ch04.html
crawl-002
refinedweb
18,759
60.24
Are you sure? This action might not be possible to undo. Are you sure you want to continue? There is neither an industry wide definition nor a universal meaning for “Hedge Fund”. For general purposes, hedge funds, including fund of funds, can be considered as unregistered private investment partnerships, funds or pools...
https://www.scribd.com/document/31797206/A-Performance-Analysis-of-the-Hedge-Funds-Industry
CC-MAIN-2018-05
refinedweb
11,456
51.99
Am 24.03.2019 um 15:59 schrieb William F Pokorny: > That was painful to run down, but changing Parser::IsEndOfInvokedMacro() > in the file source/parser/parser_tokenizer.cpp as in the attached file > fixes the issue. Well, that's a lead I might investigate. But as you don't seem to be confidently understanding what's g...
http://news.povray.org/povray.bugreports/message/%3C5c995c61%241%40news.povray.org%3E/
CC-MAIN-2019-26
refinedweb
492
51.07
The same page in french: MathsAuLycee The developpement page: HighSchoolDesign Organisation of the week: MathsAuLyceeOrganisation Projet We aim to develop a version of the notebook dedicated to high school usage. A dedicated (french) notebook is available on internet: The main needed features are - reduction of the glo...
http://www.sagemath.org:9001/SageForHighSchool
crawl-003
refinedweb
302
60.95
The problem so far is how to get the second row of data out of the file and put it in an array. For example if my file look like this: 1. 20 2. 15 3. 77 4. 15 5. 29 6. 77 How would I get the 20, 15, etc. into an array without reading the 1. , 2. , 3. ? I have more questions but I need to figure this out first before I ...
http://www.dreamincode.net/forums/topic/309590-c-problem-how-to-read-certain-data-from-text-file-into-array/page__p__1791628
CC-MAIN-2013-20
refinedweb
208
74.19
I am having a problem with the loop. I have added the comments to this code as I understand it. It appears that the code should loop after the if test to see if the answer is yes. If the answer is yes it should go back into the loop, if no then it should exit via the return. The code runs, takes the values and displays...
https://cboard.cprogramming.com/c-programming/33823-loop.html
CC-MAIN-2017-43
refinedweb
260
68.64
#include <ParagraphLayout.h>. Note that the ICU layout engine has been deprecated and removed. You may use this class with the HarfBuzz icu-le-hb wrapper, see See for special build instructions. Definition at line 51 of file ParagraphLayout. ICU "poor man's RTTI", returns a UClassID for the actual class. Reimplemented ...
https://unicode-org.github.io/icu-docs/apidoc/released/icu4c/classicu_1_1ParagraphLayout.html
CC-MAIN-2021-39
refinedweb
184
61.12
Just before the holidays I was working on a .NET Core project that needed data available from some web services. I’ve done this a bunch of times previously, and always seem to spend a couple of hours writing code using the HttpClient object before remembering there are libraries out there that have done the heavy lifti...
https://jeremylindsayni.wordpress.com/2018/12/27/comparing-restsharp-and-flurl-http-while-consuming-a-web-service-in-net-core/
CC-MAIN-2019-30
refinedweb
2,193
52.6
Everyone is welcome to search for "Technical Notes of Little Monkey" and follow my official account. If you have any questions, you can communicate with me in time. A thread will go through its own life cycle from creation to death. We may often see the "Running" state of the thread in blogs, but you can't find the "Ru...
https://algorithm.zone/blogs/describe-the-life-cycle-of-java-threads-in-detail.html
CC-MAIN-2022-21
refinedweb
722
56.89
A Heaping Helping Of Python Goodness05 Dec 2014 I really enjoy solving problems quickly and thoroughly. I especially enjoy solving annoying, repetitive problems that invite human error. The icing on the cake is when I learn some new tricks in the process. This last few days was a flurry of problem-solving and trick-lea...
http://bruceeckel.github.io/2014/12/05/a-heaping-helping-of-python-goodness/
CC-MAIN-2017-09
refinedweb
1,978
63.29
. equals and of Integer== This is a basic question. People who master some java may be able to say why. But a closer look will reveal why An ordinary code public class Demo { public static void main(String[] args) { Integer i1 = 100; Integer i2 = 100; System.out.println(i1 == i2); //Output true i1 = 1000; i2 = 1000; Sy...
https://programmer.help/blogs/what-happens-to-integer-between-128-127.html
CC-MAIN-2021-49
refinedweb
487
55.03
The first parameter, linearRatio, determines the proportion of the ease during which the rate of change will be linear (steady pace). This should be a number between 0 and 1. For example, 0.5 would be half, so the first 25% of the ease would be easing out (decelerating), then 50% would be linear, then the final 25% wou...
http://www.greensock.com/asdocs/com/greensock/easing/SlowMo.html
CC-MAIN-2022-40
refinedweb
264
51.85
Python Imaging Library/Getting PIL Python is obviously a prerequisite for using PIL. The current version of PIL is 1.1.7, and this supports Python up to v.2.6. PIL is available from PythonWare at this page. Source code can be built for any platform, and Windows binaries are available. Installing PIL[edit] Windows[edit]...
https://en.wikibooks.org/wiki/Python_Imaging_Library/Getting_PIL
CC-MAIN-2017-43
refinedweb
218
64.2
The standard Python traceback module provides very useful functions to produce useful information about where and why an error occurred. Traceback objects actually contain a great deal more information than the traceback module displays, however. That information can greatly assist in detecting the cause of your error....
http://code.activestate.com/recipes/52215/
crawl-002
refinedweb
226
67.04
Hi, im a beginner on MIPS field, I need to write two similar MIPS programs. First one is get 5 signed integers from user inputs, store them in an array, then print them out in a line with comma and space. Next count the number of odd integers in a loop(zero to be considered as even), stop and exit the loop if the numbe...
http://www.justanswer.com/homework/7rcoq-mips-beginner-needs-help-code.html
CC-MAIN-2016-40
refinedweb
506
66.61
09 June 2010 17:49 [Source: ICIS news] LONDON (ICIS news)--Polyethylene terephthalate (PET) customers are targeting June decreases in line with lower production costs and lagging demand, they said on Wednesday. “A rollover is not our expectation even if it’s producers’ target. Customers want at least the raw material d...
http://www.icis.com/Articles/2010/06/09/9366532/europe-pet-customers-target-june-decreases.html
CC-MAIN-2014-42
refinedweb
369
60.65
In my last blog post, you got Up and Running with Cocos2d-x library on BlackBerry 10. Assuming you are well ahead in porting your game, may I suggest a wonderful idea to make your game go viral? Make use of Scoreloop and the power of our Social Gaming hub. BlackBerry 10 comes with a lot of surprises for gamers includin...
http://devblog.blackberry.com/2013/02/scoreloop/?relatedposts_to=16163&relatedposts_order=4
CC-MAIN-2017-39
refinedweb
1,069
53.21
Object Integrity & Security: Duplicating Objects The second issue deals with casting. When the clone() method returns the object, the object in this case is of type Dog. Thus, you need to cast the return to the type Dog. This is illustrated in Listing 05. // Class Duplicate public class Duplicate { public static void m...
http://www.developer.com/design/article.php/10925_3675326_4/Object-Integrity-amp-Security-Duplicating-Objectsop.htm
CC-MAIN-2015-22
refinedweb
552
54.22
What is constructor?A special method of the class that will be automatically invoked when an instance of the class is created is called a constructor. The main use of constructors is to initialize private fields of the class while creating an instance for the class. When you have not created a constructor in the class,...
http://www.c-sharpcorner.com/UploadFile/0c1bb2/constructors-and-its-types-in-C-Sharp/
CC-MAIN-2016-18
refinedweb
493
51.58
Introduction to Pandas Interview Questions Pandas Interview Questions and Answers helps many to crack interviews during their selection and helps you to learn the basic and advanced concepts of this Python programming language. It makes your calculations easier and robust. Do go through the questions and answers and be...
https://www.educba.com/pandas-interview-questions/?source=leftnav
CC-MAIN-2021-21
refinedweb
1,038
57.27