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
How to Connect Database in Java? While writing an IT application using any programming language, the flow of Data from and to the application serves the core functionality. If the data flow is somehow affected, it can adversely affect the application functionality and may cause a big loss to the business. There are dif...
https://www.educba.com/how-to-connect-database-in-java/?source=leftnav
CC-MAIN-2020-34
refinedweb
1,552
56.86
This command creates a new named condition object whose true/false value is calculated by running a mel script. This new condition can then be used for dimming, or controlling other scripts, or whatever. In query mode, return type is based on queried flag. Derived from mel command maya.cmds.condition Example: import py...
http://www.luma-pictures.com/tools/pymel/docs/1.0/generated/functions/pymel.core.general/pymel.core.general.condition.html#pymel.core.general.condition
crawl-003
refinedweb
129
50.53
in reply to Re: decomposing binary matrices in thread decomposing binary matrices Thanks, I tried drawing the graph on a piece of paper, and while I'm not yet sure I think it may be possible to say that: the graph for any undecomposable submatrix has a cycle that traverses all its nodes; and that: the nodes in the long...
http://www.perlmonks.org/index.pl?node_id=600448
CC-MAIN-2016-07
refinedweb
277
61.8
." For your safety... (Score:1) Don't feed the code monkeys! Uh, yeah (Score:2) Coders, you can expect reciprocation on how much respect you paid your sysadmin on sysadmin day. Re: (Score:1) So you wanted to be... (Score:1) ...a computer programmer [mcsweeneys.net]... Your job became taking young programmers who love w...
http://developers.slashdot.org/story/11/09/13/1523210/happy-programmer-day?sdsrc=prev
CC-MAIN-2015-40
refinedweb
2,010
75.1
Date: Tue, 14 Mar 2000 14:26:09 +0300 From: Hans Reiser <reiser@idiom.com> To: Alexander Viro <viro@math.psu.edu> Subject: Re: (reiserfs) Re: patch: reiserfs for 2.3.49 Mr. Viro, I suggest the following plan. A) You tell us what you think is broken in detail. B) We fix it and test it. C) You review it to see if it look...
http://lwn.net/2000/0316/a/hr-reiserfs.html
CC-MAIN-2013-20
refinedweb
552
81.02
: def method(self, argument, *args, **kw): # do something with argument apply(callable, args, kw) NOW READS: def method(self, argument, *args, **kw): # do something with argument callable(*args, **kw) Also - def method(self, argument, *args, **kw): # do something with argument apply(callable_object, args, kw) NOW READS...
http://www.oreilly.com/catalog/errata.csp?isbn=9780596001674
CC-MAIN-2014-52
refinedweb
1,062
59.5
- Fund Type: ETF - Objective: Broad Based - Asset Class: Commodity - Geographic Focus: Global UBS ETFs plc - DJ-UBS Commodity Index SF UCITS ETF A-acc CHF+ Add to Watchlist DCEUAS:SW76.2000 EUR 0.3500 0.46% As of 07:16:24 ET on 03/07/2014. Snapshot for UBS ETFs plc - DJ-UBS Commodity Index SF UCITS ETF A-acc CHF (DCEUA...
http://www.bloomberg.com/quote/DCEUAS:SW
CC-MAIN-2014-10
refinedweb
163
56.86
tag:blogger.com,1999:blog-157447342012-05-20T19:28:23.183+10:00Guru-WebSharePoint bloggingIvan Wilson InfoPath training in SydneyIf you work with InfoPath forms then you should check out the 3 day InfoPath Master Class being run by Qdabra in Sydney from March 27 to 29th. <a href="">Qdabra</a> are one of the top compani...
http://feeds.feedburner.com/Guru-web
crawl-003
refinedweb
6,204
60.95
Details Description. Issue Links - depends upon - - - - - - - - - - relates to - - Activity - All - Work Log - History - Activity - Transitions we are picking this up again. the plan is to get something out within the next couple months. The plan is to modify psqlodbc to get this rolling. The information of this driver...
https://issues.apache.org/jira/browse/HIVE-187
CC-MAIN-2016-36
refinedweb
1,482
59.6
In an earlier assignment, an ``extra credit'' version of a problem asked you to write a littlecheckbook balancing program that accepted a series of lines of the form deposit 1000 check 10 check 12.34 deposit 50 check 20It was a surprising nuisance to do this in an p way, using only the tools we had atthe time. It was e...
https://de.scribd.com/document/38145491/10-8-Example-Breaking-a-Line-Into-Words
CC-MAIN-2019-39
refinedweb
609
59.26
Load MATLAB .mat 7.3 into Python native data types Project description mat 7.3 Load MATLAB 7.3 .mat files into Python. Starting with MATLAB 7.3, .mat files have been changed to store as custom hdf5 files. This means they cannot be loaded by scipy.io.loadmat any longer and raise. NotImplementedError: Please use HDF read...
https://pypi.org/project/mat73/
CC-MAIN-2020-05
refinedweb
191
71.21
Book Review - O'Reilly C# Cookbook Date Published: 25 February 2004 Overview O. Chapter Breakdown Basically, I skimmed through the book looking for recipes of interest to me. These won't necessarily be the ones that are of interest to you, but if you really just wanted a copy of the table of contents, you'd read it on ...
https://ardalis.com/oreilly-csharp-cookbook/
CC-MAIN-2021-25
refinedweb
1,107
55.54
Transcript: unbelievable journey FESTIVAL IN UK The show is held in the grounds of the Royal Hospital Chelsea, home of the iconic Chelsea Pensioners who are all retired soldiers of the British Army. Some 300 veterans live in the retirement and nursing home on site. RHS Chelsea Flower Show RHS Chelsea Flower Show Import...
https://prezi.com/l/festive-powerpoint-templates/
CC-MAIN-2021-17
refinedweb
797
50.97
@robertl1996 Does anybody know where the source code for this denoise library can be found:. Particularly the nl means filters The source code is found here: @zlf123-marker I have a look, but I want to display my TRK file and t1 data, I don't know what to change?Can you help me @arokem DIPY examples/tutorials use data ...
https://gitter.im/nipy/dipy
CC-MAIN-2019-51
refinedweb
220
63.49
Pandas is an open source python library that allows you to do manipulation mostly on numeric tables, columns. You can manipulate the CSV data, time-series data, and e.t.c. using it. It is the most used library in machine learning and deep learning. But as a beginner, you will find difficulty in installing Pandas Librar...
https://www.datasciencelearner.com/how-to-install-pandas-in-pycharm/
CC-MAIN-2020-50
refinedweb
436
77.03
hour Returns the current hour from a serial Julian date and time. Excel: HOURController: CodeCogs Contents Returns the hour within a serial Julian date and time values. Care must be taken in handling rounding errors appropriately, because time is expressed as a fraction of a 24hr day. Therefore 1hr is ~0.041666 days. G...
http://www.codecogs.com/library/units/time/hour.php
CC-MAIN-2017-09
refinedweb
174
66.64
trace_nlogf() Insert a user string trace event, specifying a maximum string length Synopsis: #include <sys/neutrino.h> #include <sys/trace.h> int trace_nlogf( int code, int max, const char *fmt, ... ); Since: BlackBerry 10.0.0logf() function calls TraceEvent() to insert a user string event of class _NTO_TRACE_USER, and...
http://developer.blackberry.com/native/reference/core/com.qnx.doc.neutrino.lib_ref/topic/t/trace_nlogf.html
CC-MAIN-2017-43
refinedweb
149
53.78
Hi guys, I'm working on TorqueBox, and I would love for our Rails apps to be able to cache their data in Infinispan. Because Rails has built-in support for memcached and because Infinispan implements memcached (awesome!), it seems like it should be easy. But I can't figure out how to tweak the AS6 config to "turn on me...
https://community.jboss.org/message/580942?tstart=0
CC-MAIN-2015-22
refinedweb
221
81.53
In pyspark data frame, I used data brick to read csv.bz2 file from AWS: data = sqlContext.read.format("com.databricks.spark.csv").option("header","false").option("delimiter","\t").option("mode","PERMISSIVE").option("inferSchema","true").load("s3n://myPath/Data.csv.bz2") I did the following transformation: data_sort = d...
https://forums.databricks.com/questions/8525/index.html
CC-MAIN-2019-13
refinedweb
269
51.14
hi you'll find that different open source projects are managed differently. here at apache, nearly all of our development is done in the open on public mailing lists. so rather than discuss the issues you've raised, what i'm going to do is point you at the documents we've written to help people who want to contribute. ...
http://mail-archives.apache.org/mod_mbox/commons-dev/200211.mbox/%3C79B74C3C-0006-11D7-A71E-003065DC754C@blueyonder.co.uk%3E
CC-MAIN-2016-07
refinedweb
930
58.62
Net::DNS::Question - DNS question record use Net::DNS::Question; $question = new Net::DNS::Question('example.com', 'A', 'IN'); A Net::DNS::Question object represents a record in the question section of a DNS packet. $question = new Net::DNS::Question('example.com', 'A', 'IN'); $question = new Net::DNS::Question('exampl...
http://search.cpan.org/~nlnetlabs/Net-DNS-0.69/lib/Net/DNS/Question.pm
CC-MAIN-2015-40
refinedweb
506
58.69
How to Build Distance Sensor with Raspberry Pi using IR Sensor Module In this article, I will describe how to connect the infrared sensor to the Raspberry Pi. These sensors are most commonly used for small robots such as linear following robots and edge avoidance robots. In short, it detects objects that exist before a...
https://technicalustad.com/raspberry-pi-ir-distance-sensor/
CC-MAIN-2018-09
refinedweb
508
65.73
Your Account Google SketchUp: The Missing Manual gives you all the details, explanations, and examples you need to create awesome 3-D models in SketchUp. This appendix provides quick thumbnail descriptions of every command in every menu.. Many of the menu commands have multiple keyboard shortcuts. Each command in this ...
http://www.oreillynet.com/pub/a/design/excerpts/google-sketchup-tmm/sketchup-menu.html
CC-MAIN-2014-10
refinedweb
7,518
65.32
Jonathan Endersby9,807 Points How do I start this task (Looping items, Flask)? Your template has been given a list named options. Loop through each item in options and create an <li> inside the <ul>. Print out the name key of each item. from flask import Flask, render_template from options import OPTIONS app = Flask(__...
https://teamtreehouse.com/community/how-do-i-start-this-task-looping-items-flask
CC-MAIN-2020-50
refinedweb
124
74.08
Basic Home Automation With an IR LED and Receiver February 19, 2017 Controlling devices that have infrared remotes is an easy and low-cost form of home automation, so I decided to make a YouTube tutorial video about it. I'm using the "IRremote" library by Ken Shirriff, and wrote some firmware that uses an IR receiver a...
http://www.farrellf.com/projects/hardware/2017-02-19_Basic_Home_Automation_with_an_IR_LED_and_Receiver/
CC-MAIN-2018-05
refinedweb
672
64.61
) Spring for Apache Hadoop Future The Hadoop ecosystem is shifting and we think it is time to adapt the Spring for Apache Hadoop (SHDP) project to these shifting trends. We will maintain the SHDP 2.x version with bug fixes and version upgrades but we don’t plan on adding features. All new development will go into versi...
https://spring.io/blog/2017/06/23/spring-for-apache-hadoop-2-5-0-rc1-released
CC-MAIN-2021-04
refinedweb
267
75.4
Using AWS lambda with S3 and DynamoDB What is AWS lambda? Simply put, its just a service which executes a give code based on certain events. Why lambda? Obviously we can use sqs or sns service for event based computation but lambda makes it easy and further it logs the code stdout to cloudwatch logs. Using lambda with ...
http://www.shellsec.com/news/23060.html
CC-MAIN-2017-17
refinedweb
376
58.28
The Python programming language is an interface that can be implemented in many ways. Some examples include CPython which uses the C language, Jython that is implemented using Java, and so on. Despite being the most popular, CPython is not the fastest. PyPy is an alternate Python implementation that is both compliant a...
https://blog.paperspace.com/getting-started-with-pypy/
CC-MAIN-2022-27
refinedweb
2,135
64.71
A representation of events used in stream synchronization and timing. More... A representation of events used in stream synchronization and timing. Each compute function in the API is executed asynchronously with respect to the calling thread, i.e., returns immediately without waiting for the completion. There are two ...
https://docs.nvidia.com/vpi/group__VPI__Event.html
CC-MAIN-2021-21
refinedweb
353
64.51
Weak, Strong, Static And Dynamic An Introduction To Programming Type Systems - By Zack Grossbart - April 18th, 2013 - 61 Comments ; }1.. int a = 1; printf("The number is %in", a); char z = 'z'; printf("The character is %cn", z); When I run this program, it shows this: The number is 1 The character is z The printf funct...
http://www.smashingmagazine.com/2013/04/18/introduction-to-programming-type-systems/
CC-MAIN-2015-27
refinedweb
2,042
72.05
Process Scheduling with Job Scheduler On occasion it may be required to start an IBPM process at configurable times of the day or week. To automate this task, a scheduler must be employed. Scheduling is the ability to set up recurring dates and times and have work kicked off at those times. An item of work that is to b...
https://learn.salientprocess.com/books/ibm-bpm/page/process-scheduling-with-job-scheduler
CC-MAIN-2019-22
refinedweb
1,931
63.9
What are the steps to remove namespace permanently ? What are the steps to remove namespace permanently here are the steps that i have followed, 1.Stop the Aerospike service. 2. remove the all sets one by one using set-delete command. 3. Remove data file. 4. Start the Aerospike service. But still i can see deleted sets...
https://discuss.aerospike.com/t/what-are-the-steps-to-remove-namespace-permanently/4010
CC-MAIN-2018-30
refinedweb
153
85.08
Mojolicious::Plugin::Toto - A simple tab and object based site structure #!/usr/bin/env perl use Mojolicious::Lite; plugin 'toto' => nav => [ qw{brewery pub beer} ], sidebar => { brewery => [ qw{brewery/list brewery/search brewery} ], pub => [ qw{pub/list pub/search pub} ], beer => [ qw{beer/list beer/search beer} ], }...
http://search.cpan.org/dist/Mojolicious-Plugin-Toto/lib/Mojolicious/Plugin/Toto.pm
CC-MAIN-2016-26
refinedweb
775
50.36
See Also: Decoder Members To obtain an instance of an implementation of the System.Text.Decoder class, the application should use the Encoding.GetDecoder method of an System.Text.Encoding implementation. The Decoder.GetCharCount(Byte*, int, bool) method determines how many characters result in decoding a sequence of by...
http://docs.go-mono.com/monodoc.ashx?link=T%3ASystem.Text.Decoder
CC-MAIN-2018-51
refinedweb
457
51.75
A conforming implementation is required to document its choice of behavior in each of the areas listed in this subclause. The following are implementation-defined: How a diagnostic is identified (3.10, 5.1.1.3). Error and warning messages have the following format: filename, line number: message Where filename is the n...
http://docs.oracle.com/cd/E19205-01/819-5265/6n7c29e57/index.html
CC-MAIN-2015-48
refinedweb
5,411
55.95
ApplicativeDo doesn't handle existentials as well as it could ApplicativeDo doesn't work nicely with existentials or GADTs. This was first considered in #13242 (closed), but I think it's worth reconsidering in light of #13875 (closed). In particular, we no longer need to think specially about whether a particular patte...
https://gitlab.haskell.org/ghc/ghc/-/issues/13906
CC-MAIN-2020-34
refinedweb
289
66.67
Work at SourceForge, help us to make it a better place! We have an immediate need for a Support Technician in our San Francisco or Denver office. You can subscribe to this list here. Showing 6 results of 6 FIXED! The problem was that the Shebang line in my scripts just included the = Python directory, not the Python ex...
http://sourceforge.net/p/moin/mailman/moin-user/?viewmonth=200706&viewday=8
CC-MAIN-2014-35
refinedweb
1,682
67.65
Vue carousel 3d modified Install Repository: CDNs bundle.run: jsDelivr: unpkg: Vue Carousel 3d Modified This repo is forked from vue-carousel-3d(), just add prefix on transition and transform to fix the transition issue on ios8, and add touch event when autoplayHoverPause Feel free to submit issues and feature requests...
http://tahuuchi.info/vue-carousel-3d-modified
CC-MAIN-2021-25
refinedweb
157
55.34
NAME ioperm - set port input/output permissions SYNOPSIS #include <sys/io.h> /* for glibc */ int ioperm(unsigned long from, unsigned long num, int turn_on); DESCRIPTION not inherited by the child created by fork(2); following a fork(2) the child must turn on those permissions that it needs. Permissions are preserved ac...
http://manpages.ubuntu.com/manpages/xenial/en/man2/ioperm.2.html
CC-MAIN-2018-13
refinedweb
183
59.6
End-to-End Testing for Your Web App With TestCafe End-to-End Testing for Your Web App With TestCafe TestCafe is an end-to-end browser testing tool that allows you to easily write a functional test that inputs text, clicks buttons, and validates the results. Join the DZone community and get the full member experience.Jo...
https://dzone.com/articles/end-to-end-testing-for-your-web-app-with-open-sour
CC-MAIN-2018-22
refinedweb
642
65.93
09 December 2011 14:28 [Source: ICIS news] HOUSTON (ICIS)--DuPont has lowered its full-year 2011 earnings per share outlook to $3.87-$3.95 amid slower growth and uncertainties in global markets, the US-based chemicals major said on Friday. ?xml:namespace> "We continue to drive our aggressive productivity initiatives, a...
http://www.icis.com/Articles/2011/12/09/9515530/dupont+cuts+2011+earnings+expectation+as+growth+slows.html
CC-MAIN-2013-20
refinedweb
111
54.76
Details - Type: Bug - Status: Closed - Priority: Major - Resolution: Fixed - Affects Version/s: 5.0, 5.0.3, 5.0.4, 5.0.5, 5.0.6, 5.0.7 - - Component/s: tapestry-core - Labels:None Description Rather than HTML, I want my page to return XML (it's an Atom feed). I want this: <?xml version="1.0" encoding="UTF-8"?> <feed xm...
https://issues.apache.org/jira/browse/TAPESTRY-1600
CC-MAIN-2017-13
refinedweb
551
65.42
table of contents NAME¶ floor, floorf, floorl - largest integral value not greater than argument SYNOPSIS¶ #include <math.h> double floor(double x); float floorf(float x); long double floorl(long double x); Link with -lm. floorf(), floorl(): || /* Since glibc 2.19: */ _DEFAULT_SOURCE || /* Glibc versions <= 2.19: */ _B...
https://manpages.debian.org/bullseye/manpages-dev/floor.3.en.html
CC-MAIN-2022-40
refinedweb
157
70.7
Created on 2015-05-15 00:38 by terry.reedy, last changed 2015-09-20 06:36 by terry.reedy. This issue is now closed. Once upon a time, Idle was versioned separately from Python, though updated in lockstep with Python (#1515164, Martin's comment). The version was kept in idlever.py, with one line IDLE_VERSION = "m.n.p" S...
https://bugs.python.org/issue24199
CC-MAIN-2020-50
refinedweb
872
70.09
Technical Articles Deployment of Python Web Server to Cloud Foundry using MTA This blog shows how you can deploy a hello world example to the Cloud Foundry stack using a Multi Target Application MTA deployment process. I am also extending the example to show how to use the same framework to deploy run JupyterLab / Note...
https://blogs.sap.com/2021/04/20/deployment-of-python-web-server-to-cloud-foundry-using-mta/
CC-MAIN-2022-05
refinedweb
779
62.78
Hi all, Here's the problem I have. clock() call returns 0 no matter when I call it.... Code: #include <time.h> #include <stdio.h> #include <math.h> int main() { volatile double n, i, x; clock_t time1, time2, time3; int j; // while (time1 < 1) time1 = clock(); for (i = 0; i < 100000; i++) { n = sqrt(i); x = n + n; } // ...
https://www.daniweb.com/programming/software-development/threads/232396/clock-returning-0
CC-MAIN-2018-39
refinedweb
154
90.8
There are many wizard controls out there: Wizard Control, .NET Wizard control, and of course the magic library. Here's another one, that might meet your needs when others don't. Last year, I was writing an application that needed a wizard control. I looked around and found none of the controls quite suited my needs, an...
http://www.codeproject.com/Articles/8197/Designer-centric-Wizard-control?fid=101677&df=90&mpp=25&sort=Position&spc=Relaxed&select=3999950&tid=4155250
CC-MAIN-2014-41
refinedweb
2,533
62.78
I'm using a Mode7 technique and have decided that I'd like to darken pixels that appear far away from the camera. I was just wondering how to do this? I first use getpixel to grab the pixel colour. So I need some code to go between getpixel and putpixel that will darken the pixel dependant upon distance! To darken the ...
http://www.allegro.cc/forums/thread/554333/554595#target
crawl-003
refinedweb
1,494
71.34
File::DumbLock implements the dumbest kind of "locking" mechanism known to man. It's voluntary, and it can backfire, but virtually every plaform suports it. Every time you "obtain a lock", a semaphore is created (a lockfile). Every time you "release a lock", that semaphore is deleted (if possible). If the lockfile can'...
http://www.perlmonks.org/index.pl?node_id=14867
CC-MAIN-2017-43
refinedweb
3,415
74.19
. SQLite’s lack of strict typing is on purpose. I think the python module tries to be smart about what it returns, ints for ints, floats for floats, unicode strings for everything else. Also, why dont you just use a unix timestamp and store it as an integer rather than trying to deal with shotty implementations of a sp...
http://halfcooked.com/blog/2008/05/09/trouble-getting-a-date/
crawl-002
refinedweb
846
67.79
Introduction Here I will explain how to resize an image without losing any quality from uploaded images using asp.net. Description: In previous post I explained clearly how to generate the thumbnails dynamically. Here I am using same concept to resize the image without losing quality just by changing scaling factor in ...
http://www.aspdotnet-suresh.com/2011/05/how-to-resize-size-image-without-losing.html
CC-MAIN-2014-52
refinedweb
1,101
65.12
You can subscribe to this list here. Showing 1 results of 1 Hi everyone. I have this problem with semantic-ia-fast-jump on a particular variable (tag), which in my project is called GPIOC. When I tried to execute the very first time on finding the place where the GPIOC variable is defined, it found it. But when I try t...
http://sourceforge.net/p/cedet/mailman/cedet-devel/?viewmonth=201207&viewday=21
CC-MAIN-2015-11
refinedweb
217
56.55
I read nearly all of the questions about this subject but I didn't solve it. I am working on Linux/Mint. I installed OpenCV in the virtual environment a lot of times when trying to solve this problem. Problem is that: "cv2.videoCapture() return always false". I built the OpenCV with -D WITH_FFMPEG=ON option and it woul...
https://answers.opencv.org/questions/180776/revisions/
CC-MAIN-2020-24
refinedweb
482
78.55
Provided by: alliance_5.1.1-3_amd64 NAME append - append a chain_list to an other chain_list SYNOPSYS #include "mut.h" chain_list ∗append(pt1, pt2) chain_list ∗pt1,∗pt2; PARAMETERS pt1 Pointer to a chain_list pt2 Pointer to a chain_list DESCRIPTION append appends the contains of the chain_list pointed to by pt2 at the ...
http://manpages.ubuntu.com/manpages/eoan/man3/append.3.html
CC-MAIN-2019-30
refinedweb
126
75.91
Between The Rails tag: 2008-01-11T23:02:50Z Ruby, Rails, etc. Movable Type Publishing Platform 4.01 Rake Args... The New Hottness! tag: 2008-01-11T19:00:00Z 2008-01-11T23:02:50Z A... Chris Kilmer <p>A colleague of mind, Andy Kappen, just turned me onto some <em>new hottness</em> in Rake 0.8.0. Now, Andy doesn't have a ...
http://feeds.feedburner.com/betweentherails
crawl-002
refinedweb
3,189
67.96
A short while ago, we used the monolith web application: huge codebases that grew in new functions and features until they turned into huge, slow-moving, hard to manage giants. Now, an increasing number of developers, architects, and DevOps experts are coming to the opinion that it is better to use microservices than a...
https://smartsoftware247.com/what-is-kubernetes-guide-to-containers-and-deployment/
CC-MAIN-2019-18
refinedweb
2,198
54.73
It was of course inspired by the blinkenlights on BeBoxes and the way it works is very simple. I got a 10 segment LED bar graph and two six-pin 330 ohm resistor networks (they're just five resistors in a single package with one leg of each resistor connected to the sixth common pin). I connected the positive legs of th...
https://blog.jfedor.org/2013/02/blinkenlights.html
CC-MAIN-2021-31
refinedweb
279
70.73
Hello all! For those of you having trouble with the mail I send, I have copied the = text of this mail into a .txt file and attached it. :-) I'm using cedet beta3b and ecb 2.26 Remember the "methods buffer clearing/going blank with ECB" that = several of us reported? Well, I remember at least one other person = other t...
http://sourceforge.net/p/cedet/mailman/message/6645936/
CC-MAIN-2014-41
refinedweb
456
77.84
02 December 2009 11:12 [Source: ICIS news] MOSCOW (ICIS news)--Sibur has acquired a 50% stake in Biaxplen, a major Russian producer of biaxially oriented polypropylene (BOPP) film, the leading Russian petrochemical holding company said on Wednesday. The acquisition would allow Sibur to facilitate its domestic PP sales ...
http://www.icis.com/Articles/2009/12/02/9315126/sibur-takes-50-stake-in-russian-bopp-producer-biaxplen.html
CC-MAIN-2015-06
refinedweb
216
59.74
1 Sep 14:50 2006 problem with xlink in METS files Christian Wittern <cwittern@...> 2006-09-01 12:50:53 GMT 2006-09-01 12:50:53 GMT Hi there, I am having a strange problem with editing / validating METS instances. Using the schema from (which imports xlink.xsd at the same location), I am editing a file with the followin...
http://blog.gmane.org/gmane.editors.oxygen.user/month=20060901
CC-MAIN-2015-27
refinedweb
150
82.85
For comparison purposes, timeit module is used. Usually, to achieve best results the input will be from 0 to 1,000,000 with the step 20000. Every step is executed 10 times. To get the real average time of code execution we should get the time from y axis for given number of elements from x axis and divide it by 10. If ...
https://blog.j-labs.pl/2019/05/Python-Good-Practices-Part-3-Writing-faster-code
CC-MAIN-2021-49
refinedweb
1,858
58.62
I am pleased to announce the first stable release of datatree. I started datatree to cut down on the amount of line noise needed to create xml in python. I had recently used builder in ruby and was impressed with its brevity and aesthetics. So I set out to create something similar in python. Consider the following 2 ex...
http://www.bigjason.com/blog/announcing-datatree
CC-MAIN-2016-26
refinedweb
412
62.64
We try to debug on Xeon Phi the code which contains the following code construction: #include <iostream> #include <memory.h> #include <immintrin.h> using namespace std; void f( float* _amatr) { __m512 a; a = _mm512_load_ps(_amatr+1); _mm512_store_ps(_amatr+1, a); } int main(int argc, char* argv[]) { __attribute__((alig...
https://software.intel.com/en-us/forums/intel-c-compiler/topic/484753
CC-MAIN-2015-48
refinedweb
161
58.79
I have a celery task on Heroku that connects to an external API and retrieves some data, stores in the database and repeats several hundred times. Very quickly (after ~10 loops) Heroku starts warning about high memory usage. Any ideas? tasks.py @app.task def retrieve_details(): for p in PObj.objects.filter(some_conditi...
http://jakzaprogramowac.pl/pytanie/59565,django-celery-task-on-heroku-causes-high-memory-usage
CC-MAIN-2017-26
refinedweb
484
60.31
Rigging, 3D, and Technical Art Maya kinda sucks when it comes to working with triangles. Many a Character Artist arguing (in vain) for your studio/project to switch to 3DSMax will tell you all about it when they’re not complaining about bright lights messing with their Cintiqs and how much it sucks to create hair. They...
https://noahalzayer.net/
CC-MAIN-2018-05
refinedweb
4,677
64.75
pcommerce.core 1.0b11 eCommerce for Plone Introduction PCommerce (Plone commerce) provides a simple shop system which supports: - product variations - multiple prices per product to support special prices per user or group (over the sharing tab) and prices only available for a specific time (by using the expiration dat...
http://pypi.python.org/pypi/pcommerce.core/1.0b11
crawl-003
refinedweb
1,109
53.1
How To Run Django Initialization Code Only Once On Startup? Let’s say you have a piece of initialization code, that you want to run only once, when Django is starting up. What’s the proper way to handle this? Where should you put this code? Django provides a hook for running initialization code: you can override the Ap...
https://pythonin1minute.com/where-to-put-django-startup-code/
CC-MAIN-2022-21
refinedweb
605
54.42
Problem Due to a rather annoying and very old bug in JTable you will never get a horizontal scrollbar on a JTable even if the table is wider than the JScrollPane you placed it in. According to the bug report this is due to an error in the handling of the autoresize functionality of JTable. Solution There are two ways a...
https://www.daniweb.com/programming/software-development/threads/29263/getting-horizontal-scrollbars-in-a-jtable
CC-MAIN-2016-50
refinedweb
259
53.61
POS Provides a mechanism for closing the app when it's running in Shopify POS, and for retrieving information about a Shopify POS device. Requirements - User and location data are available in all version of Point of Sale Android and iOS. - Device data is available in following app version: - Point of Sale iOS version ...
https://shopify.dev/tools/app-bridge/actions/pos
CC-MAIN-2020-50
refinedweb
301
57.98
Forums Java Hi All! I’m trying to develop a patch in max to recognize wii gestures, but it has been very difficult since I’m not getting very accuracy in the results. I think I’m not treating right the raw data from wii (osculator-osc). So I was trying to translate this java code () to mxj but it has been hard since I’...
http://cycling74.com/forums/topic/wii-gesture-recognition/
CC-MAIN-2014-10
refinedweb
766
63.09
Eclipse Community Forums - RDF feed Eclipse Community Forums another startup issue <![CDATA[Hello, Could anyone assist me on a startup error? The config file is included as the attachment. I had Eclipse working but reinstalled the JRE over an existing JDK install. (To get the Soar debugger to run.) Since then, I cannot...
http://www.eclipse.org/forums/feed.php?mode=m&th=370106&basic=1
CC-MAIN-2016-36
refinedweb
304
69.79
Gav.... wrote: > Ok, finally got around to answering this one, (after my CSS delay tactics) > > ----- Original Message ----- > From: "David Crossley" <crossley@apache.org> > | > | To see how Cocoon handles it, follow the core sitemaps. > | > | cd main/webapp > | grep i18n * > | forrest.xmap > | ... shows that initial m...
http://mail-archives.apache.org/mod_mbox/forrest-dev/200508.mbox/%3C20050808145858.GA13416@igg.indexgeo.com.au%3E
CC-MAIN-2017-09
refinedweb
828
82.95
The information in this post is out of date. Visit msdn.com/data/ef for the latest information on current and past releases of EF. For WPF Data Binding see For WinForms Data Binding see We recently announced the release of Feature CTP4 for the ADO.Net Entity Framework (EF). CTP4 contains a preview of new features that ...
https://blogs.msdn.microsoft.com/efdesign/2010/09/08/data-binding-with-dbcontext/
CC-MAIN-2018-51
refinedweb
2,431
50.36
read() Read bytes from a file Synopsis: #include <unistd.h> ssize_t read( int fildes, void* buf, size_t nbyte ); Since: BlackBerry 10.0.0. On a regular file or other file capable of seeking, read() starts at a position in the file given by the file offset associated with fildes. Before successfully returning from read(...
https://developer.blackberry.com/native/reference/core/com.qnx.doc.neutrino.lib_ref/topic/r/read.html
CC-MAIN-2020-45
refinedweb
279
66.74
When to create a new target type? Adding new target types is most helpful when you are adding support for a new language. If you instead want to reduce boilerplate in BUILD files, such as changing default values, use macros . If you are already using a target type, but need to store additional metadata for your plugin,...
https://www.pantsbuild.org/docs/target-api-new-targets
CC-MAIN-2020-50
refinedweb
416
50.33
Table of Contents Hello everyone, in this article we are going to explore how to render an Html view in react native, by making a blog post example. The final result will look like this. The Project we will be building is a blog details screen fully loaded with html. I tried to include most used functionality for a giv...
https://reactnativemaster.com/react-native-html-view-example/
CC-MAIN-2022-21
refinedweb
767
57.47
Details Description while working on TCK for openejb/tomee we needed to do it: public class PatchedMetadataMap extends MetadataMap<String, String> { public PatchedMetadataMap(Map<String, List<String>> store, boolean ro, boolean ci) public Set<String> keySet(){ Set<String> set = new TreeSet<String>(String.CASE_INSENSITI...
https://issues.apache.org/jira/browse/CXF-4280
CC-MAIN-2017-26
refinedweb
232
55.68
Red Hat Bugzilla – Full Text Bug Listing Created attachment 362138 [details] output from SELinux detailing the v7 error Description of problem: v7 Network server fails to function due to SELinux errors. Version-Release number of selected component (if applicable): v7-1.0-15.el5 How reproducible: Every time Steps to Rep...
https://bugzilla.redhat.com/show_bug.cgi?format=multiple&id=524983
CC-MAIN-2016-30
refinedweb
1,003
54.08
In the Following example OddorEvenNumbers use mod operator to check if the number is even or odd. If the number divided by 2 and the reminder is 0 then number is even, otherwise the number is odd. Here is the java code for the program OddorEvenNumbers : import java.io.BufferedReader; import java.io.IOException; import ...
http://ecomputernotes.com/java/data-type-variable-and-array/oddorevennumbers
CC-MAIN-2018-51
refinedweb
193
53.68
Google Cloud Platform support package (gcloud) The gcloud package provides a high level "idiomatic Dart" interface to some of the most widely used Google Cloud Platform services. Currently the following services are supported: - Cloud Datastore - Cloud Storage - Cloud Pub/Sub The APIs in this package are all based on t...
https://pub.dev/documentation/gcloud/latest/
CC-MAIN-2020-05
refinedweb
1,211
50.53
67702/how-to-import-jquery-ui-using-es6-es7-syntax I am trying to use some jQuery UI functionality in my reactJS/Redux application. I've imported both jQuery and jQuery UI using: npm install jquery jquery-ui And then I've tried: import $ from 'jquery'; import jQuery from 'query'; import jQuery-ui from 'jquery-ui'; Howe...
https://www.edureka.co/community/67702/how-to-import-jquery-ui-using-es6-es7-syntax
CC-MAIN-2022-21
refinedweb
227
74.08
directory C language from compilation to operation I. preface II. C program compilation process III. stage process 1. Preprocessing stage 2. Compilation stage 3. Compilation stage 4. Linking stage C language from compiling to running I. preface I recently watched CSAPP (in-depth understanding of computer systems) I hav...
http://www.itworkman.com/253167.html
CC-MAIN-2022-21
refinedweb
828
68.67
VC2005 Breaking Change: typename’ needed for dependent name to be treated as a type: ‘T::X’ : dependent name is not a type prefix with ‘typename’ to indicate a typesample.cpp(2) :… Want to know more about the Phoenix project…. Check out the Channel9 video by Jim Hogg at Thanks, Ayman Shoukry Breaking Change: I/O stream...
https://blogs.msdn.microsoft.com/aymans/page/2/
CC-MAIN-2019-35
refinedweb
431
67.89
. The idea originally arose while coding a read-only database, which used a huge map of millions of non-sequential integer keys to 8-byte file offsets. When using the standard STL red-black tree implementation this would yield millions of 20-byte heap allocations and very slow search times due to the tree's height. So ...
http://panthema.net/2007/stx-btree/
CC-MAIN-2016-44
refinedweb
883
55.64
I would actually prefer to see daylight between the two APIs. Perhaps svnClientAdapter can merely mirror the javasvn interface and only bind directly to it in JavaSvnClientAdapter and JavaSvnPromptUserPassword? That way the dependency would only be runtime, and users like me who can't go anywhere near JavaSVN because o...
http://svn.haxx.se/subusers/archive-2005-10/0329.shtml
CC-MAIN-2013-20
refinedweb
293
58.69
Here is the seventh post in the series of Holographic App Development Using Microsoft HoloLens. In this post, we are going to learn how to integrate Gesture into your Holographic App. In the previous post, we discussed Understanding the Gaze and Adding a Gaze Input Cursor into your Unity 3D Holographic App. The gesture...
https://abhijitjana.net/2016/05/29/understanding-the-gesture-and-adding-air-tap-gesture-into-your-unity-3d-holographic-app/
CC-MAIN-2019-35
refinedweb
1,630
65.73
The obvious answer that springs to mind is "books", but some may respond "what sort of library?". Of course, in this context, I'm really referring to a library containing Synergy object code. When referring to Synergy subroutines and functions, on both Windows & Unix, you can perform a "listdbo" or "dblibr -t" on the o...
https://www.synergex.com/blog/tag/librarian/
CC-MAIN-2022-27
refinedweb
675
51.89
This Python example shows you how to use a queue to receive and hold messages from other queues that the queues can't process., Python code is used to route messages to a dead letter queue. The code uses the SDK for Python to use dead letter queues using this method of the AWS.SQS client class: For more information abo...
https://boto3.amazonaws.com/v1/documentation/api/latest/guide/sqs-example-dead-letter-queue.html
CC-MAIN-2020-50
refinedweb
138
63.39
To understand the topic of pointers to objects, we need to know what is an object , pointer and class. A class is defined in C++ using keyword class followed by the name of class. The body of class is defined inside the curly brackets and terminated by a semicolon at the end. What is object? Object is an instance of a ...
https://notesformsc.org/c-pointers-to-objects/
CC-MAIN-2022-33
refinedweb
759
60.65
Introduction to Java BufferedReader The Java BufferedReader Class of Java Programming Language involves with reading the text from the character-input stream; buffered characters will provide the most efficient characters reading, arrays reading, and lines reading. For each and every read request made of a Reader, whic...
https://www.educba.com/java-bufferedreader/?source=leftnav
CC-MAIN-2021-43
refinedweb
1,014
55.13
Feedback Getting Started Discussions Site operation discussions Recent Posts (new topic) Departments Courses Research Papers Design Docs Quotations Genealogical Diagrams Archives What is a monad, why should I use it, and when is it appropriate? Can anyone answer this in a post without showing code? And if possible, rel...
http://lambda-the-ultimate.org/node/1276
crawl-002
refinedweb
4,621
57.3
Odoo Help Odoo is the world's easiest all-in-one management software. It includes hundreds of business apps: CRM | e-Commerce | Accounting | Inventory | PoS | Project management | MRP | etc. custom module install with 2 py file I have a situation where i have to develop a custom module where i have to generate 2 table ...
https://www.odoo.com/forum/help-1/question/custom-module-install-with-2-py-file-38965
CC-MAIN-2018-26
refinedweb
345
68.97
rom 0.31.3 A Redis object mapper for Python Rom - the Redis object mapper for Python Released under the LGPL license version 2.1 and version 3 (you can choose which you’d like to be bound under). Documentation Updated documentation can be found: What Rom is a package whose purpose is to offer active-record style data m...
https://pypi.python.org/pypi/rom
CC-MAIN-2015-22
refinedweb
267
57.67
Question: How can I capture all of my print statements to a file, but still have them shown in the console? Answer: Read on! Here’s a little script I put in a file called “Logger.py”. """ Capture print statments and write them to a log file but still allow them to be printed on the screen. Usage: see if __name__=='__ma...
http://www.answermysearches.com/python-how-to-print-to-screen-and-a-file-at-the-same-time/52/
CC-MAIN-2017-09
refinedweb
294
68.57
NAME sudoers - list of which users may execute what DESCRIPTION The | '!'* '#'uid | '!'* '%'group | '!'* '+'netgroup | '!'* '%:'nonunix_group | '!'* User_Alias A User_List is made up of one or more usernames, uids (prefixed with '#'), system groups (prefixed with '%'), netgroups (prefixed with '+') and User_Aliases. Ea...
http://manpages.ubuntu.com/manpages/maverick/man5/sudoers.5.html
CC-MAIN-2015-11
refinedweb
2,618
65.62
from simultaneously executing critical sections of code accessing shared data. A number of different locks are available: struct simplelock Provides a simple spinning mutex. A processor will busy-wait while trying to acquire a simplelock. The simplelock operations are implemented with machine-dependent locking primiti...
http://www.mirbsd.org/htman/i386/man9/lockmgr_printinfo.htm
CC-MAIN-2015-27
refinedweb
595
65.62
Difference between revisions of "Monads as computation" Latest revision as of 11:12, 30 December 2011. That way, you get code which is resistant to damage in the form of changes to design requirements.. It will be interpreted as a computation and "run" in a way which is dependent on the given library. - without getting...
https://wiki.haskell.org/index.php?title=Monads_as_computation&diff=43769&oldid=15144
CC-MAIN-2020-40
refinedweb
317
59.03
Question: Assume you invest in the Japanese equity market and have Assume you invest in the Japanese equity market and have a 25 percent return (quoted in yen). However, during the course of your investment, the yen declines versus the dollar. By what percentage could the yen decline relative to the dollar before all y...
http://www.solutioninn.com/assume-you-invest-in-the-japanese-equity-market-and-have
CC-MAIN-2017-26
refinedweb
131
59.6
Hi, On 6/13/07, Thomas Mueller <thomas.tom.mueller@gmail.com> wrote: > I just read about the Global Data Store proposal > () and I think it's a > great idea: Thanks. :-) > However I am not sure if mark-and-sweep garbage collection (GC) is the > best solution: > > - Very slow for large repositories > - Need to stop ever...
http://mail-archives.apache.org/mod_mbox/jackrabbit-dev/200706.mbox/%3C510143ac0706140549m73302c4axd356ca062dbaaffa@mail.gmail.com%3E
CC-MAIN-2014-52
refinedweb
407
58.01
So a friend of mine (Yes I do have friends and occasionally the ARE real) asked me if there was a way to have a partial control/template have dynamic content using a controller. At first I was like ‘f— no’ but that passed quickly as I realized I was actually answering myself on whether Species should have yet anothe...
https://byatool.com/uncategorized/pylons-dynamic-templates-with-mako-using-controllers-and-jquery/
CC-MAIN-2021-31
refinedweb
469
74.9