text stringlengths 20 1.01M | url stringlengths 14 1.25k | dump stringlengths 9 15 ⌀ | lang stringclasses 4
values | source stringclasses 4
values |
|---|---|---|---|---|
Exploring the Design Space of Distributed and Peer-to-Peer Systems: Comparing the Web, TRIAD, and Chord/CFS
- Reynard McDowell
- 1 years ago
- Views:
Transcription
1 Exploring the Design Space of Distributed and Peer-to-Peer Systems: Comparing the Web, TRIAD, and Chord/CFS Stefan Saroiu, P. Krishna Gummadi, Steven D. G... | http://docplayer.net/1804932-Exploring-the-design-space-of-distributed-and-peer-to-peer-systems-comparing-the-web-triad-and-chord-cfs.html | CC-MAIN-2017-30 | en | refinedweb |
Ngl.free_color
Removes a color entry from a workstation.
Prototype
Ngl.free_color(workstation, color_index)
Argumentsworkstation
An identifier returned from calling Ngl.open_wks.color_index
An integer scalar specifying a color index.
Return valueNone
Description
This function frees the specified color index on the spec... | http://www.pyngl.ucar.edu/Functions/Ngl.free_color.shtml | CC-MAIN-2017-30 | en | refinedweb |
My task was to create an object in class, initialize it and output(using pointer to class). This code compiles perfectly, but the output doesn't appear. I would really appreciate any help, thank you in advance!
#include <iostream>
#include <string>
using namespace std;
class family
{
public:
void setWife(string w)
{w =... | https://codedump.io/share/KO6GAUHX7rVO/1/object-pointer-doesn39t-work | CC-MAIN-2017-30 | en | refinedweb |
29 October 2010 10:08 [Source: ICIS news]
DUSSELDORF (ICIS)--Korean polymer additive major Songwon Industrial has made two strategic moves to strengthen its positions in China and India, the company said on Friday.
Jongho Park, chairman of the board, said his firm had “finalised a 30% stake with the option to increase ... | http://www.icis.com/Articles/2010/10/29/9405676/south-koreas-songwon-industrial-reveals-china-india-investments.html | CC-MAIN-2014-42 | en | refinedweb |
Attachment 'manual.html'Download
Table of Contents
This tool can be used to compile Qt projects, designed for versions
4.x.y and higher. It is not usable for Qt3 and older versions, since some
of the helper tools (
moc,
uic)
behave different.
For activating the tool "qt4", you have to add its name to the Environment co... | http://www.scons.org/wiki/Qt4Tool?action=AttachFile&do=view&target=manual.html | CC-MAIN-2014-42 | en | refinedweb |
1) It's like polluting a tranditional program's variable space
with stuff the application did not explicitly cause -- it makes
debugging more difficult (and confusing if the results of the
Ant execution is published in a readonly format like a website).
2) The previous statement might seem trivial if you only use Ant
t... | http://mail-archives.apache.org/mod_mbox/ant-dev/200410.mbox/%3C6.1.1.1.2.20041008125937.02e92828@pop1.mail.com%3E | CC-MAIN-2014-42 | en | refinedweb |
Developing
://
Thanks. Hi Soniya,
We can use oracle too in struts...Hi Hi friends,
must for struts in mysql or not necessary... very urgent....
Hi friend,
I am sending you a link
Hi.. - Struts
/struts/
Thanks. struts-tiles.tld: This tag library provides tiles...Hi.. Hi,
I am new in struts please help me what data write... | http://roseindia.net/tutorialhelp/comment/300 | CC-MAIN-2014-42 | en | refinedweb |
Join us in Chat. Click link in menu bar to join. Unofficial chat day is every Friday night (US time).
0 Members and 1 Guest are viewing this topic.
6v is way to low for the Axon, the Axon needs around 6.25v or so, better feed it 6.5 + though.The power drain is way to much at the voltage regulators min input.
Absolute m... | http://www.societyofrobots.com/robotforum/index.php?topic=12151.msg93059 | CC-MAIN-2015-06 | en | refinedweb |
Builder to create a 'BlockStateProperty' loot condition.
This condition compares the the block state obtained from the LootContext and attempts to match it to the given MCBlock. If this comparison succeeds, then the state is further compared according to the rules outlined in the StatePropertiesPredicate.
This conditio... | https://docs.blamejared.com/1.16/en/vanilla/api/loot/conditions/vanilla/BlockStateProperty/ | CC-MAIN-2021-31 | en | refinedweb |
The Futhark Record System
Most programming languages, except perhaps for the most bare-bones, support some mechanism for creating records, although rarely using that term. For the purposes of this post, a record is an object containing labeled fields, each of which contains a value. In C, a struct is a record:
struct p... | https://futhark-lang.org/blog/2017-03-06-futhark-record-system.html | CC-MAIN-2021-31 | en | refinedweb |
Step 3: Integrate the Alexa Client Library (VSK Fire TV)
VSK Cloudside Integration
To integrate Alexa into your app, you will need to integrate the Alexa Client Library. The Alexa Client Library allows your application to communicate with Alexa and handle Video Skill API directives intended for your application.
The sa... | https://developer.amazon.com/zh/docs/video-skills-fire-tv-apps/integrate-alexa-client-library.html | CC-MAIN-2021-31 | en | refinedweb |
Feed files¶ (versions). An Identity is a way to recognise an Implementation (e.g. a cryptographic digest). A Retrieval method is a way to get an Implementation (e.g. by downloading from a web site). A Command says how to run an Implementation as a program. A Dependency indicates that one component depends on another (e... | https://docs.0install.net/specifications/feed/ | CC-MAIN-2021-31 | en | refinedweb |
Outlook Interop Exception
unable to cast com object of type 'microsoft office interop outlook applicationclass
Trying to automate Outlook as
Microsoft.Office.Interop.Outlook.Application myApp = new Microsoft.Office.Interop.Outlook.ApplicationClass(); Microsoft.Office.Interop.Outlook.NameSpace mapiNameSpace = myApp.GetN... | https://thetopsites.net/article/55444425.shtml | CC-MAIN-2021-31 | en | refinedweb |
How to create a custom class template for Xml Serializable classes?
Ok, so you don’t always want a default class template for every type of class. I have to create a bunch of classes that implement Serializable and if the class template assumed this, that would be great. However, I don’t want my default class template ... | https://www.wpfsharp.com/2010/06/01/how-to-create-a-custom-class-template-for-xml-serializable-classes/ | CC-MAIN-2021-31 | en | refinedweb |
Scala tries to help the programmer in many ways. Verbose and repetitive code can be often syntactic-sugarized into concise statements. This is very convenient but encourages the programmer to produce write-only code. Let’s talk about types. In many contexts, you can is very good at inferring types. Consider
val n = 1
T... | https://www.maxpagani.org/2019/12/05/our-fathers-faults-scantly-typed-language/ | CC-MAIN-2021-31 | en | refinedweb |
Build a rails app
In this post, I’m going to break down how I created my rails app.
- First and foremost, you need to really breakdown your app, how you want it look like, what do you want your users experience to be. I decided to go with the wineries of California since I live in the area. My users could post a winery... | https://matthieubertrand5.medium.com/build-a-rails-app-6eb76d1084e6?responsesOpen=true&source=---------9---------------------------- | CC-MAIN-2021-31 | en | refinedweb |
GREPPER
SEARCH
SNIPPETS
USAGE DOCS
INSTALL GREPPER
All Languages
>>
Whatever
>>
interfaces are used as
“interfaces are used as” Code Answer
interfaces are used as
whatever by
Hilarious Herring
on Jun 08 2021
Comment
0
It is used to achieve total abstraction. Since java does not support multiple inheritance in case of c... | https://www.codegrepper.com/code-examples/whatever/interfaces+are+used+as | CC-MAIN-2021-31 | en | refinedweb |
disappeared, and the storyteller has lost his audience. Although there is a substitute chutney stirrer on the premises, she does not suffice. Saleem Sinai is confused and angry. He is also a model of ambivalence: a Muslim who lauds himself for being steeped in Hindu legend, he employs a geometric metaphor to describe ... | https://www.coursehero.com/lit/Midnights-Children/book-2-accident-in-a-washing-chest-summary/ | CC-MAIN-2021-31 | en | refinedweb |
Frequent readers of this blog know that I do not like printf (see “Why I don’t like printf()“), because the standard
printf() adds a lot of overhead and only causes troubles. But like small kids, engineers somehow get attracted by troubles ;-). Yes,
printf() and especially
sprintf() are handy for quick and dirty coding... | https://mcuoneclipse.com/2014/08/17/xformat-a-lightweight-printf-and-sprintf-alternative/?like_comment=39816&_wpnonce=4a117ffd59 | CC-MAIN-2021-31 | en | refinedweb |
- Open Standards Support and Naming Conventions
- Namespace and Naming Conventions
- Migration and Backward Compatibility
Namespace and Naming Conventions
The Active Directory's naming conventions serve a number of important purposes. First, all directories are based on the concept of a namespace; that is, a name is us... | http://www.informit.com/articles/article.aspx?p=27023&seqNum=3 | CC-MAIN-2019-09 | en | refinedweb |
#include <hallo.h> * Peter De Wachter [Sat, Aug 24 2002, 01:25:54AM]: > It has the following license: > -- UNACE-SOURCE v1.2b (extract-util) -- > the source may be distributed and used, > but I,Marcel Lemke, retain ownership of > the copyrights to the source. > --------------------------------------- > > I think this m... | https://lists.debian.org/debian-devel/2002/08/msg01531.html | CC-MAIN-2019-09 | en | refinedweb |
JavaScript Basics Before You Learn React
Nathan Sebhastian
Jan 14
Updated on Feb 09, 2019
・9 min read
In an ideal world, you can learn all about JavaScript and web development before you dive into React. Unfortunately, we live in a not-perfect world, so chomping down on ALL of JavaScript before React will just make you... | https://practicaldev-herokuapp-com.global.ssl.fastly.net/nsebhastian/javascript-basics-before-you-learn-react-38en | CC-MAIN-2019-09 | en | refinedweb |
Companies providing cloud computing
Companies providing cloud computing Hi,
Which all companies providing cloud computing?
Thanks
Hi,
Please see the page Companies offering Cloud Computing.
Thanks
struts
struts Hi
how struts flows from jsp page to databae and also using validation ?
Thanks
Kalins Naik
Thanks - Java Beg... | http://www.roseindia.net/tutorialhelp/comment/95157 | CC-MAIN-2014-42 | en | refinedweb |
Type: Posts; User: dextor33
It worked :) Thnkz :)
will follow all the instructions...nd will tell u aftr removal...:) Thanks
i am writing this thread on many other sites....jst to have a simple remedy...instead of reinstalling my whole window :(
i got this source code frm a website....nd accidently COMPILED it on my VI... | http://forums.codeguru.com/search.php?s=b257b80583c185bc7fdc2ec8e591fe1b&searchid=5373727 | CC-MAIN-2014-42 | en | refinedweb |
Books on Wikibooks should be structured in to sections (akin to chapters), in a manner at the discretion of the authors of the Wikibook. However, there is no one method of denoting substructure within Wikibook article names. This page is to discuss the merits of the currently used methods and to decide on a method to u... | http://en.m.wikibooks.org/wiki/Wikibooks:Hierarchy_naming_scheme | CC-MAIN-2014-42 | en | refinedweb |
#include <MinorPlanet.hpp>
This class implements a minor planet (an asteroid).
There are two main reasons for having a separate class from Planet:
Some of the code in this class is re-used from the parent Planet class.
Definition at line 37 of file MinorPlanet.hpp.
Get a string with data about the MinorPlanet.
Asteroid... | http://stellarium.org/doc/0.12.2/classMinorPlanet.html | CC-MAIN-2014-42 | en | refinedweb |
Crystal Space
Guest
. Please
or
.
October 20, 2014, 11:38:36 am
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Search:
Advanced search
9010
Posts in
2044
Topics by
8754
Latest Member:
Naomitanja
Show Posts
Pages:
1
2
3
[
4
]
46
Crystal Space Development
/
Support
/
Mesh culling iss... | http://www.crystalspace3d.org/forum/index.php?action=profile;u=101;sa=showPosts;start=45 | CC-MAIN-2014-42 | en | refinedweb |
Nov 18, 2010 10:53 PM|JRatcliff|LINK
Helllo;
I have been strugleing with this for more than a week, and have not been able to get any further ahead. I need to create a Webservice that can recive an HTTP Post with an XML document as the body or payload. It will be comeing from a PHP site, and I need to access it in ASP.... | http://forums.asp.net/t/1624859.aspx?Creating+a+Web+Service+to+Recive+a+HTTP+POST+with+an+XML+document+as+the+body+or+payload+from+a+PHP+site+ | CC-MAIN-2014-42 | en | refinedweb |
So the last several projects I’ve worked on, I’ve wanted to have a push notification system that I could use to send messages to role instances so that they could take actions. There’s several push notification systems out there, but I was after some simple that would be included as part of my Windows Azure services. I... | http://java.dzone.com/articles/pushing-notifications-azure | CC-MAIN-2014-42 | en | refinedweb |
As per this post I am currently going through the process of creating some simple game creation tools using HTML5, more specifically using the YUI 3 library as well as the EaselJS canvas library.
This post illustrates the very skeleton upon which we are going to create our app. YUI3 provides a full MVC framework which ... | https://gamefromscratch.com/creating-game-creation-tools-using-html5-the-basic-yui-mvc-app-framework/ | CC-MAIN-2021-04 | en | refinedweb |
In this part we are going to look at how you handle mouse and keyboard input in LibGDX. There are two ways to go about handling input, by polling for it ( as in… “Has anything happened yet? No, ok… What about now? No, ok… Now? Yes! Handle it” ) or by handling events ( “Hey, you, I’v got this event for you!” ). Which yo... | https://gamefromscratch.com/libgdx-tutorial-4-handling-input-the-mouse-and-keyboard/ | CC-MAIN-2021-04 | en | refinedweb |
Stopwords are words that we remove during preprocessing when we don’t care about sentence structure. They are usually the most common words in a language and don’t provide any information about the tone of a statement. They include words such as “a”, “an”, and “the”.
NLTK provides a built-in library with these words. Y... | https://production.codecademy.com/courses/natural-language-processing/lessons/text-preprocessing/exercises/stopword-removal | CC-MAIN-2021-04 | en | refinedweb |
In my setup I have two monitors, with second being 120Hz and first being 60Hz. I want to create a Panda window on the second monitor and lock the refresh rate to 120Hz. While I see in the manual how to enable vsync and lock the frame rate, I couldn’t find info how to specify what display to open the Panda window on.
Hi... | https://discourse.panda3d.org/t/how-to-use-the-secondary-monitor/26880 | CC-MAIN-2021-04 | en | refinedweb |
- 13 Dec, 2011 1 commit
shared_ptr is a candidates for the next STL version and Windows has already adopted it. This change removes ambiguity between the Boost and Windows versions of the class.
- 12 Dec, 2011 1 commit
Some compilers warn if "this" is referred to in a constructor initialization list. This change replac... | https://gitlab.isc.org/isc-projects/kea/-/commits/f1f4ce3e3014366d4916f924655c27761327c681/src/bin/resolver/resolver.cc | CC-MAIN-2021-04 | en | refinedweb |
December 8, 2020
Bartek Iwańczuk, Luca Casonato, Ryan Dahl
Today we are releasing Deno 1.6.0. This release contains some major features, and many bug fixes. Here are some highlights:
deno compilecan build your Deno projects into completely standalone executables
If you already have Deno installed you can upgrade to 1# ... | https://deno.land/posts/v1.6 | CC-MAIN-2021-04 | en | refinedweb |
Image Deduplicator (imagededup)
imagededup is a python package that simplifies the task of finding exact and near duplicates in an image collection.
This package provides functionality to make use of hashing algorithms that are particularly good at finding exact
duplicates as well as convolutional neural networks which... | https://pythonawesome.com/python-package-that-simplifies-the-task-of-finding-exact-and-near-duplicates/ | CC-MAIN-2021-04 | en | refinedweb |
BSONSerialization
BSON Serialization in native Swift 4
Installation & Compatibility
The recommended (and only tested) way to install and use BSONSerialization is
via
SwiftPM, using at least Swift 4.
The content of your
Package.swift should be something resembling:
import PackageDescription let package = Package( name: ... | https://swiftpack.co/package/Frizlab/BSONSerialization | CC-MAIN-2021-04 | en | refinedweb |
third post in the Little Pitfalls series where I explore these small pitfalls; the previous Little Pitfall post can be found here.
This week we’re going to look at operator overloading. Yes, I bolded that because it is very important to note we overload operators, we don’t override them. Yet, many times I’ve seen or h... | http://blackrabbitcoder.net/archive/2011/07/07/c.net-little-pitfalls-operators-are-overloaded-not-overridden.aspx | CC-MAIN-2018-17 | en | refinedweb |
How to make <restrict> work without an action?Bob Thule Apr 3, 2009 8:22 PM
The restrict element in pages.xml is not causing a security exception when users navigate to a page (ie: clicks a link to). The exception is only being thrown when a user calls an action. To work around the problem, I added a default no-opp pag... | https://developer.jboss.org/thread/187135 | CC-MAIN-2018-17 | en | refinedweb |
Why TDD Isn't Crap
After my recent vitriol about unit testing, a couple of people sent me Why TDD is Crap as a thorough debunking of TDD and unit testing. As someone very interested in software correctness, I ended up writing a debunking of his debunking. Transcriptions will be in quotes, my responses below. Some impor... | https://hillelwayne.com/post/why-tdd-isnt-crap/ | CC-MAIN-2018-17 | en | refinedweb |
jndi lookup fails in user-threadGuenther Bodlak Oct 4, 2011 9:33 AM
Hi,
I have a ServletContextListener which creates and starts a new Thread when the servlet context gets initialized.
In that Thread I'm trying to lookup an ejb. The jndi-lookup fails with a NameNotFoundException.
This code works in Glassfish 3.1 but no... | https://developer.jboss.org/thread/173179 | CC-MAIN-2018-17 | en | refinedweb |
XML ExtensionStuart Douglas Jan 24, 2010 4:35 AM
I have started on XML configuration for CDI beans, it can be checked out from svn here. As yet there is no real documentation, so I though I would post a few notes here in case any one would like to try it out. There are also plenty of examples in the src/test/java direc... | https://developer.jboss.org/thread/179515 | CC-MAIN-2018-17 | en | refinedweb |
#include "UT_Assert.h"
#include "UT_IteratorRange.h"
#include "UT_NonCopyable.h"
#include <SYS/SYS_Types.h>
#include <SYS/SYS_TypeTraits.h>
#include <functional>
#include <list>
#include <type_traits>
#include <unordered_map>
Go to the source code of this file.
A default helper function used by UT_LRUCache to determine... | http://www.sidefx.com/docs/hdk/_u_t___l_r_u_cache_8h.html | CC-MAIN-2018-17 | en | refinedweb |
Urho3D::FileSelector Class Reference
Public Member Functions | Static Public Member Functions | Private Member Functions | Private Attributes | List of all members
Urho3D::FileSelector Class Reference
File selector dialog. More...
#include <Urho3D/UI/FileSelector.h>
Inheritance diagram for Urho3D::FileSelector:
Collabo... | https://urho3d.github.io/documentation/1.6/class_urho3_d_1_1_file_selector.html | CC-MAIN-2018-17 | en | refinedweb |
I have a couple of questions about calling values from methods. I'm not sure if I'm even wording this right but I hope someone will understand what I mean. The code is below.
using System; namespace CarpetCalculatorExample { class CarpetCostCalculatorUsingMethods { static void Main() { double roomWidth; double roomLeng... | http://www.dreamincode.net/forums/topic/244507-calling-parts-of-methods/page__p__1418174 | CC-MAIN-2016-07 | en | refinedweb |
Observations on packaging
By sch on Jul 19, 2007
Over the past few months, a bunch of us have been exploring various options for packaging. (Actually, I suppose I've been pursuing this on a part-time basis for a year now, but it's only recently that it's made it to the top of the stack.) I've looked at a bunch of packa... | https://blogs.oracle.com/sch/category/Product?page=1 | CC-MAIN-2016-07 | en | refinedweb |
Adobe Flex is one of the most widely used client technologies for building rich applications and Spring 3 is one of the most popular Java application frameworks. These two technologies make a great combination for building enterprise applications with a modern looking and rich user interface.
There are various options ... | https://dzone.com/articles/enterprise-ria-spring-3-flex-4 | CC-MAIN-2016-07 | en | refinedweb |
WebKit Bugzilla
Expclicitly use icu namespace for ports building with U_USING_ICU_NAMESPACE=0
Created attachment 87991 [details]
Patch
Created attachment 87993 [details]
Patch
Comment on attachment 87993 [details]
Patch
View in context:
> Source/WebCore/ChangeLog:12
> + Expclicitly use icu namespace for ports building ... | https://bugs.webkit.org/show_bug.cgi?id=57715 | CC-MAIN-2016-07 | en | refinedweb |
Hey, I'm making a brick breaker game and I need some help.
I need to know how to do the brick class.. making a brick breaker game and I need some help.
I need to know how to do the brick class..
any help ?
A starting point: define what data the brick needs to keep and what methods it needs to maintain that data.
I wrot... | http://www.javaprogrammingforums.com/object-oriented-programming/23537-brick-breaker.html | CC-MAIN-2016-07 | en | refinedweb |
The Next Level of Code Analysis using ‘NDepend’: An Interview with Patrick Smacchia
Posted by:
Suprotim Agarwal
, on 2/6/2009, in
Category
Product Articles
Views:
69541
Tweet
Abstract:
In this post, Suprotim Agarwal (ASP.NET MVP) interviews Patrick Smacchia, a C# MVP about the NDepend product.
The Next Level of Code A... | http://www.dotnetcurry.com/(X(1)S(ckvzil55252hloaarygxx3ya))/ShowArticle.aspx?ID=268 | CC-MAIN-2016-07 | en | refinedweb |
Hi,
just discovered Sublime Text 2. It looks amazing. But I have some trouble running compiled c++ .h files. I just tried compiling and running "hello world":
#include <iostream>
using namespace std;
int main()
{
cout << "Hello World";
return 0;
}
If I save it as .c and compile and run it, it works fine. But if I save ... | https://forum.sublimetext.com/t/cannot-execute-compiled-binary-from-a-c-h-file/10512/2 | CC-MAIN-2016-07 | en | refinedweb |
hi guys i need sum help creating a little programme.
when the mouse is in the box the colour has to change to black and when the mouse is outside the box the colour has to change to red. This has to be on loop.
I startd it of something like dis:
import element.*;
import java.awt.Color;
public class age
{
public static ... | http://forums.devx.com/showthread.php?28030-runtime.exec()&goto=nextnewest | CC-MAIN-2016-07 | en | refinedweb |
Source code for pyramid.request
from zope.interface import implements from zope.interface.interface import InterfaceClass from webob import Request as WebobRequest from pyramid.interfaces import IRequest from pyramid.interfaces import ISessionFactory from pyramid.exceptions import ConfigurationError from pyramid.decora... | http://docs.pylonsproject.org/projects/pyramid/en/1.0-branch/_modules/pyramid/request.html | CC-MAIN-2016-07 | en | refinedweb |
in reply to
Re: Re: Can I timeout an accept call?
in thread Can I timeout an accept call?
Unfortunately, non-blocking IO isn't as simple as blocking IO. I'm not sure why you say that your sockets are "defaulted to non-blocking" simply by virtue of using IO::Socket::INET. To my knowledge, sockets created from this modul... | http://www.perlmonks.org/index.pl?node_id=173334 | CC-MAIN-2016-07 | en | refinedweb |
JScript .NET, Part VIII: Consuming IsPrime from ASP.NET: A Final Word - Doc JavaScript
JScript .NET, Part VIII: Consuming IsPrime from ASP.NET
A Final Word
In this column, we showed you how to consume a specific Web service (
IsPrime) from ASP.NET. We went through the flow of generating the proxy for the
IsPrime Web se... | http://www.webreference.com/js/column114/7.html | CC-MAIN-2016-07 | en | refinedweb |
How to Create an Event for a C Sharp Class
Many C# programmers use events in other classes by attaching event handlers to them but have you ever wanted to implement your own event(s) in classes that you develop? This is a systematic straightforward guide to creating your own events without worrying about forgetting any... | http://www.wikihow.com/Create-an-Event-for-a-C-Sharp-Class | CC-MAIN-2016-07 | en | refinedweb |
>>.
40 Reader Comments
Isn't Flash already the standard? Or am I missing something?
At any rate, Flash as a format hasn't been decided by anyone except Macromedia/Adobe what have you; at least HTML5 (which I wish was XML, but never mind), CSS3 are being put together by the people that would want to either produce the c... | http://arstechnica.com/apple/2009/03/apple-holding-back-on-web-based-3d-graphics/?comments=1 | CC-MAIN-2016-07 | en | refinedweb |
#TODOs Never Get To-Done
Posted on
by
Jared Carroll in Process
Over time all software begins to rot. At first a young codebase is small and lean, it’s a pleasure to work on, a single developer may even be able to understand the entire codebase. However, iteration after iteration time constraints and poorly specified fe... | http://blog.carbonfive.com/2011/01/26/todos-never-get-to-done/ | CC-MAIN-2016-07 | en | refinedweb |
Image manipulation in Python
Someone asked me about determining whether an image was "portrait" or "landscape" mode from a script.
I've long had a script for automatically rescaling and rotating images, using ImageMagick under the hood and adjusting automatically for aspect ratio. But the scripts are kind of a mess -- ... | http://shallowsky.com/blog/tags/imagemagick/ | CC-MAIN-2016-07 | en | refinedweb |
Python 2.6 Graphics Cookbook — Save 50%
Over 100 great recipes for creating and animating graphics using Python
The previous article, Python Graphics: Animation Principles, starts with examples of simple sequences of a circle in different positions and systematically progresses to smoothly-moving animations of elastic ... | http://www.packtpub.com/article/animating-graphic-objects-python | CC-MAIN-2013-48 | en | refinedweb |
Django
Django is an open source Web development framework for the Python language that aims to automate as many processes as possible, allowing you to focus on developing software without worrying about reinventing the wheel. The framework is designed to be loosely coupled and tightly cohesive, meaning that different p... | http://www.ibm.com/developerworks/opensource/library/os-django/index.html | CC-MAIN-2013-48 | en | refinedweb |
09 November 2010 11:42 [Source: ICIS news]
RIO DE JANEIRO (ICIS)--Attendance at the 30th Latin American Petrochemical Association (APLA) annual meeting in ?xml:namespace>
“We have 815 delegates registered as of now,” APLA marketing executive Fernando Poppi said on the last day of the event in Rio de Janeiro, Brazil.
Th... | http://www.icis.com/Articles/2010/11/09/9408419/apla-10-event-attendance-nears-record-on-last-day.html | CC-MAIN-2013-48 | en | refinedweb |
On Sat, Apr 16, 2011 at 03:49, YunQiang Su <wzssyqa@gmail.com> wrote: > I got it. > > It used it like this > > #if !defined(__linux__)&&!defined(__APPLE__) > { > int immed = 1; > if (ioctl(pfd_, BIOCIMMEDIATE, &immed) < 0) { > fprintf(stderr, > "warning: pcap/live (%s) couldn't set immed\n", > name()); > perror("ioctl(... | http://lists.debian.org/debian-bsd/2011/04/msg00032.html | CC-MAIN-2013-48 | en | refinedweb |
18 May 2012 08:33 [Source: ICIS news]
KUALA LUMPUR (ICIS)--Thailand-based Indorama Ventures (IVL) is exploring an investment in a US-based cracker with multiple partners, a senior executive said on Friday.
“We are still working on it, evaluating ethylene pricing and investment opportunities with various partners. We wi... | http://www.icis.com/Articles/2012/05/18/9560954/apic-12-indorama-explores-us-cracker-with-multiple.html | CC-MAIN-2013-48 | en | refinedweb |
Forgive me if I am asking an obvious question (maybe I missed it in the docs somewhere?) but has anyone found a good way to organize their URLs in
I am using Jeresy Jax-RS to build a web service. Now I need to get the url of the request with the port # if one exist.
So if my service runs ...
Is there any easy way to pr... | http://www.java2s.com/Questions_And_Answers/Java-Enterprise/jersey/URL.htm | CC-MAIN-2013-48 | en | refinedweb |
Patterns from SOA Design Patterns by Thomas Erl, Part 1
The first draft of SOA Design Patterns had 60 patterns that were reviewed by more than 100 selected SOA specialists from all over the world. During the same time the draft was subject to public review on soapatterns.org. The SOA community was invited to contribute... | http://www.infoq.com/articles/3-SOA-Design-Patterns-Thomas-Erl | CC-MAIN-2013-48 | en | refinedweb |
#include <deal.II/grid/manifold_lib.h>
Manifold description for a polar coordinate system.
You can use this Manifold object to describe any sphere, circle, hypersphere or hyperdisc in two or three dimensions, both as a co-dimension one manifold descriptor or as co-dimension zero manifold descriptor, provided that the n... | https://dealii.org/developer/doxygen/deal.II/classPolarManifold.html | CC-MAIN-2020-10 | en | refinedweb |
The more you do programming, the more you will here about how you should test your code. You will hear about things like Extreme Programming and Test Driven Development (TDD). These are great ways to create quality code. But how does testing fit in with Jupyter? Frankly, it really doesn’t. If you want to test your code... | https://www.blog.pythonlibrary.org/2018/10/16/testing-jupyter-notebooks/ | CC-MAIN-2020-10 | en | refinedweb |
Many times you would have wanted to have one view/dashboard of all the Github issues created for your open source repositories. I have almost 150 repositories and it becomes really hard to find which are the priority ones to be fixed. In this post we will see how you can create a one dashboard/report to view all your g... | https://sajeetharan.com/2020/02/02/create-github-issue-report-with-azure-function-and-cosmosdb/ | CC-MAIN-2020-10 | en | refinedweb |
Wikiversity:Curators
A Wikiversity curator is a user who has rights to manage content on Wikiversity, including delete, rollback, import from other wikis, and protect pages.
How does one become a curator?[edit]
Any Wikiversity participant willing to do a lot of dull and boring work for the community can become a curato... | https://en.wikiversity.org/wiki/Wikiversity:Curator | CC-MAIN-2020-10 | en | refinedweb |
The D Language Foundation is pleased to present version 2.084.0 of DMD, the reference D compiler. It’s available for download at dlang.org, where you can also find the full changelog. There are a few changes and new features to be found, as usual, along with 100 closed Bugzilla issues this time around.
Finer Control Ov... | https://dlang.org/blog/2019/01/05/dmd-2-084-0-has-arrived/ | CC-MAIN-2020-10 | en | refinedweb |
Swift Abstract Syntax Tree
Swift Abstract Syntax Tree is an initiative to parse Swift Programming Language in Swift itself. The output of this utility is the corresponding Abstract Syntax Tree (AST) of the source code.
The AST produced in this tool is intended to be consumed in various scenarios. For example, source-to... | https://swiftpack.co/package/yanagiba/swift-ast | CC-MAIN-2020-10 | en | refinedweb |
shown in other instead.
Creating C++ Application
A Unigine-based application can be implemented by means of C++ only, without using UnigineScript.
This article describes how to add logic to your project by using the C++ language. Code written in C++ is the same for all supported platforms: Windows and Linux. The differ... | https://developer.unigine.com/en/docs/future/code/cpp/application?rlang=cpp | CC-MAIN-2020-10 | en | refinedweb |
Rebuild Curve
From The Foundry MODO SDK wiki
This example shows how to create a command which can read curve attributes. It is made up of the command itself, as well as a visitor object which we use to scan a mesh layer for curve polygons.
import lx import lxu.select import lxu.command import lxifc from math import flo... | https://modosdk.foundry.com/wiki/Rebuild_Curve | CC-MAIN-2020-10 | en | refinedweb |
apollo-link-state
Manage your local data with Apollo Client
Read the announcement post! 🎉 | Video tutorial by Sara Vieira | apollo-link-state on GitHub
⚠️ As of Apollo Client 2.5, local state handling is baked into the core, which means it is no longer necessary to use
apollo-link-state. For help with migrating from
a... | https://www.apollographql.com/docs/link/links/state/?utm_source=khalil&utm_medium=article&utm_campaign=graphql_architectural_advantages | CC-MAIN-2020-10 | en | refinedweb |
This tutorial depends on step-31, step-55.
This program was contributed by Martin Kronbichler, Wolfgang Bangerth, and Timo Heister.
This material is based upon work partly work discussed here is also presented in the following publication: M. Kronbichler, T. Heister, W. Bangerth: High Accuracy Mantle Convection Simulat... | https://dealii.org/developer/doxygen/deal.II/step_32.html | CC-MAIN-2020-10 | en | refinedweb |
Learn more about Scribd Membership
Discover everything Scribd has to offer, including books and audiobooks from major publishers.
Release ns-3.27
ns-3 project
1 Introduction 3 1.1 About ns-3 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3 1.2 For ns-2 Users . . . . . . ... | https://www.scribd.com/document/370106434/ns-3-tutorial-ori-pdf | CC-MAIN-2020-10 | en | refinedweb |
C++/CLI specifies several keywords as extensions to ISO C++. The way they are handled
falls into five major categories, where only the first impacts the meaning of existing
ISO C++ programs.
1. Outright reserved words
As of this writing (November 22, 2003, the day after we released the candidate base
document), C++/CLI... | https://blogs.msdn.microsoft.com/hsutter/2003/11/23/ccli-keywords-under-the-hood/ | CC-MAIN-2017-43 | en | refinedweb |
Module::CAPIMaker - Provide a C API for your XS modules
perl -MModule::CAPIMaker -e make_c_api
If you are the author of a Perl module written using XS. Using Module::CAPIMaker you will be able to provide your module users with an easy and efficient way to access its functionality directly from their own XS modules.
The... | http://search.cpan.org/dist/Module-CAPIMaker/lib/Module/CAPIMaker.pm | CC-MAIN-2017-43 | en | refinedweb |
Represents a field write of the form v.f1...fk = s. More...
#include <FieldRefWrite.h>
Represents a field write of the form v.f1...fk = s.
An instruction is removable if it's not present in the original source code, but introduced in the translation from the high-level language to the low-level language. For instance, ... | http://www.cs.utexas.edu/~isil/sail/classsail_1_1FieldRefWrite.html | CC-MAIN-2017-43 | en | refinedweb |
I have to remove duplicated objects in a List.
This List have the object Blog that is like this:
public class Blog {
private String title;
private String author;
private String url;
private String description;
...
}
If you can't edit the source of the class (why not?), then you need to iterate over the list and compare... | https://codedump.io/share/FIcYopw9e0PP/1/how-to-remove-duplicate-objects-in-a-listltmyobjectgt-without-equalshashcode | CC-MAIN-2017-43 | en | refinedweb |
Hai guys My name Eddy, I'm HND Software Engineering at TATI, Malaysia, this is my 1st year of study, i need help ! somene can change below source code to templete by using C++ source code please help ... this is the source code:
-----------------------------------------------------------------------------------
#includ... | https://www.daniweb.com/programming/software-development/threads/69037/help-me | CC-MAIN-2017-43 | en | refinedweb |
public class FlashOutput extends Output
Graph graph = makeMyGraph(); FlashOutput out = new FlashOutput(100, 100); graph.draw(out); out.writeFlash(new FileOutputStream("Graph.swf"));
Graph.draw(org.faceless.graph2.Output),
Graph.setMetaData(java.lang.String, java.lang.String)
metadata
getAreas, storeAreas
clone, equals,... | http://bfo.com/products/graph/docs/api/org/faceless/graph2/FlashOutput.html | CC-MAIN-2017-43 | en | refinedweb |
Direct is a platform and language agnostic remote procedure call (RPC) protocol. Ext Direct allows for seamless communication between the client side of an Ext JS application and any server platform that conforms to the specification. Ext Direct is stateless and lightweight, supporting features like API discovery, cal... | http://docs.sencha.com/extjs/5.1.2/guides/backend_connectors/direct/specification.html | CC-MAIN-2017-43 | en | refinedweb |
Hi all I am having some problems with compiling my c++ code. I have had lots of experience in Java but c++ is new.
I am trying to read in a file that contains words, sort them, then print them out to a new file in my program but the error is saying there is error on line 22 involving iterating through the elements of a... | https://cboard.cprogramming.com/cplusplus-programming/133892-new-cplusplus.html | CC-MAIN-2017-43 | en | refinedweb |
Hybrid!
The purpose of Viewport is to size to all available space in the browser. This means that it never makes sense to nest them, and almost never makes sense to use more than one.
Why are you using both DockLayoutPanel and BorderLayoutContainer? Why not just a BorderLC, or two BorderLCs? At least that will be more ... | http://www.sencha.com/forum/showthread.php?253437-Nesting-Viewports&mode=hybrid | CC-MAIN-2014-52 | en | refinedweb |
Linux Software › Search › added some
Tag «added some»: downloads
Search results for «added some»:
FloboPuyo 0.20 by iOS
FloboPuyo is a clone of the famous PuyoPuyo.
What's New in This Release:
Improved game control settings
Added key repetition
Made the "main puyo" more visible by blinking
Added score board and hall of... | http://nixbit.com/search/added-some/ | CC-MAIN-2014-52 | en | refinedweb |
Flux - stream processing toolkit
version 1.03
use Flux::Simple qw( array_in array_out mapper ); my $in = array_in([ 5, 6, 7 ]); $in = $in | mapper { shift() * 2 }; my @result; my $out = array_out(\@result); $out = mapper { shift() * 3 } | mapper { shift() . "x" } | $out; $out->write($in->read); $out->write($in->read); ... | http://search.cpan.org/~mmcleric/Flux-1.03/lib/Flux.pm | CC-MAIN-2014-52 | en | refinedweb |
...one of the most highly
regarded and expertly designed C++ library projects in the
world. — Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
odeint is a header-only library, no linking against pre-compiled code is required. It can be included by
#include <boost/numeric/odeint.hpp>
which includes all headers ... | http://www.boost.org/doc/libs/1_57_0/libs/numeric/odeint/doc/html/boost_numeric_odeint/getting_started/usage__compilation__headers.html | CC-MAIN-2014-52 | en | refinedweb |
I have recently run onto this article by Ivan Shcherbakov called 10+ powerful debugging tricks with Visual Studio. Though the article presents some rather basic tips of debugging with Visual Studio, there are others at least as helpful as those. Therefore I put together a list of ten more debugging tips for native deve... | http://www.codeproject.com/Articles/469416/10-More-Visual-Studio-Debugging-Tips-for-Native-De?msg=4386952 | CC-MAIN-2014-52 | en | refinedweb |
DirectoryNotFoundException Class
The exception that is thrown when part of a file or directory cannot be found.
For a list of all members of this type, see DirectoryNotFoundException Members.
System.Object
System.Exception
System.SystemException
System.IO.IOException
System.IO.DirectoryNotFoundException
[Visual Basic] ... | http://msdn.microsoft.com/en-us/library/System.IO.DirectoryNotFoundException(v=vs.71).aspx | CC-MAIN-2014-52 | en | refinedweb |
JSP - Expression Language (EL)
JSP Expression Language (EL) makes it possible to easily access application data stored in JavaBeans components. JSP EL allows you to create expressions both (a) arithmetic and (b) logical. Within a JSP EL expression, you can use integers, floating point numbers, strings, the built-in con... | http://www.tutorialspoint.com/cgi-bin/printversion.cgi?tutorial=jsp&file=jsp_expression_language.htm | CC-MAIN-2014-52 | en | refinedweb |
Movable Python: The Portable Python Distribution
Contents
Movable Python has lots of command line options. Most of these can be
configured through the GUI. Several of the command line
options are the same as (or mimic) the Python command line options.
This page documents the different options, and ends with a discussio... | http://www.voidspace.org.uk/python/movpy/reference/command_line.html | CC-MAIN-2014-52 | en | refinedweb |
EventLog.DeleteEventSource Method (String, String)
Assembly: System (in system.dll)
Parameters
- source
The name by which the application is registered in the event log system.
- machineName
The name of the computer to remove the registration from, or "." for the local computer.
Use this overload to remove the registra... | http://msdn.microsoft.com/en-US/library/e3b4zfb5(v=vs.80).aspx | CC-MAIN-2014-52 | en | refinedweb |
Book excerpt: Creating graphical output using the .NET Compact Framework
This chapter shows how to take advantage of the graphics capabilities of the .NET Compact Framework, providing opportunities to build far richer user interface client-tier applications than any traditional HTML-based application could ever do.
.NE... | http://searchwindevelopment.techtarget.com/tip/Book-excerpt-Creating-graphical-output-using-the-NET-Compact-Framework | CC-MAIN-2014-52 | en | refinedweb |
I am having a very difficult time decrypting the string in Perl. I am not sure if the problem is with the Java, the Perl, or both. So I am presenting both programs below.
For the Java encryption, the IV is set to all 64-bit zero and the padding is PKCS5Padding. Of course, I tried to match this on the Perl side. C::CBC ... | http://www.perlmonks.org/?node_id=551481 | CC-MAIN-2014-52 | en | refinedweb |
The nsid (namespace identifier) type creates a context in which namespace identifiers can be bound.
creates the nsid context for the site alameda.bldg-5 and permits the creation of subcontexts such as service/. Continuing with this example, you could then execute the command
to create the service context for alameda.bl... | http://docs.oracle.com/cd/E19455-01/806-1387/af2ctxel-15749/index.html | CC-MAIN-2014-52 | en | refinedweb |
I often code user interfaces that have some sort of cancel button on them. For example, in my upcoming ‘Decoupling Workflow’ presentation, I have the following screen:
Notice the nice cancel button on the form. The trick to this situation is that I need to have my workflow code understand whether or not I clicked Next ... | http://lostechies.com/derickbailey/2009/05/19/result-lt-t-gt-directing-workflow-with-a-return-status-and-value/ | CC-MAIN-2014-52 | en | refinedweb |
Can't add my own method to my Analyzer subclass - Metaclass behaviour?
- Richard O'Regan last edited by Richard O'Regan
Hey guys,
So I'm working on another Analyzer to calculate basic statistics. It works great, just when I move some of the code out of notify_trade() to a new method I defined called 'calculate_statisti... | https://community.backtrader.com/topic/631/can-t-add-my-own-method-to-my-analyzer-subclass-metaclass-behaviour/1 | CC-MAIN-2021-25 | en | refinedweb |
NetBeans File Template Module Tutorial
This tutorial demonstrates how to create a NetBeans module providing.
Introduction to FreeMarker
Since NetBeans IDE 6.0, you have been able.
Creating the Module Project
We begin by going through the New Module Project wizard, which will create a source structure, with all the mini... | https://netbeans.apache.org/tutorials/74/nbm-filetemplates.html | CC-MAIN-2021-25 | en | refinedweb |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.