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
Target audience This article has been written for readers who have experience with Java, Hibernate and Spring Boot. All examples use MySql but you could also use other relational databases that you are comfortable with. Introduction The Java ecosystem gives you a lot of tools to magically update your database schemas, ...
https://dev.to/onlinepajak/database-schema-changes-with-hibernate-and-spring-boot-3f5k
CC-MAIN-2022-21
refinedweb
1,470
52.8
Discover xamarin forms gridview, include the articles, news, trends, analysis and practical advice about xamarin forms gridview on alibabacloud.com Xamarin. Forms Exploration -- use Xamarin. Forms to create a cross-platform user interface, xamarin. forms -- Xamarin. Forms is a cross-plat Start from scratch to learn how...
https://topic.alibabacloud.com/zqpop/xamarin-forms-gridview_172505.html
CC-MAIN-2019-39
refinedweb
991
50.84
Let a deceptively hard problem django-registration has to deal with: usernames. And while I could write this as one of those “falsehoods programmers believe about X” articles, my personal preference is to actually explain why this is trickier than people think, and offer some advice on how to deal with it, rather than ...
https://www.b-list.org/weblog/2018/feb/11/usernames/
CC-MAIN-2018-09
refinedweb
2,717
55.78
#include <db.h> int DBcursor->dup(DBC *DBcursor, DBC **cursorp, u_int32_t flags); The DBcursor->dup() method creates a new cursor that uses the same transaction and locker ID as the original cursor. This is useful when an application is using locking and requires two or more cursors in the same thread of control. The D...
http://docs.oracle.com/cd/E17276_01/html/api_reference/C/dbcdup.html
CC-MAIN-2014-52
refinedweb
149
51.31
Python as alternative to Matlab for engineering calculations Posted December 30, 2013 at 03:20 PM | categories: python | tags: | View Comments Updated December 30, 2013 at 09:15 PM Table of Contents For the past year I have been seriously exploring whether Python could be used as a practical alternative to Matlab in en...
http://kitchingroup.cheme.cmu.edu/blog/2013/12/30/Python-as-alternative-to-Matlab-for-engineering-calculations/
CC-MAIN-2017-39
refinedweb
1,427
61.97
NAME sigpause - atomically release blocked signals and wait for interrupt SYNOPSIS #include <signal.h> int sigpause(int sigmask); /* BSD */ int sigpause(int sig); /* Unix95 */ DESCRIPTION Don’t use this function. Use sigsuspend(2) instead. The function sigpause() is designed to wait for some signal. It changes the proc...
http://manpages.ubuntu.com/manpages/dapper/man2/sigpause.2.html
CC-MAIN-2014-15
refinedweb
218
57.57
One of the things so rarely covered in advanced deep learning books is the specifics of shaping data to input into a network. Along with shaping data is the need to alter the internals of a network to accommodate the new data. The final version of this example is Chapter_3_3.py, but for this exercise, start with the Ch...
https://www.oreilly.com/library/view/hands-on-deep-learning/9781788994071/7cfa4b90-629a-476f-ae80-a5294aa0fecb.xhtml
CC-MAIN-2021-49
refinedweb
129
70.43
NAME tzset - initialize time conversion information SYNOPSIS #include <time.h> void tzset (void); extern char *tzname[2] DESCRIPTION The tzset() function initializes the tzname variable from the TZ environment variable. This function is automatically. The third format specifies that the time zone information should be ...
http://manpages.ubuntu.com/manpages/karmic/pt/man3/tzset.3.html
CC-MAIN-2013-48
refinedweb
203
57.47
Introduction: Weather Station: ESP8266 With Deep Sleep, SQL, Graphing by Flask&Plotly Would that be fun to know the temperature, humidity, or light intensity on your balcony? I know I would. So I made a simple weather station to collect such data. The following sections are the steps I took to build one. Let's get star...
https://www.instructables.com/id/Weather-Station-ESP8266-With-Deep-Sleep-SQL-Graphi/
CC-MAIN-2020-16
refinedweb
1,241
67.04
I? Thanks, Jeremy I? It's not pretty, but you can get a reference to DTE2 directly through com. See for how to accomplish this. Have you tried simply injectingby putting it as a constructor parameter in the component where you need it? Injecting didn't work for me: ReplaceWithAutoComplete constuctor is never called. Is...
https://resharper-support.jetbrains.com/hc/en-us/community/posts/205990799-How-to-get-at-EnvDTE-from-a-plugin-
CC-MAIN-2020-16
refinedweb
939
69.38
The next thing that should jump out at you for refactoring ought to be the three methods showCommits(), showForks() and showPulls() – they all just change the state to one of three strings, so this should be fairly easy to refactor. Well, yes: it is easy to refactor. But it also gives me a chance to show you two differ...
http://www.hackingwithreact.com/read/1/20/refactoring-our-state-code-passing-parameters-in-onclick
CC-MAIN-2019-04
refinedweb
749
64
These are chat archives for typelevel/general General topics relating to the the Typelevel project | See also individual project channels | Code of conduct Either.leftand Either.rightmethods to stdlib. opinions? seems like something Typelevel folks might have an opinion about. scala/scala#6328 please comment on the PR ...
https://gitter.im/typelevel/general/archives/2018/02/15
CC-MAIN-2018-51
refinedweb
354
54.12
Ethan is Java Evangelist and Ed is chief technology officer for the KL Group. They can be contacted at [email protected] and [email protected], respectively. One of Java's biggest selling points has been its supposed immunity to one of the most challenging programming problems -- memory leaks. But some Java developers ...
http://www.drdobbs.com/jvm/java-qa/184404011
CC-MAIN-2019-22
refinedweb
5,393
61.67
Instructions for filling SAHAJ (ITR - 1) form.This Return Form CANNOT be used by an individual or a Hindu Undivided Family whose total income for the assessment year 2015-16 includes Income from Business or Profession. Instructions for filling out FORM ITR-2A.1 ITR V ACKNOWLEDGEMENT AY 2015-16 Received with thanks from...
http://dfei8.ml/page3010-instructions-for-filling-itr-1-ay-201516.html
CC-MAIN-2018-22
refinedweb
2,045
64.61
A configurable grid and layout engine for React gymnast gymnast is a configurable grid and layout engine for React. 📺 Examples We have several examples on the website. Here is one of them: import * as React from 'react' import { Grid } from 'gymnast' <Grid> <Grid size={5} margin={2}>Content Here</Grid> <Grid size={7}>...
https://reactjsexample.com/a-configurable-grid-and-layout-engine-for-react/
CC-MAIN-2020-05
refinedweb
203
56.45
Subject: Re: [boost] SQL client library ? From: Jean-Louis Leroy (jl_at_[hidden]) Date: 2009-09-16 01:54:37 I am writing the library that implements the syntax I described. I will show working code soon (or right now upon request). I am sorely tempted to overload the comma operator for "select", "from" and "in". I know...
https://lists.boost.org/Archives/boost/2009/09/156399.php
CC-MAIN-2019-47
refinedweb
174
60.72
Created on 2015-01-27 17:37 by mirkovogt, last changed 2015-08-28 21:36 by belopolsky. This issue is now closed. I trapped into a pitfall today with web programming using DateTime.isoformat() in the backend and Javascript on the frontend side. isoformat() string'yfies a DateTime-object according to ISO 8601, which stat...
https://bugs.python.org/issue23332
CC-MAIN-2021-17
refinedweb
1,567
64.51
How to containerize a python flask application ? July 2, 2018 Leave a comment Containerization is one of the fast growing and powerful technologies in software Industry. With this technology, user can build, ship and deploy the applications (standalone and distributed) seamlessly. Here are the simple steps to container...
https://amalgjose.com/tag/docker-container/
CC-MAIN-2019-35
refinedweb
545
67.96
Tree hash-storage files Project description Overview Tree the library for saving many files by they hash. For preservation it is enough to you to transfer a binary code of the file and the Tree will keep him. Example Superficial uses in the tree hash storage from tree_storage import TreeStorage tree = TreeStorage(path=...
https://pypi.org/project/tree-storage/
CC-MAIN-2022-27
refinedweb
238
58.01
isotoma.recipe.gocaptain 0.0.9 Starting and stopping daemons The GoCaptain [1] buildout recipe produces a script to start and stop daemons, similar to those you find in /etc/init.d. By default it will inspect your system and either write a "simple" script, such as you might produce yourself or produce a LinuxStandard B...
http://pypi.python.org/pypi/isotoma.recipe.gocaptain/0.0.9
crawl-003
refinedweb
383
51.28
Plot benchmark results with matplotlib Vincent Bernat In the past week, I ran a lot of benchmarks using a Spirent Avalanche which is an appliance providing performance testing of network related products (a load balancer, a router, a web server, …). The reporting module does not provide a lot of flexibility and the plo...
https://vincent.bernat.im/en/blog/2011-plot-benchmark-results-matplotlib
CC-MAIN-2017-09
refinedweb
1,338
57.16
Java, you can have just one public static void main(String[] args) per class. Which mean, if your program has multiple classes, each class can have public static void main(String[] args) . See JLS for details. A class can define multiple methods with the name main. Yes. While starting the application we mention the cl...
https://www.queryhome.com/tech/145777/can-we-use-multiple-main-methods-in-java
CC-MAIN-2021-04
refinedweb
143
77.23
What’s new in Windows Forms in .NET 6.0 Igor We continue to support and innovate in Windows Forms runtime. Let’s recap what we’ve done in .NET 6.0. Accessibility improvements and fixes Making Windows Forms applications more accessible to more users is one of the big goals for the team. Building on the momentum we gaine...
https://devblogs.microsoft.com/dotnet/whats-new-in-windows-forms-in-net-6-0/
CC-MAIN-2021-49
refinedweb
2,014
65.83
Type: Posts; User: ritika_sharma82 @loves oi, Thanks for your reply. I have a list of time stamps from 1.000000 second to 10.999999 second. The gap between two time stamp is random. Now I want to add 0.08 second in every 0.02... I have a list of time stamp. like 1.00001, 1.10004, 1.100345 .............. 10.99999 I want...
http://forums.codeguru.com/search.php?s=3693c7c6f62bde52b2ff370c06dbe290&searchid=5796825
CC-MAIN-2014-52
refinedweb
484
89.24
When we look at a simple XML document like <department> <employee> <firstname>Henrik</firstname> <lastname>Loeser</lastname> </employee> </department> and an XPath expression like "/department/employee/lastname", then - first of all - we see a lot of strings. The strings are of different length and the tags (the markup...
http://blog.4loeser.net/2009/04/stringids-in-db2-purexml-what-and-why.html
CC-MAIN-2018-13
refinedweb
288
64.3
VeSPA- General Project FAQ Page Questions and answers specific to the VeSPA project and sometimes a bit more ... Index Where do I find Application specific FAQs? Setup says I haven't got the dependencies installed (scipy, numpy, etc.), but I do! Install Problem 1 - Issue with widgets or wxPython How to Run Applications...
http://scion.duhs.duke.edu/vespa/project/wiki/FAQ
CC-MAIN-2018-51
refinedweb
917
66.64
Hi guys ! I am newbie, I have downloaded oracle 11g release 2 but i don't know where to start and how to connect C# program to database. I want to write simple program of username and password in which I it stored in database. And also maps the username and password into database to check whether is correct or not. usi...
https://www.daniweb.com/programming/databases/threads/445354/where-to-start-in-oracle-database
CC-MAIN-2022-33
refinedweb
125
61.02
Opened 5 years ago Closed 4 years ago #1599 closed enhancement (fixed) IPython Notebook -- pySAL narsc 2015 Description Prof Serge Rey has expressed support for publishing pySAL on the Live 9.5 via an email exchange. There is a github.com repository with workshop materials [0]. After reading and testing on the alpha bu...
https://trac.osgeo.org/osgeolive/ticket/1599
CC-MAIN-2020-50
refinedweb
217
66.03
ATOM is the markup language we use for the manifest.XML file, so I don't know what you meant in your reference to it. So, you don't put anything at the "end of the tree" per se. You put content in this directory which is indexed and presented. Some namespaces will have arbitrary content, others well structured dependin...
https://groups.google.com/g/cloudaudit/c/DytAvw0w30A
CC-MAIN-2022-27
refinedweb
128
75
> -----Original Message----- > From: York Sun > Sent: Wednesday, August 09, 2017 10:19 PM > To: Priyanka Jain <priyanka.j...@nxp.com>; u-boot@lists.denx.de > Cc: Ashish Kumar <ashish.ku...@nxp.com> > Subject: Re: [PATCH] drivers:net:fsl-mc: Update MC address calculation > > On 06/23/2017 03:30 AM, Priyanka Jain wrote: ...
https://www.mail-archive.com/u-boot@lists.denx.de/msg260005.html
CC-MAIN-2018-05
refinedweb
292
51.44
What’s in these release notes? We are well into the Mark 1 production run now and have been putting out releases largely focused on that experience. We’ve also expanded the core capabilities in the process. Below are the notes for the last several releases. mycroft-core 0.8.18 Fixes - ISSUE #874: Handling $WORKON_HOME ...
https://mycroft.ai/blog/core-release-notes-782017/
CC-MAIN-2021-04
refinedweb
987
58.48
i am supposed to write a function based off of the code i have so far that can generate the 5 letter sequences that are 1 letter different from a givin input; also identify the sequences that actually works. im not sure how to begin this but here is code so far: (wordTest is my function i just dont have anything in it)...
http://cboard.cprogramming.com/cplusplus-programming/119315-word-ladders.html
CC-MAIN-2014-52
refinedweb
154
68.4
# C# Programmer, It's Time to Test Yourself and Find Error The PVS-Studio analyzer is regularly updated with new diagnostic rules. Curiously enough, diagnostics often detect suspicious code fragments before the end of the work. For example, such a situation may happen while testing on open-source projects. So, let's t...
https://habr.com/ru/post/540348/
null
null
668
57.47
This Confluence has been LDAP enabled, if you are an ASF Committer, please use your LDAP Credentials to login. Any problems file an INFRA jira ticket please. As a best-practice asserts should be enabled in dev/test environment. Asserts can be enabled by adding the following flag to MAVEN_OPTS. The ellipsis(…) at the en...
https://cwiki.apache.org/confluence/display/CLOUDSTACK/Enabling+asserts+in+Cloudstack
CC-MAIN-2019-18
refinedweb
116
67.76
It looks like you're new here. If you want to get involved, click one of these buttons! The LocusTraversal now supports passing walkers reads that have deletions spanning the current locus. This is useful in many situation where you want to calculate coverage, call variants and need to avoid calling variants where ther...
http://gatkforums.broadinstitute.org/gatk/discussion/1348/seeing-deletion-spanning-reads-in-locuswalkers
CC-MAIN-2016-22
refinedweb
377
60.55
Odoo Help This community is for beginners and experts willing to share their Odoo knowledge. It's not a forum to discuss ideas, but a knowledge base of questions and their answers. how to dump database ,using erppeek api and python script I have created that script to connect with the odoo database using erp peek i wan...
https://www.odoo.com/forum/help-1/question/how-to-dump-database-using-erppeek-api-and-python-script-103509
CC-MAIN-2016-50
refinedweb
180
57.47
Customizing Console Fonts Written. Getting the Console Font you Want. After that, read the vidcontrol manpage a little I tried issuing the command that would change the font. It worked instantly! I issued this command: # vidcontrol -f 8x16 t Since t.fnt was in the directory it was supposed to be, it found it automatica...
http://wp.freebsddiary.org/2001/03/27/customizing-console-fonts/
CC-MAIN-2018-09
refinedweb
417
75.5
Let's say I have one large file server that has a company-wide share. That file server constantly runs into space issues. Now let's say I have a dozen or so random servers (print servers, web servers, etc) that have a ton of free space. Is there a way to utilize that in the company-wide file share? Like spanning the st...
http://serverfault.com/questions/235734/can-you-span-a-single-file-share-across-multiple-servers?answertab=active
CC-MAIN-2015-11
refinedweb
386
81.83
Data.Object.Yaml Description As a bit of background, this package is built on a few other packages I wrote. yaml is a low-level wrapper around the C libyaml library, with an enumerator interface. data-object is a package defining a data type: data Object k v = Scalar v | Sequence [Object k v] | Mapping [(k, Object k v)...
http://hackage.haskell.org/package/data-object-yaml-0.3.4/docs/Data-Object-Yaml.html
CC-MAIN-2015-14
refinedweb
705
59.74
I've run into a situation that I don't quite understand and was hoping somebody could help. I have created a simple class that I'm using in my main class. I tried declaring a global variable to this class and then instantiate it when Main is called. Ex: package myApp; import myApp.animal; public class JFrame extends ja...
http://forums.devx.com/printthread.php?t=29244&pp=15&page=1
CC-MAIN-2014-42
refinedweb
182
65.32
. So, when we have more than a week of hiatus in releases we should expect ST4? Welcome back to daily releases! Great! I love ST Cheers! on_new_async still checks the wrong callback. def on_new_async(view_id): v = sublime.View(view_id) for callback in all_callbacks'on_new']: callback.on_new_async(v) Also it appears "su...
https://forum.sublimetext.com/t/build-3009/8676/1
CC-MAIN-2016-07
refinedweb
252
76.82
This article will introduce you to the basics of the Python programming language so you can quickly start writing code for your projects. If you need a short introduction to the basic concepts themselves, take a look at Getting Started With Python. Variables in Python Python is a loosely typed language and therefore yo...
https://maker.pro/custom/tutorial/basic-python-concepts-for-beginners
CC-MAIN-2021-10
refinedweb
1,071
59.03
This documentation is archived and is not being maintained. Utility Spotlight Group Policy Inventory Download the code for this article: GPInventory.exe (150KB) HOW DO YOU know what you have if you don’t keep track of it? Having inventory details at your fingertips can save you lots of headaches when budget allocation ...
https://technet.microsoft.com/en-us/library/2007.02.utilityspotlight.aspx
CC-MAIN-2016-40
refinedweb
670
58.82
2009/8/2 M?ns Rullg?rd <mans at mansr.com>: > ?smail D?nmez <ismail at namtrac.org> writes: > >> Hi, >> >> On Sun, Aug 2, 2009 at 7:39 PM, Diego Biurrun<diego at biurrun.de> wrote: >>> On Sun, Aug 02, 2009 at 07:35:49PM +0300, ?smail D?nmez wrote: >>>> >>>> Patch attached. >>>> >>>> --- libavformat/os_support.h ?(revis...
http://ffmpeg.org/pipermail/ffmpeg-devel/2009-August/060609.html
CC-MAIN-2018-26
refinedweb
165
72.12
In this example, you’ll learn to find the product of numbers in C++ Programming. In this program, the user is asked to enter two numbers (floating point numbers). Then, the product of those two numbers or product of numbers is stored in a variable and displayed on the screen. Here user enters the numbers the first numb...
https://coderforevers.com/cpp/cpp-program/product-of-numbers/
CC-MAIN-2019-35
refinedweb
278
56.79
>>>>> "Gary" == Gary D Thomas <gary.thomas@mind.be> writes: Gary> Jonathan, Gary> I've run into a problem [near and dear to your heart] - a Gary> place where the eCos namespace (via include files) intrudes Gary> on an application. The problem is in <pthread.h>. This Gary> particular application happens to have a typede...
https://sourceware.org/pipermail/ecos-discuss/2003-March/019660.html
CC-MAIN-2022-21
refinedweb
399
60.65
The QtopiaSql class provides a collection of methods for setting up and managing database connections. More... #include <QtopiaSql> The QtopiaSql class provides a collection of methods for setting up and managing database connections. Qtopia has a database architecture which uses a number of different databases, includ...
https://doc.qt.io/archives/qtopia4.3/qtopiasql.html
CC-MAIN-2019-18
refinedweb
846
56.35
Cabin — React & Redux Example App — Mapbox This is the 8th post in: Introduction Foursquare, Evernote, Instacart, Pinterest, GitHub, and Etsy have something in common — their maps are powered by Mapbox. Mapbox provides a number of incredible services that are easy to integrate with your application, from Maps and Direc...
https://medium.com/@nparsons08/cabin-react-redux-example-app-mapbox-d7ccda83318e
CC-MAIN-2017-17
refinedweb
1,147
65.12
66622/how-do-i-parse-a-string-to-a-float-or-int In Python, how can I parse a numeric string like "545.2222" to its corresponding float value, 545.2222? Or parse the string "31" to an integer, 31? I just want to know how to parse a float str to a float, and (separately) an int str to an int. Hii, Python method to check ...
https://www.edureka.co/community/66622/how-do-i-parse-a-string-to-a-float-or-int
CC-MAIN-2021-21
refinedweb
208
86.3
Hi, Never done it before, but just yesterday I found out about SparkContext.union method that could help in your case. def union[T](rdds: Seq[RDD[T]])(implicit arg0: ClassTag[T]): RDD[T] Pozdrawiam, Jacek -- Jacek Laskowski | | Mastering Spark Follow me at Upvote at On Tue, Dec 1, 2015 at 10:47 AM, Shams ul Haque <sham...
http://mail-archives.us.apache.org/mod_mbox/spark-user/201512.mbox/%3CCACo38_RPOP_nFbTn3YCHZGe8A=kn-DXhtm4bQR1jiRTMChkAPg@mail.gmail.com%3E
CC-MAIN-2020-45
refinedweb
245
61.36
On Sun, Sep 19, 2004 at 05:20:59PM -0400, Stas Bekman wrote: > Greg Stein wrote: >... > >And the #ifndef wrappers are not needed. Just define the old names in > >terms of the new. > > yes, yes, inside apr they won't be needed. They will be needed inside > projects supporting more than one apr generation. IMO, projects ...
http://mail-archives.apache.org/mod_mbox/apr-dev/200409.mbox/%3C20040919213341.GB19990@lyra.org%3E
CC-MAIN-2014-15
refinedweb
392
84.68
Emotion detection is an extremely promising area, and its development is closely connected to achievements in computer vision and artificial intelligence. There are various applications and commercial solutions of emotion detection: from impacting advertising by measuring attention and engagement of marketing campaigns...
https://imaginghub.com/blog/105-emotion-detection-walkthrough-with-microsoft
CC-MAIN-2019-13
refinedweb
2,084
68.57
in reply to Re: RFC: XML::Pastor v0.52 is released - A revolutionary way to deal with XMLin thread RFC: XML::Pastor v0.52 is released - A revolutionary way to deal with XML I must admit you have a point there. I probably took a shortcut in order to get a point across in the least number of words. For those who do know ...
http://www.perlmonks.org/index.pl/?node_id=694796
CC-MAIN-2018-05
refinedweb
879
73.17
Automating the world one-liner at a time. One of the nicest new features in the latest drop of Windows PowerShell is enhanced tab-completion. We now tab-complete properties on variables and parameters on cmdlets in addition to the old filename completion. But that's not the interesting part. The cool bit is that it's d...
http://blogs.msdn.com/powershell/archive/2006/04/26/584551.aspx
crawl-002
refinedweb
625
62.88
A question that pops up for many DSP-ers working with IIR and FIR filters, I think, is how to look at a filter’s frequency and phase response. For many, maybe they’ve calculated filter coefficients with something like the biquad calculator on this site, or maybe they’ve used a MATLAB, Octave, Python (with the scipy lib...
http://www.earlevel.com/main/2016/12/01/evaluating-filter-frequency-response/
CC-MAIN-2017-30
refinedweb
2,715
63.09
The pace of my blogging has dropped somewhat now I’m on a full-time engagement, and so far there haven’t been too many stories to share from the engagement. But the one that was perhaps most frustrating and in need of sharing was getting Twitter typeahead working with Aurelia. I will prefix this with a disclaimer – the...
https://winterlimelight.com/2017/02/21/typeahead-and-aurelia/
CC-MAIN-2020-29
refinedweb
677
52.09
scala-swing (mostly-unsupported)scala-swing (mostly-unsupported) This is now community maintained by @Sciss and @benhutchison. If you are interested in helping then contact them or @adriaanm. Adding an sbt dependencyAdding an sbt dependency To use scala-swing from sbt, add this to your build.sbt: libraryDependencies +=...
https://index.scala-lang.org/scala/scala-swing/scala-swing/2.0.0?target=_2.12
CC-MAIN-2019-30
refinedweb
758
53.17
On date Tuesday 2009-04-21 23:14:04 +0200, Diego Biurrun encoded: > On Tue, Apr 21, 2009 at 09:35:01PM +0200, Stefano Sabatini wrote: > > On date Tuesday 2009-04-21 21:33:06 +0200, Stefano Sabatini encoded: > > > On date Tuesday 2009-04-21 21:20:25 +0200, Benjamin Larsson encoded: > > > > > > > > > > ? > > > > Attached...
http://ffmpeg.org/pipermail/ffmpeg-devel/2009-April/060149.html
CC-MAIN-2014-42
refinedweb
114
56.05
14 November 2012 07:56 [Source: ICIS news] SINGAPORE (ICIS)--?xml:namespace> The Chinese producer took its No 2 line off line on 20 October for maintenance until 4 November, because of some technical glitches. However, the line has resumed production since 11 November, according to the source. Prior to the shutdown, th...
http://www.icis.com/Articles/2012/11/14/9613798/chinas-shanxi-kingboard-wanxinda-runs-no-2-methanol-line-at.html
CC-MAIN-2014-35
refinedweb
105
63.19
Inspired by Brad Abrams’ marvelous series of blog posts, I have decided to create a simple project demonstrating how to harness the enormous power of RIA Services with Telerik RadGridView for Silverlight. I have decided to use the new Chinook database after reading this wonderful post by Tim Heuer explaining how to wor...
https://www.telerik.com/blogs/asynchronous-master-details-with-radgridview-for-silverlight-and-wcf-ria-services
CC-MAIN-2019-18
refinedweb
650
67.04
A few days ago, Ned Batchelder ‘s! What Is Dead May Never Die This heading isn’t just an oh-so-clever and timely pop culture reference. Dead code, that is, code that can’t possibly be executed by your program, is a real hindrance to the maintainability of your codebase. How many times have you gone to add what seemed l...
http://www.shellsec.com/news/14962.html
CC-MAIN-2017-09
refinedweb
1,675
66.67
Python Programming, news on the Voidspace Python Projects and all things techie. CarbonPython - a Faster Python for .NET This is very exciting, a new development from Antonio Cuni the author of the .NET backend for PyPy: CarbonPython is an RPython compiler for PyPy that can produce .NET assemblies. These assemblies can...
http://www.voidspace.org.uk/python/weblog/arch_d7_2007_06_23.shtml
CC-MAIN-2016-40
refinedweb
1,226
66.74
Learning Generative Art; day 7 "Pandora's Box" 🗃 Masato Ohba May 6 Continuation of My first step in learning Generative Art. I'm finally finishing my seven days challenge to post artworks every day! "Pandora's Box" I've tried to express Pandora's box with circles and triangles only. In publishing this article, I shoul...
https://dev.to/ohbarye/learning-generative-art-day-7-pandoras-box--ej8
CC-MAIN-2018-22
refinedweb
450
68.57
std::wmemset From cppreference.com Copies the wide character ch into each of the first count wide characters of the wide character array pointed to by dest. If overflow occurs, the behavior is undefined. If count is zero, the function does nothing. [edit] Parameters [edit] Return value Returns a copy of dest [edit] Not...
http://en.cppreference.com/w/cpp/string/wide/wmemset
CC-MAIN-2015-14
refinedweb
155
52.9
The top menu bar of an application usually just contains other menus, such as file and edit. These are known as "cascades" in Tkinter, and are essentially a menu inside a menu. This may be confusing at first, so let's begin with a very simple example to demonstrate the difference between a menu and a cascade. Create a ...
https://www.oreilly.com/library/view/tkinter-gui-programming/9781788627481/0de0a1ed-8d3a-4d50-8183-37ebad9645d7.xhtml
CC-MAIN-2019-39
refinedweb
136
66.03
I have a Python dictionary which has a large (~1.5 million) number of keys. The value associated with each key is a number and I only want to report on values that have values greater than two. My current code looks something like: ks_ignored = 0 for k in d.keys(): if( d[k] > 2 ): print "Key(%s) has value %s"%( k, d[k]...
http://www.dlxedu.com/askdetail/3/56206bdeada03f6507a7e7e92ce48ee1.html
CC-MAIN-2018-39
refinedweb
307
76.82
Hi, Greetings!! I was working on offsetting the below cad profile The offset i expected was (need solution which is fully automated in python), @Michael_Pryor gave a solution using food4rhino clipper library that works very good for me, but its a rhino command, i wanted it like a python code, i coded it with rs.command...
https://discourse.mcneel.com/t/rs-command-for-offsetting-polyline/78957
CC-MAIN-2020-40
refinedweb
135
50.97
XMonad.Util.Loggers Description A collection of simple logger functions and formatting utilities which can be used in the ppExtras field of a pretty-printing status logger format. See XMonad.Hooks.StatusBar.PP - logTitles :: (String -> String) -> (String -> String) -> Logger - logConst :: String -> Logger - logDefault ...
https://xmonad.github.io/xmonad-docs/xmonad-contrib-0.17.0.9/XMonad-Util-Loggers.html
CC-MAIN-2022-27
refinedweb
600
56.86
#include <hallo.h> Dmagaud@aol.com wrote on Sat Sep 08, 2001 um 02:02:39PM: > I am attempting to install Debian on a fairly old machine (Intel 486) which Which kind of CD-ROM interface does this machine have? I guess, there is a non-IDE interface, probably one of this old panasonic/sony/matsushita interface on an sound...
https://lists.debian.org/debian-boot/2001/09/msg00120.html
CC-MAIN-2015-40
refinedweb
130
65.42
component that is supposed to handle artifacts containing log messages. It is structured as an object implementing a pipeline of various sanitization and postprocessing tasks. Among a ton of other things, there is the groom_logs method, which is static, and fulfills the task of validating and deduplicating the log lis...
https://dmuhs.blog/2019/07/28/code-review-stories-1/
CC-MAIN-2022-21
refinedweb
711
54.73
Rust Crash Course, Lesson 3: Iterators and Errors Getting Rusty with iterators and errors. Join the DZone community and get the full member experience.Join For Free Last time, we finished off with a bouncy ball implementation with some downsides: lackluster error handling and ugly buffering. It also had another limitat...
https://dzone.com/articles/rust-crash-course-lesson-3-iterators-and-errors
CC-MAIN-2022-33
refinedweb
4,275
73.68
SYNOPSIS #include <unistd.h> int link(const char *pathname1, const char *pathname2); DESCRIPTION The If the existing file specifies a directory, Upon successful completion, PARAMETERS - pathname1 Points to a path name that names an existing file. - pathname2 Points to a path name that names the new directory entry to b...
http://www.mkssoftware.com/docs/man3/link.3.asp
crawl-001
refinedweb
304
50.53
I finally had a moment of spare time and did some housekeeping and upgrades. Presenting: - Planet Unity3D - Planet PIGMI New and refurbished. Oh, and a new awesome web site for DM. Monday, April 26, 2010 Planet Unity3D + Planet PIGMI Posted by Simon Wittber at Monday, April 26, 2010 No comments: Monday, April 19, 2010 ...
http://entitycrisis.blogspot.ru/2010_04_01_archive.html
CC-MAIN-2017-17
refinedweb
382
78.96
2017-01-25 Meeting Notes Allen Wirfs-Brock (AWB), Waldemar Horwat (WH), Jordan Harband (JHD), Brian Terlson (BT), Michael Ficarra (MF), Adam Klein (AK), Chip Morningstar (CM), Dave Herman (DH), Kent C. Dodds (KCD), Kevin Gibbons (KG), Tim Disney (TD), Daniel Ehrenberg (DE), Shu-yu Guo (SYG), Michael Saboff (MS), James ...
https://esdiscuss.org/notes/2017-01-25
CC-MAIN-2019-18
refinedweb
21,009
72.16
Archives [link] Connection String generation Visual Studio macroSub ConnectionStringWizard() < /SPAN > [wish] Microsoft P2P download system). [tool] MozBackup - copy your Firefox profiles. ASP.NET DropDownLists with day / month / year values I recently had to add date selection dropdowns on a webform and was surprised ...
http://weblogs.asp.net/jongalloway/archive/2005/10?PageIndex=2
CC-MAIN-2014-41
refinedweb
1,210
55.84
On Mon, Oct 17, 2011 at 10:04:16AM -0400, Mikulas Patocka wrote: > > If you're going to use cond_resched() at least do so a little more > > intelligently than putting it in _every_ loop. For instance you call it on > > every iteration of a sweep through the hash table. The call to > > cond_resched will take more time t...
http://www.redhat.com/archives/dm-devel/2011-October/msg00073.html
CC-MAIN-2014-42
refinedweb
152
80.62
I have an assignment to program a simple program that names each member in my family and how they are related to me. The program compiles and all, but as soon as i type in any name, this is what shows up: Run Command: line 1: 3805 Segmentation fault: 11 ./"$2" my code is as follows: #include <iostream> #include <string...
https://www.daniweb.com/programming/software-development/threads/409817/c-segmentation-fault
CC-MAIN-2017-17
refinedweb
200
73.58
, most existing enterprise back-end systems provide a SOAP-based web service application programming interface (API) or proprietary file-based interfaces. In this article series we will discuss how Oracle Service Bus (OSB) 12c can be used to transform these enterprise system interfaces into a mobile-optimized REST-JSON...
https://www.ateam-oracle.com/creating-a-mobile-optimized-rest-api-using-oracle-service-bus-part-4
CC-MAIN-2020-45
refinedweb
1,915
54.26
Re: AxShDocVw.AxWebBrowser.Navigate and object headers - From: "Marc Gravell" <marc.gravell@xxxxxxxxx> - Date: Mon, 19 Nov 2007 10:32:29 -0000 Can you define "pass an object"? Http headers are just string name/value pairs. If you can serialize your object into a string, then I guess you could pass it in a header, altho...
http://www.tech-archive.net/Archive/DotNet/microsoft.public.dotnet.languages.csharp/2007-11/msg02366.html
crawl-002
refinedweb
214
66.74
One of the largest goals of any 3d application is speed. You should always limit the amount of polygons actually rendered, whether by sorting, culling, or level-of-detail algorithms. However, when all else fails and you simply need raw polygon-pushing power, you can always utilize the optimizations provided by OpenGL. ...
http://nehe.gamedev.net/tutorial/vertex_buffer_objects/22002/
CC-MAIN-2015-14
refinedweb
2,738
51.68
- Author: - SmileyChris - Posted: - September 2, 2007 - Language: - Python - Version: - .96 - template-filter - Score: - 6 (after 8 ratings) A couple of useful template filters for splitting a list (or QuerySet) up into rows or columns. A couple of useful template filters for splitting a list (or QuerySet) up into rows...
https://djangosnippets.org/snippets/401/
CC-MAIN-2016-44
refinedweb
145
57.91
Interview question: string a = "ab"; String b = "a" + "b"; Is a = = B equal Interview investigation point Purpose: To investigate the understanding of the basic knowledge of JVM, including constant pool, JVM runtime data area, etc. Scope of investigation: working for 2 to 5 years. background knowledge To answer this qu...
https://programmer.help/blogs/618a2d52a2652.html
CC-MAIN-2021-49
refinedweb
5,034
61.56
NEW DELHI, Apr 17: India could be a major beneficiary of increased sourcing in the auto component industry which is....more Hyderabad to emerge as a major aviation hub by 2008 HYDERABAD, Apr 17: With seven international airlines apart from national carriers Air India and Indian Airlines now....more CII calls for review...
http://www.dailyexcelsior.com/web1/05apr18/busi.htm
crawl-002
refinedweb
4,806
50.57
This. Overview In this tutorial we're going to complete the first version of the LocalLibrary website by adding list and detail pages for books and authors (or to be more precise, we'll show you how to implement the book pages, and get you to create the author pages yourself!) The process is similar to creating the ind...
https://developer.cdn.mozilla.net/he/docs/Learn/Server-side/Django/Generic_views
CC-MAIN-2020-10
refinedweb
4,153
63.29
So the qr code looks broken. Doing a reverse image search on the first image reveals that the image was taken at Cambridge North railway station. The cladding of the building features a pierced design derived from Rule 30. So I thought maybe generate a Rule 30 image, put it over the qr code and do some xoring. First I ...
https://blog.sebastianschmitt.eu/challenges/hackvent-2019/hv19-09-santas-quick-response-3-0/
CC-MAIN-2022-21
refinedweb
339
72.19
So this is my first time working with the mesh class in unity. I am trying to create a tile map so I can take a stab at procedural dungeon making. I have data structures made to create a blue print of a dungeon the challenge I am trying to tackle is drawing it. My idea was to use a single procedural plane made up of ma...
https://answers.unity.com/questions/874219/splitting-shared-vertices-in-a-plane.html
CC-MAIN-2022-40
refinedweb
653
59.13
Error while accessing the uploaded website Hi,recently I deployed a website using godaddy.Com.But while accessing the website we r not getting internal pages.I m getting an error likean error has occurred while establishing a connection to the server. When connecting to SQL server 2005, this failure may be caused by th...
http://www.geekinterview.com/Interview-Questions/Microsoft/DotNet
CC-MAIN-2014-15
refinedweb
1,286
60.92
Summary As Joe Nuxoll of JBuilder and JavaPosse fame will tell you (given the slightest provocation), one place where the Java designers completely dropped the ball is in Java's component model. This becomes especially clear when comparing it with a system like Flex which has full language support for components. Not o...
http://www.artima.com/weblogs/viewpost.jsp?thread=212818
CC-MAIN-2015-18
refinedweb
3,186
54.02
Associate a buffer with a stream #include <stdio.h> int setvbuf( FILE *fp, char *buf, int mode, size_t size ); libc Use the -l c option to qcc to link against this library. This library is usually included automatically. The setvbuf() function associates a buffer with the stream designated by fp. If you want to call se...
http://www.qnx.com/developers/docs/6.3.0SP3/neutrino/lib_ref/s/setvbuf.html
CC-MAIN-2021-10
refinedweb
148
76.42
Declarative 'Canvas' Animation With React and Kanva In this post, we'll learn how to bring React, Canvas, and Kanva together to create declarative animations. Read on for more! Join the DZone community and get the full member experience.Join For Free Today we're looking at declarative animation that renders on <canvas>...
https://dzone.com/articles/declarative-canvas-animation-with-react-and-kanva
CC-MAIN-2022-27
refinedweb
1,204
76.62
ks_rememberShading.mel by Katrin Schmid 2007, 1/7 Updated to handle export of used shaders in 1 click 12/1 Updated to handle namespaces. This is useful if you use the script to reference already shaded files so you can apply lambert1 in the referenced scenes and dont get referenced shaders. This way you dont have to r...
http://www.highend3d.com/maya/downloads/mel_scripts/rendering/misc/ks-rememberShading-4966.html
crawl-002
refinedweb
254
66.03
Y Combinator Collaboration: Deploying SailsJS to Azure Web Apps by Felix Rieseberg, Partner Catalyst Team This case study describes the first open-source collaboration between TED and Y Combinator, enabling applications developed with SailsJS to be deployed directly to Azure. Customer Problem SailsJS is an open-source ...
https://blogs.msdn.microsoft.com/partnercatalystteam/2015/07/16/y-combinator-collaboration-deploying-sailsjs-to-azure-web-apps/
CC-MAIN-2017-04
refinedweb
1,501
54.02
Dmitry Baryshkov <dbaryshkov@gmail.com> wrote:> > > +#ifdef CONFIG_DEBUG_FS> > > + struct dentry *dir;> > > + struct dentry *info;> > > +#endif > > > > Can't you hide this in the code, say by wrappering the> > struct with something else when it is registered? > > It is allocated dynamically by drivers. I can move this ...
http://lkml.org/lkml/2008/7/4/56
CC-MAIN-2014-49
refinedweb
113
64.61
A store has three functions that you're going to be using in this course: - getState - fetches the current state of a store - dispatch - fires off a new action - subscribe - fires a callback everytime there's a new action after a reducer's action We'll have the App component subscribe to the state using one of React's ...
https://thinkster.io/tutorials/learn-redux/displaying-the-state
CC-MAIN-2020-05
refinedweb
244
63.49
New Features of ZK 5.0 Timothy Clare, Technology Evangelist, Potix Corporation January 26th, 2010 ZK 5)[2].. EventQueue supports asynchronous listener With the EventQueue now supporting asynchronous listeners processing of listeners can be easily dealt with outside of the main thread. This means that if a listener take...
https://www.zkoss.org/wiki/Small_Talks/2010/January/New_Features_of_ZK_5.0
CC-MAIN-2022-21
refinedweb
779
54.32
Applies to: CX51 C Compiler Information in this article applies to: I'm working with Philips MX and my code generates the following warning when using a typedef: MAIN.C(5): warning C258: 'a': mspace on parameter ignored No warning is generated when using #define. typedef bit bool; //#define bool bit // defines doesn't ...
http://infocenter.arm.com/help/topic/com.arm.doc.faqs/ka10591.html
CC-MAIN-2017-39
refinedweb
195
68.87
A virtual method is a method that is declared as virtual in a base class. The defining characteristic of a virtual method is that it can be redefined in one or more derived classes. Thus, each derived class can have its own version of a virtual method. Virtual methods are interesting because of what happens when one is...
http://www.loopandbreak.com/virtual-methods-and-overriding/
CC-MAIN-2021-17
refinedweb
527
63.09
On Jan 13, 2008 6:49 PM, apfelmus <apfelmus at quantentunnel.de> wrote: > K. Claessen. Poor man's concurrency monad. > > > P. Li, S. Zdancewic. Combining events and threads for scalable > network services. > Two great papers! Thanks for pointing them out! > >? Leaking Prompt(..) in the export list to the GUI code seems...
http://www.haskell.org/pipermail/haskell-cafe/2008-January/038127.html
CC-MAIN-2014-35
refinedweb
249
72.76
The chaos game is played as follows. Pick a starting point at random. Then at each subsequent step, pick a triangle vertex at random and move half way from the current position to that vertex. The result looks like a fractal called the Sierpinski triangle or Sierpinski gasket. Here’s an example: If the random number ge...
https://www.johndcook.com/blog/2017/07/08/the-chaos-game-and-the-sierpinski-triangle/
CC-MAIN-2017-43
refinedweb
427
73.78
Change the name of the user-information file #include <utmp.h> void utmpname( char * __filename ); libc Use the -l c option to qcc to link against this library. This library is usually included automatically. The utmpname() function lets you change the name of the file examined from the default file (_PATH_UTMP) to any...
http://www.qnx.com/developers/docs/6.3.0SP3/neutrino/lib_ref/u/utmpname.html
CC-MAIN-2021-10
refinedweb
113
66.33