text
stringlengths
20
1.01M
url
stringlengths
14
1.25k
dump
stringlengths
9
15
lang
stringclasses
4 values
source
stringclasses
4 values
- Author: - msm-art - Posted: - January 18, 2008 - Language: - Python - Version: - .96 - migration import plone - Score: - 2 (after 2 ratings) This is a very simple script to do a simple migration from plone content to django. ATNewsItems and PloneArticles are imported into the django model Article (with Foreignkey to ...
https://djangosnippets.org/snippets/554/
CC-MAIN-2017-22
en
refinedweb
.NET Back to Basics: The int Class The humble 'int'. We take it for granted every day we write software in .NET without even stopping to think what's behind the scenes. To many developers, it's just a simple type, but below the covers 'int' is actually a type, set in the 'System' namespace. Granted, it's not as large a...
http://www.codeguru.com/columns/dotnet/.net-back-to-basics-the-int-class.html
CC-MAIN-2017-22
en
refinedweb
ECONOMY.. 2 The Boom in the Furniture Industry of Uzbekistan. 2 SOCIETY.. 4 Uzbekistan can hardly be called a land of forests. That said, its furniture industry obviously ranks among the fastest growing today. Furniture production is currently booming across the country, showing a 15-20 percent annual growth. The furni...
http://www.uzbekistanitalia.org/home/bollettino/informationdigest-pressofuzbekistan-december282015
CC-MAIN-2017-22
en
refinedweb
Opened 7 years ago Closed 6 years ago #14505 closed (invalid) Multiple Namespaces and reverse lookup does not work as advertised. Description ### urls.py urlpatterns = patterns('', (r'^butter/', include(milkpost.urls, {% url milkpost:myview %} </body> both urls: /newsletter/myview/ and /butter/myview/ print out /newsle...
https://code.djangoproject.com/ticket/14505
CC-MAIN-2017-22
en
refinedweb
146 Related Items Preceded by: Starke telegraph Full Text .. i .. .. : -, -._, ..._ ._ M. ;"'- -_...._"'''":' .to. .... ,:;- .. ._ ... ... .. OIl _'. .. lit... 11II... ... .... .....1;;. ..-- .... _' 'jj ;" .. ;:: , / ' 1 , ': ij, '. \ ; ,... ,,. 'I .',, " J 1 'I: I' ' ,;. .: 1 P. 1 K. Young Library : ' '\ of : .., " U...
http://ufdc.ufl.edu/UF00027795/04146
CC-MAIN-2017-22
en
refinedweb
It’s no secret, I am a fan of Google’s App Engine. Once you get used to its peculiarities, it has a number of major advantageous. Since I started incorporating some of the continuous integration/lean startup ideas in my own project. I’ve run into the shared datastore issue and the need for a properly isolated staging e...
https://www.javacodegeeks.com/2012/02/google-appengine-staging-server-howto.html
CC-MAIN-2017-22
en
refinedweb
ACL_VALID(3) BSD Library Functions Manual ACL_VALID(3) acl_valid — validate an ACL Linux Access Control Lists library (libacl, -lacl). #include <sys/types.h> #include <sys/acl.h> int acl_valid(acl_t acl);. The acl_valid() function returns the value 0 if successful; otherwise the value -1 is returned and the global vari...
http://man7.org/linux/man-pages/man3/acl_valid.3.html
CC-MAIN-2017-22
en
refinedweb
27 September 2012 03:55 [Source: ICIS news] SINGAPORE (ICIS)--China’s Shandong Haili Chemical Industry is currently running its new 150,000 tonne/year adipic acid (ADA) plant in Jiangsu province at around 50% of capacity, a company source said on Thursday. The plant, which is the company’s first ?xml:namespace> “Curren...
http://www.icis.com/Articles/2012/09/27/9598976/Chinas-Shandong-Haili-runs-new-ADA-unit-at-around-50.html
CC-MAIN-2014-41
en
refinedweb
I am new to C++ programming, but I am trying to modify the following code so that I can calculate compound interest using only integers. I only clues I have are to (Treat all monetary amounts as integral numbers of pennies. Then "break" the result into its dollar portion and cents portion by using the division and modu...
http://cboard.cprogramming.com/cplusplus-programming/16518-help-monetary-calculations-using-only-integers.html
CC-MAIN-2014-41
en
refinedweb
java.lang.Object org.springframework.social.connect.jdbc.JdbcUsersConnectionRepositoryorg.springframework.social.connect.jdbc.JdbcUsersConnectionRepository public class JdbcUsersConnectionRepository UsersConnectionRepository that uses the JDBC API to persist connection data to a relational database. The supporting sche...
http://docs.spring.io/spring-social/docs/1.0.2.RELEASE/api/org/springframework/social/connect/jdbc/JdbcUsersConnectionRepository.html
CC-MAIN-2014-41
en
refinedweb
As I mentioned in the JavaFX SDK Packages are Taking Shape post, the JavaFX SDK will have a "node-centric" UI approach. This approach will make it easier to create UIs that have an "iPhone look and feel" that users will increasingly expect. The first step that the JavaFX team took in implementing this was to create a j...
http://learnjavafx.typepad.com/weblog/2008/07/setting-the-sta.html
CC-MAIN-2014-41
en
refinedweb
8.5. Sequence points Associated with, but distinct from, the problems of real-time programming are sequence points. These are the Standard's attempt to define when certain sorts of optimization may and may not be permitted to be in effect. For example, look at this program: #include <stdio.h> #include <stdlib.h> int i_...
http://publications.gbdirect.co.uk/c_book/chapter8/sequence_points.html
CC-MAIN-2014-41
en
refinedweb
16 September 2011 12:38 [Source: ICIS news] SINGAPORE (ICIS)--?xml:namespace> The company is now gradually ramping up the operating rates of all three lines, and is likely to be able to produce on-spec material during the weekend, the sources added. The three Befar primarily supplies PO to end-users in northern and eas...
http://www.icis.com/Articles/2011/09/16/9493047/chinas-befar-restarts-po-lines-after-one-day-shutdown.html
CC-MAIN-2014-41
en
refinedweb
[contents] Copyright © 2005 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C liability, trademark, document use rules apply. Editorial Note: The structure and presentation of the techniques documents will likely change as the WCAG WG determines the relationships between Guidelines, Techniques, and testing documents. T...
http://www.w3.org/WAI/GL/WCAG20/WD-WCAG20-SCRIPT-TECHS-20050211/
CC-MAIN-2014-41
en
refinedweb
Hi On Sun, May 20, 2007 at 02:05:44PM -0400, Ronald S. Bultje wrote: > Hi, > > Diego Biurrun <diego <at> biurrun.de> writes: > > On Mon, May 14, 2007 at 05:38:44PM -0400, Ronald S. Bultje wrote: > > > > > > first, sorry for the threading, if you know of a way to fix that in > > > digest mode, please let me know... > > ...
http://ffmpeg.org/pipermail/ffmpeg-devel/2007-May/035167.html
CC-MAIN-2014-41
en
refinedweb
Guid.Parse Method Namespace: SystemNamespace: System Assembly: mscorlib (in mscorlib.dll) Parameters - input - Type: System.String The string to convert. Return ValueType: System.Guid A structure that contains the value that was parsed. The Parse method converts the string representation of a GUID to a Guid value. This...
http://msdn.microsoft.com/en-us/library/system.guid.parse.aspx
CC-MAIN-2014-41
en
refinedweb
17 October 2012 04:32 [Source: ICIS news] SINGAPORE (ICIS)--?xml:namespace> The deal for the cargoes was done at a premium of around $16.00/tonne (€12.32/tonne) to Tight availability of cargoes had driven up the premium, traders said. Honam previously bought three spot naphtha cargoes totalling 75,000 tonnes at a premi...
http://www.icis.com/Articles/2012/10/17/9604300/s-koreas-honam-buys-75000-tonnes-naphtha-for-h2-november.html
CC-MAIN-2014-41
en
refinedweb
Distributed File System: Namespace Scalability and Sizing Questions Published: August 3, 2011 Updated: August 3, 2011 Applies To: Windows Server 2003, Windows Server 2003 R2, Windows Server 2008, Windows Server 2008 R2 This FAQ answers questions about namespace scalability and sizing for Distributed File System (DFS) n...
http://technet.microsoft.com/en-us/library/hh341472
CC-MAIN-2014-41
en
refinedweb
I’ve been learning a bit of Java recently, reading Unlocking Android and playing with the Android SDK to try and learn how to write apps for my Droid. I have known, intellectually, about some of the key differences between .NET and Java for quite some times now – how Java doesn’t have properties, how events are done th...
http://lostechies.com/derickbailey/2010/04/14/anonymous-types-in-c-are-a-crippled-hack/
CC-MAIN-2014-41
en
refinedweb
Creating Hierarchies Within WMI WMI namespace is a programming object that defines the scope for a set of classes and instances. WMI provider classes must be defined inside a namespace. Namespaces describe different managed environments, such as the SMS environment. Because the classes and instances of a schema define ...
http://msdn.microsoft.com/en-us/library/aa389766(d=printer,v=vs.85).aspx
CC-MAIN-2014-41
en
refinedweb
31 January 2011 18:58 [Source: ICIS news] HOUSTON (ICIS)--Chemical margins for ExxonMobil have been squeezed in recent months by rising feedstock costs and additional industry capacity coming on line, executives with the US-based oil major said on Monday. While fourth-quarter chemical earnings of $1.07bn (€791.8m) were...
http://www.icis.com/Articles/2011/01/31/9430965/Chemical-margins-for-US-ExxonMobil-squeezed-by-feedstock.html
CC-MAIN-2014-41
en
refinedweb
Follow Me @vmsdurano A bit About Me Disclaimer The opinions expressed herein are my own personal opinions and does not represent the opinions of my employers. Nor does it represent the opinion of my dog, because I don’t have one. In this post we will take a look at how to do pagination in GridView control. Paging is ve...
http://geekswithblogs.net/dotNETvinz/archive/2012/08/10/gridview-custom-paging-with-linq.aspx
CC-MAIN-2014-41
en
refinedweb
Connecting to MYSQL Database in Java Connecting to MYSQL Database in Java I've tried executing the code...("MySQL Connect Example."); Connection conn = null; String url = "jdbc:mysql://localhost/"; String dbName = "textbook"; String driver MySQL Create Database MySQL Create Database MySQL... and choosing the Create New...
http://roseindia.net/tutorialhelp/comment/84932
CC-MAIN-2014-41
en
refinedweb
Using Windows PowerShell to Deploy AD RMS Veröffentlicht: Juli 2009 Letzte Aktualisierung: Oktober 2009 Betrifft: Windows Server 2008, Windows Server 2008 R2, Windows Server 2008 R2 with SP1 The Active Directory-Rechteverwaltungsdienste (Active Directory Rights Management Services, AD RMS) Windows PowerShell deployment...
http://technet.microsoft.com/de-de/library/ee221099(v=ws.10).aspx
CC-MAIN-2014-41
en
refinedweb
In my last article I spoke about the Mediator pattern; today we will have a glance at the Memento Patten. Agenda Previous Articles (For training related to .Net, OOP and design patterns contact me at SukeshMarla@Gmail.com.) What is Memento Pattern? The GOF says the "Memento Pattern lets us capture and externalize an ob...
http://www.c-sharpcorner.com/UploadFile/SukeshMarla/learn-design-pattern-%E2%80%93-memento-pattern/
CC-MAIN-2014-41
en
refinedweb
your client and server can share code. For the sake of argument we will be using this service interface in the examples that follow. [ServiceContract(Namespace = "")] public interface IInformationService { [OperationContract] Task<ZombieTypeSummaryCollection> ListZombieTypes(); [OperationContract] Task<ZombieTypeDetai...
http://www.infoq.com/articles/WCF-Code-Sharing/
CC-MAIN-2014-41
en
refinedweb
Synchronization and threading services. #include <cc++/config.h> #include <cc++/string.h> #include <ctime> #include <pthread.h> #include <time.h> #include <signal.h> #include <unistd.h> class ost::Mutex The Mutex class is used to protect a section of code so that at any given time only a single thread can perform the p...
http://www.makelinux.net/man/3/T/thread.h
CC-MAIN-2014-41
en
refinedweb
Source: Deep Learning on Medium Guide to become a Full Stack Machine Learning Engineer(Part 1): Train Objective: To create a Machine Learning prediction model, serve it by a http server on a remote cloud server and manage it like you would on production. This is a hands-on approach where we will be writing code from sc...
https://mc.ai/guide-to-become-a-full-stack-machine-learning-engineerpart-1-train/
CC-MAIN-2020-45
en
refinedweb
How to use contact attributes to personalize the customer experience Contact attributes in your contact flows can provide a more personalized customer experience. For example, specify a custom flow based on comparing an attribute to a value. You then route the contact based on the value comparison, such as routing cust...
https://docs.aws.amazon.com/connect/latest/adminguide/use-attributes-cust-exp.html
CC-MAIN-2020-45
en
refinedweb
import "github.com/weaveworks/flux/pkg/http/websocket" client.go ping.go server.go websocket.go IsExpectedWSCloseError returns boolean indicating whether the error is a clean disconnection. Websocket exposes the bits of *websocket.Conn we actually use. Note that we are emulating an `io.ReadWriter`. This is to be able t...
https://godoc.org/github.com/weaveworks/flux/pkg/http/websocket
CC-MAIN-2020-45
en
refinedweb
I have table “decks” with three fields: “id”, “created_at” and “cards” which is a 264-character string field. I have modified the model with a constructor, as follows: class Deck < ActiveRecord::Base attr_reader :cards def initialize @cards = “12345” end end If I call Deck.new from my controller, I get no errors and an...
https://www.ruby-forum.com/t/setting-attribute-in-constructor-new-works-but-not-create/64376
CC-MAIN-2020-45
en
refinedweb
Yes. This technique is commonly used in platform applications which require the user to log in, to keep menu contents/toolbar actions/keyboard shortcuts/window definitions hidden until the user has is authenticated. There are two ways to do it. The most obvious way is to programmatically write files to disk at runtime ...
http://wiki.netbeans.org/wiki/index.php?title=DevFaqDynamicSystemFilesystem&diff=33540&oldid=33539&printable=yes
CC-MAIN-2020-45
en
refinedweb
. Installing and Configuring There are many ways to get started with React. This series will be concentrating on using React as part of NPM and Node. To that end, there are some assumptions being made: - Reader is confident with working on the command-line - Has a recent version of Node.js installed on their system - H...
https://videlais.com/2019/05/25/learning-react-part-1-installing-and-configuring/
CC-MAIN-2020-45
en
refinedweb
You want to process multiple requests in parallel, but you don necessarily want to run all the requests simultaneously. Using a technique like that in Recipe 20.6 can create a huge number of threads running at once, slowing down the average response time. You want to set a limit on the number of simultaneously running ...
https://flylib.com/books/en/2.44.1/limiting_multithreading_with_a_thread_pool.html
CC-MAIN-2020-45
en
refinedweb
I while back I showed you how to Make Money Blogging by setting up a simple automated WordPress blog using WP-O-Matic. I was then asked for an automated site that allowed for more robust article grabbing. In the video below I show you how to grab content from any website and then send that to the Postie WordPress Plugi...
http://www.newthinktank.com/2010/09/create-automated-websites-with-python/
CC-MAIN-2020-45
en
refinedweb
[Ruby] [Ruby on Rails] Dissolving Fat Controller-First of all, logic to model- Introduction This is the first post this time. I learned Ruby on Rails at school and had a refactoring curriculum, but at that point I was desperate to complete it, and I did not refactor it so I moved the controller logic to Model and made ...
https://linuxtut.com/ruby-on-rails-dissolving-fat-controller-first-of-all,-logic-to-model-6a7a1/
CC-MAIN-2020-45
en
refinedweb
Everyone seems to trip up when it comes to #< and #> and dates and times. def recent if published_on > 1.week.ago # blah end end def old if published_on < 1.week.ago # blah end end Nobody thinks of dates and times as numbers, so its hard to do comparisons on them quickly like you would with numbers. So lets add 2 metho...
https://thoughtbot.com/blog/mas-o-menos
CC-MAIN-2020-45
en
refinedweb
Created on 2011-09-24 22:07 by zbysz, last changed 2018-07-25 15:24 by berker.peksag. This issue is now closed. COLUMNS is a shell variable (updated whenever the window size changes), that usually isn't exported to programs. Therefore checking for COLUMNS in sys.environ will not work in the majority of cases. The prope...
https://bugs.python.org/issue13041
CC-MAIN-2020-45
en
refinedweb
tag:blogger.com,1999:blog-11696635700133415552017-12-18T06:59:52.792-06:00FoemBlogErlang, Ruby, Java, etc.Matthew Foemmel Job!I've just finished my second week here at <a href="">DRW Trading Group</a>. So far I've been extremely impressed by the quality of the people, the number of interesting projects going on, and th...
http://feeds.feedburner.com/foemmel
CC-MAIN-2018-09
en
refinedweb
2 March 2013 Update: Added security links 20 June 2012 Update: Cookieless Session and Authentication not supported in ASP.NET MVC. Executive Overview You cannot use routing or web.config files to secure your MVC application. The only supported way to secure your MVC application is to apply the Authorize attribute to ea...
https://blogs.msdn.microsoft.com/rickandy/2012/03/23/securing-your-asp-net-mvc-4-app-and-the-new-allowanonymous-attribute/
CC-MAIN-2018-09
en
refinedweb
Deploy PostgreSQL into IBM Cloud private This story describes how to deploy PostgreSQL, an open source object-relational database system, into IBM Cloud private, IBM’s new Kubernetes based private cloud, by using helm charts and persistent volumes. - The first step is to install IBM Cloud private . The detailed instruc...
https://medium.com/@robinabhatia3691/deploy-postgresql-into-ibm-cloud-private-597492c999
CC-MAIN-2018-09
en
refinedweb
September 21, 2001 Mr. Timothy Lucas Director of Research and Technical Activities Financial Accounting Standards Board 401 Merritt 7 P.O Box 5116 Norwalk, CT 068-5116 Dear Mr. Lucas: Attached is the response by the American Academy of Actuaries to the Joint Working Group Draft Standard and Basis for Conclusions, Finan...
https://issuu.com/actuarypdf/docs/jwgcomment_092101_28da6004abce70
CC-MAIN-2018-09
en
refinedweb
So I've had it in the back of my mind to give GLFW another look at some point for possible inclusion into Derelict 2. Today, I did. A new version was released late last year (2.7) and a new branch that streamlines the API (3.0) has been started. I really like the new branch. So, being the spontaneous sort of fellow I a...
https://www.gamedev.net/blogs/blog/1140-d-bits/?page=1&sortby=entry_num_comments&sortdirection=desc
CC-MAIN-2018-09
en
refinedweb
Open Source Shopping Cart open source shopping cart. You can download and modify the source code... can modify source code of shopping cart as per your needs. The open...Open Source Shopping Cart Open Source Shopping carts software Shopping Cart design in development of shopping cart using open source technologies suc...
http://www.roseindia.net/tutorialhelp/comment/95610
CC-MAIN-2015-40
en
refinedweb
I've been using Sublime Text for a few days now, and figured I would mess around with the plugin system. I decided to write a plugin that would wrap the selected strings in a html tag. However, I came across a little issue when using the code below: - Code: Select all view.insert(region.begin(),openTag) view.insert(reg...
http://www.sublimetext.com/forum/viewtopic.php?f=6&t=1441&p=6517
CC-MAIN-2015-40
en
refinedweb
Adrian, Back in Jan. I was into this very same problem. Scott Boag pointed me to a paper on Incremental XSLT which may be a help to you. Now I don't know the answer to your problem but I wanted to point out what may be another problem. If you change the DOM in the background, the DTM will NOT update so the representati...
http://mail-archives.apache.org/mod_mbox/xml-xalan-j-users/200405.mbox/%3C40B78A6E.6040307@eyecatching.com%3E
CC-MAIN-2015-40
en
refinedweb
Post your Comment J2ME Thread Processing Example J2ME Thread Processing Example In the given example, you will learn about the thread and how thread works in J2ME application. An application can run multiple activities Parallel Processing one lock. For example, a thread can enter a synchronized method, thus... language...
http://roseindia.net/discussion/22340-J2ME-Thread-Processing-Example.html
CC-MAIN-2015-40
en
refinedweb
Introduction With the advent of Ajax and Web 2.0 applications, end users have been spoiled with the fast response of web applications. Before web applications can respond even faster, certain bottlenecks must be removed. Bottlenecks include the huge computation of JavaScript and background I/O, which need to be removed...
http://www.ibm.com/developerworks/web/library/wa-webworkers/?ca=drs-
CC-MAIN-2015-40
en
refinedweb
Get/Set method Scotty Steven Ranch Hand Joined: Jan 27, 2012 Posts: 80 posted Mar 20, 2012 19:54:47 0 I am working my way through a text book, trying to self-teach during my spare time. One of the exercises has me setting up a class called Purchase, with get and set methods. It then wishes me to set up a method in tha...
http://www.coderanch.com/t/570962/java/java/Set-method
CC-MAIN-2015-40
en
refinedweb
This article focuses on migrating a CDMS web application that supports quality assurance and compliance checking in the Australian building and construction industries to the semantic web. As a part of this process: The D2R Server provides an easy way to publish the ITP and related tables to the semantic web as Linked ...
http://www.devx.com/semantic/Article/40938
CC-MAIN-2015-40
en
refinedweb
- Author: - DrMeers - Posted: - April 27, 2010 - Language: - Python - Version: - 1.1 - middleware ssl https redirection href - Score: - 2 (after 2 ratings) See docstrings for details. To use, add to MIDDLEWARE_CLASSES in settings.py, and in your views.py: from path.to.this.middleware import secure - Decorate SSL views ...
https://djangosnippets.org/snippets/1999/
CC-MAIN-2015-40
en
refinedweb
Hi everyone, I recentely began RF3->RF4 migration of one of my apps and hit the wall with the folowing issue: Lets say I have the following bean model, one using the other. For ex: public class Brand{ private Integer idbrand; private String name; ... public class Car{ private Brand brand; private Integer year; private ...
https://community.jboss.org/thread/199107?tstart=0
CC-MAIN-2015-40
en
refinedweb
index Fortran Tutorials Java Tutorials Java Applet Tutorials Java Swing and AWT Tutorials JavaBeans Tutorials applications, mobile applications, batch processing applications. Java is used... | Linux Tutorial | Java Script Tutorial | PHP Tutorial | Java Servlet Tutorial | Java Swing Tutorial | JEE 5 Tutorial | JDBC cre...
http://roseindia.net/tutorialhelp/comment/96778
CC-MAIN-2015-40
en
refinedweb
Encodes an HTTP cookie. #include "am.h" AM_EXPORT am_status_t am_http_cookie_encode encoded and stored. If the cookie or buffer is NULL.. If the defined size is smaller than the encoded value. If any other error occurred.
http://docs.oracle.com/cd/E19681-01/820-3738/gclyp/index.html
CC-MAIN-2015-40
en
refinedweb
Compute the minimal oriented bounding box for several 3D shapes. More... #include <vgl/algo/vgl_orient_box_3d.h> #include <vgl/vgl_box_3d.h> #include <vgl/vgl_point_3d.h> #include <vcl_vector.h> Go to the source code of this file. Compute the minimal oriented bounding box for several 3D shapes. Given a 3D geometric obj...
http://public.kitware.com/vxl/doc/release/core/vgl/html/vgl__orient__box__3d__operators_8h.html
crawl-003
en
refinedweb
Next: Debugging IMAP, Previous: Expunging mailboxes, Up: IMAP The IMAP protocol has a concept called namespaces, described by the following text in the RFC2060:). While there is nothing in this text that warrants concern for the IMAP implementation in Gnus, some servers use namespace prefixes in a way that does not wor...
http://www.gnu.org/software/emacs/manual/html_node/gnus/A-note-on-namespaces.html#A-note-on-namespaces
crawl-003
en
refinedweb
#include "BCP_error.hpp" #include "BCP_message_single.hpp" Include dependency graph for BCP_USER.hpp: This graph shows which files directly or indirectly include this file: Go to the source code of this file. This is the function the user must invoke when (s)he is ready to turn contrl over to BCP. The arguments of the ...
http://www.coin-or.org/Doxygen/CoinAll/_b_c_p___u_s_e_r_8hpp.html
crawl-003
en
refinedweb
kirupaForum > Art and Design > Drawing and Design > import swift3d in Lightwave or Maya PDA View Full Version : import swift3d in Lightwave or Maya helgi August 8th, 2002, 09:26 AM Hello, Is it possible to import a swift 3d object in Lightwave or Maya ? Wolf August 8th, 2002, 09:46 AM My first question is...do you work...
http://www.kirupa.com/forum/archive/index.php/t-1676.html
crawl-003
en
refinedweb
#include <OSResult.h> Collaboration diagram for ObjectiveSolution: Definition at line 697 of file OSResult.h. Default constructor. Class destructor. the number of types of objective function results other than the basic objective function values Definition at line 703 of file OSResult.h. a pointer to an array of Object...
http://www.coin-or.org/Doxygen/CoinAll/class_objective_solution.html
crawl-003
en
refinedweb
#include <OSInstance.h> Collaboration diagram for Objective: Definition at line 211 of file OSInstance.h. the name of the objective function Definition at line 221 of file OSInstance.h. declare the objective function to be a max or a min Definition at line 226 of file OSInstance.h. constant is the constant term added t...
http://www.coin-or.org/Doxygen/CoinAll/class_objective.html
crawl-003
en
refinedweb
#include <OSInstance.h> List of all members. Definition at line 135 of file OSInstance.h. idx is the index of the variable corresponding to the coefficient Definition at line 147 of file OSInstance.h. value is the value of the objective function coefficient corresponding to the variable with index idx Definition at lin...
http://www.coin-or.org/Doxygen/CoinAll/class_obj_coef.html
crawl-003
en
refinedweb
#include <OSnl2osil.h> Collaboration diagram for OSnl2osil: Definition at line 45 of file OSnl2osil.h. create an OSInstance from the AMPL nl instance representation osinstance is a pointer to the OSInstance object that gets created from the instance represented in MPS format Definition at line 71 of file OSnl2osil.h. o...
http://www.coin-or.org/Doxygen/CoinAll/class_o_snl2osil.html
crawl-003
en
refinedweb
#include <OSnLNode.h> Inheritance diagram for OSnLNodeVariable: Definition at line 1282 of file OSnLNode.h. default constructor. default destructor. varIdx is a map where the key is the index of an OSnLNodeVariable and (*varIdx)[ idx] is the kth variable in the map, e.g. (*varIdx)[ 5] = 2 means that variable indexed by...
http://www.coin-or.org/Doxygen/CoinAll/class_o_sn_l_node_variable.html
crawl-003
en
refinedweb
Next: Display Tables, Previous: Blinking, Up: Display The usual display conventions define how to display each character code. You can override these conventions by setting up a display table (see Display Tables). Here are the usual display conventions: tab-width. ctl-arrow. If it is non- nil, these codes map to sequen...
http://www.gnu.org/software/emacs/manual/html_node/elisp/Usual-Display.html#Usual-Display
crawl-003
en
refinedweb
SYNOPSIS #include <sys/mman.h> void *mmap(void *addr, size_t len, int prot, int flags, int fildes, off_t off); DESCRIPTION The mmap() function shall establish a mapping between a process' address space and a file, shared memory object, or typed memory object. The format of the call is as follows: pa=mmap(addr, len, pro...
http://www.linux-directory.com/man3/mmap.shtml
crawl-003
en
refinedweb
java.lang.Object org.eclipse.jface.wizard.Wizardorg.eclipse.jface.wizard.Wizard org.eclipse.vtp.desktop.projects.core.wizards.CreateBusinessObjectWizardorg.eclipse.vtp.desktop.projects.core.wizards.CreateBusinessObjectWizard public class CreateBusinessObjectWizard This wizard walks the user through the steps required t...
http://www.eclipse.org/vtp/documentation/javadoc/3.0%20API/org/eclipse/vtp/desktop/projects/core/wizards/CreateBusinessObjectWizard.html
crawl-003
en
refinedweb
#include <OSExpressionTree.h> Collaboration diagram for OSExpressionTree: Definition at line 35 of file OSExpressionTree.h. default constructor. default destructor. Get a vector of pointers to OSnLNodes that correspond to the OSExpressionTree in prefix format. Get a vector of pointers to OSnLNodes that correspond to th...
http://www.coin-or.org/Doxygen/CoinAll/class_o_s_expression_tree.html
crawl-003
en
refinedweb
#include <OSInstance.h> Collaboration diagram for Nl: Definition at line 388 of file OSInstance.h. default constructor. default destructor. idx holds the row index of the nonlinear expression Definition at line 391 of file OSInstance.h. m_bDeleteExpressionTree is true, if in garbage collection, we should delete the osE...
http://www.coin-or.org/Doxygen/CoinAll/class_nl.html
crawl-003
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 template< typename Seq , typename Pred = less<_1,_2> , typename In = unspecified > struct sort { typedef unspecified type; }; Returns a new sequence of all elements in ...
http://www.boost.org/doc/libs/1_37_0/libs/mpl/doc/refmanual/sort.html
crawl-003
en
refinedweb
collective.wtforms 1.0a3 plone wtforms integration Introduction collective.wtforms is plone integration with the WTForms form library. Basic Complete Form Example The basic form is constructed like so: from wtforms import Form, TextField from wtforms import validators class MyForm(Form): one = TextField("Field One", [v...
http://pypi.python.org/pypi/collective.wtforms/1.0a3
crawl-003
en
refinedweb
This is the matrix space for LowRankUpdateSymMatrix. More... #include <IpLowRankUpdateSymMatrix.hpp> This is the matrix space for LowRankUpdateSymMatrix. Definition at line 151 of file IpLowRankUpdateSymMatrix.hpp. Constructor, given the dimension of the matrix. Definition at line 157 of file IpLowRankUpdateSymMatrix.h...
http://www.coin-or.org/Doxygen/Ipopt/class_ipopt_1_1_low_rank_update_sym_matrix_space.html
crawl-003
en
refinedweb
Description The Debug.Assert is one of the greatest tools for developers to use for creating solid, bug free code.. This sample creates a dll that once referenced by your ASP.Net or Web Service app, just adding a small block of xml into your web.config file will cause the debugger to automatically break into your code....
http://www.c-sharpcorner.com/uploadfile/johnconwell/debugassertinaspdotnet11262005013820am/debugassertinaspdotnet.aspx
crawl-003
en
refinedweb
Accessing Directory Services in .NET Framework 2.0 Development Environment for this Article The configuration of the development environment used for this article is a Microsoft Virtual PC running Windows Server 2003. I promoted it to a domain controller for a fictitious dev.codeguru.com domain. All of the examples in ...
http://www.codeguru.com/csharp/.net/net_general/netframeworkclasses/article.php/c11413/Accessing-Directory-Services-in-NET-Framework-20.htm
crawl-003
en
refinedweb
Published: October 16, 2006 Updated: April 25, 2012 Applies To: Windows Server 2003 R2, Windows Server 2008, Windows Server 2008 R2 This FAQ answers questions about Distributed File System (DFS) Replication (also known as DFS-R or DFSR) for the Windows Server® 2008 R2, Windows Server 2008, and Windows Server 2003 R2 op...
http://technet.microsoft.com/en-us/library/cc773238(WS.10).aspx
crawl-003
en
refinedweb
#include </home/clem/local/src/opie/inputmethods/unikeyboard/unikeyboardimpl.h> Inheritance diagram for UniKeyboardImpl: Definition at line 45 of file unikeyboardimpl.cpp. [virtual] Definition at line 50 of file unikeyboardimpl.cpp. References icn, and input. The icon of your Input method. Return a pointer to a QPixmap...
http://people.via.ecp.fr/~clem/nist/doxydoc/allOpie/classUniKeyboardImpl.html
crawl-003
en
refinedweb
#include <controlplane/MapHandlerInterface.hpp> Definition at line 39 of file MapHandlerInterface.hpp. Definition at line 43 of file MapHandlerInterface.hpp. When the parameter is false, it means that the mapHandler has received a map but no resources were assigned to this terminal, true means that a map was received w...
http://docs.openwns.org/api/classlte_1_1controlplane_1_1ResourceGrantNotificationInterface.htm
crawl-003
en
refinedweb
Description Goflow is a simply package to control goroutines execution order based on dependencies. It works similar to async.auto from node.js async package, but for Go. Goflow alternatives and similar packages Based on the "Goroutines" category ants9.1 8.3 Goflow VS ants🐜⚡️A high-performance goroutine pool in Go, in...
https://go.libhunt.com/go-flow-alternatives
CC-MAIN-2020-05
en
refinedweb
I have a Kubernetes cluster which is running Django application within docker container served by uWSGI. The ingress controller is ingress-nginx (this one:). Recently I did an upgrade of the whole cluster from 1.9 to 1.11, and due to some issues I had to run kubeadm reset and kubeadm init again. Since then (I guess), s...
https://serverfault.com/questions/926642/uwsgi-and-nginx-502-upstream-prematurely-closed-connection
CC-MAIN-2020-05
en
refinedweb
Sandbox:TutorialArchBIM - João Batista Vilanova Artigas - Pictures by Pedro Kok - Barão de Jaceguaí, 1151 - Campo Belo, São Paulo-SP (Google) With 30 images - Completed Freecad model by Wilson, as above image Goal of this document Update original Arch Tutorial by Yorik van Havre . - Reflect version updated versions of ...
https://www.freecadweb.org/wiki/index.php?title=Sandbox:TutorialArchBIM&direction=next&oldid=468600
CC-MAIN-2020-05
en
refinedweb
SomeCollection A Swift Package to simplify working with Opaque Collections and Sequences. Why Use SomeCollection When working with a PATs (protocol with assoicatedtype) as an opaque type the assoicatedtype informantion is lost and becomes opaque as well. This means that if you are wanting to reutrn some Sequence or som...
https://swiftpack.co/package/bscothern/SomeCollection
CC-MAIN-2020-05
en
refinedweb
world of JavaScript frameworks is continuously evolving. As a result, we receive requests for integration with a specific new library every day. For a while now, Vue.js has been mentioned to us more than others. The framework is growing into a serious contender in the UI space, having accumulated almost as many GitHub...
https://community.devexpress.com/blogs/javascript/archive/2018/05/09/devextreme-vue-js-wrappers-v18-1.aspx
CC-MAIN-2020-05
en
refinedweb
dart_simple_math 0.1.3 Dart LCG # Basic linear congruential generator written in dart to get a feel of the dart programming language. Inspired by SENG475 assignment 1, I tried to adhere to the api specifications in that assignments. 0.1.3 Adding rational number class 0.1.2 linking to github 0.1.1 updating version 0.1.0...
https://pub.dev/packages/dart_simple_math
CC-MAIN-2020-05
en
refinedweb
UIElement Class Definition public ref class UIElement : System::Windows::Media::Visual, System::Windows::IInputElement, System::Windows::Media::Animation::IAnimatable [System.Windows.Markup.UidProperty("Uid")] public class UIElement : System.Windows.Media.Visual, System.Windows.IInputElement, System.Windows.Media.Anima...
https://docs.microsoft.com/en-us/dotnet/api/system.windows.uielement?view=netframework-4.7.1
CC-MAIN-2020-05
en
refinedweb
""" DDCMPolicy Module: This module contains the Dynamic Duty Cycle Modulation (DDCM) based policy aimed at mitigating workload imbalance in parallel applications that use barrier synchronizations. It reduces duty cycle of cpus not on the critical path of execution thereby reducing energy with little or no adverse impac...
https://xgitlab.cels.anl.gov/argo/nrm/blame/d0499a023740f77439922f9df83633e99153029f/nrm/ddcmpolicy.py
CC-MAIN-2020-05
en
refinedweb
. Here is a picture of my EP200Mmd. I bought it on eBay for a pretty decent price. This monochromator is slightly different than the one Shahriar had. Instead of using fiber optics to guide the light into the input slit, this one uses an input collimator/coupler to guide the light onto the input optical slit. Because o...
http://www.kerrywong.com/2015/08/16/yet-another-scanning-monochromator-build/?replytocom=917803
CC-MAIN-2020-05
en
refinedweb
[SOLVED] How to fix QtCreator and add QtSerialPort? I've been trying to add the SerialPort-library to my pre-installed Qt-packages (Ubuntu 14.04). It failed: QtCreator threw an error on "QT += serialport" and "#include <QSerialPort>" lacked highlighting. Next, I decided to try an installation from scratch. Being an ama...
https://forum.qt.io/topic/55267/solved-how-to-fix-qtcreator-and-add-qtserialport/4
CC-MAIN-2020-05
en
refinedweb
import "runtime" Package runtime contains operations that interact with Go's runtime system, such as functions to control goroutines. It also includes the low-level type information used by the reflect package; see reflect's documentation for the programmable interface to the run-time type system... The net, net/http, ...
https://golang.org/pkg/runtime/?m=all
CC-MAIN-2020-05
en
refinedweb
Trusted Web Activities (TWAs) can be a bit tricky to set up, especially if all you want to do is display your website. This guide will take you through creating a basic TWA, covering all the gotchas. By the end of this guide, you will: - Have built a Trusted Web Activity that passes verification. - Understand when your...
https://developers.google.cn/web/updates/2019/08/twas-quickstart?hl=id
CC-MAIN-2020-05
en
refinedweb
measurements A package providing basic classes for working with measurements such as Length and Mass. All provided classes provide the means to perform conversions, calculations and comparisons using objects. Example Conversions: import 'package:measurements/measurements.dart'; void main(List<String> arguments) async {...
https://pub.dev/documentation/measurements/latest/
CC-MAIN-2020-05
en
refinedweb
Pets vs. Human Life It's better to keep tropical fish. (1) they are silent (2) you always know where they are (3) most of them never bite (4) it costs almost nothing to keep them fed. (5) they are beautiful to watch and ask almost nothing in return (6)) filtration systems take care of any waste product (they cause no d...
https://hubpages.com/animals/Pets-vs-Human-Life
CC-MAIN-2017-34
en
refinedweb
Posted 22 Jul 2010 Link to this post Posted 23 Jul 2010 Link to this post First I would like to thank you for your valuable input. As it turns out there is a bug in the visualization of the stored procedures mappings. Even though the value is saved and it is not displayed in the details editor. If you are not convinced...
http://www.telerik.com/forums/unable-to-use-sp-to-insert-update-delete-from-view
CC-MAIN-2017-39
en
refinedweb
remove non-ascii from titles, otherwise we'll just corrupt them use stock for buttons, swap image instead of destroy & rebuild update some deprecated GTK functions use stock image for play button use stock image for select all button use stock for check buttons, just swap image instead of destroy & rebuild remove some ...
https://sourceforge.net/p/ripperx/git/ci/59cedd05582e98acfb4d75d4c25266a54efa8084/log/?path=
CC-MAIN-2017-39
en
refinedweb
Is there an easy way to remove comments from a C/C++ source file without doing any preprocessing. (ie, I think you can use gcc -E but this will expand macros.) I just want the source code with comments stripped, nothing else should be changed. EDIT: Preference towards an existing tool. I don't want to have to write thi...
https://codedump.io/share/NibTbvBtnhnf/1/remove-comments-from-cc-code
CC-MAIN-2017-39
en
refinedweb
Textbox. This is my first real project using C#/.NET, having come from C++/MFC and Java. I decided that a great way to learn was to take something I'm already familiar with and convert it to C#. This would allow me to learn the new technology as well as to make note of the differences. This article is the result of con...
https://www.codeproject.com/Articles/5015/Validating-Edit-Controls?fid=23232&df=90&mpp=25&sort=Position&spc=Relaxed&tid=3414102
CC-MAIN-2017-39
en
refinedweb
In this blog post I describe how the GlobalSearchAdapter in Open Event Android was made which enabled users to search quickly within the app. This post also outlines how to create Recycler Views with heterogenous layouts and explains how to write ViewHolders. Adapter Logic A custom adapter was built for the population ...
https://blog.fossasia.org/globalsearchadapter-setup-in-open-event-android-app/
CC-MAIN-2017-39
en
refinedweb
I'm using Eclipse and even though I've done more challenging things than this I keep getting stuck no matter how hard I hammer away at it. This is a package, so the end of the first part (Driver Class?) is really what I'm having trouble with. Comments are included in the code. Also including the second part/ class is i...
https://www.daniweb.com/programming/software-development/threads/243278/somewhat-simple-java-programming-problem-i-ve-tackled-harder-but-am-stuck-on-this
CC-MAIN-2017-39
en
refinedweb
Hey guys, So again, I'm trying to create one of the practice programs from my textbook without looking at the book's code. I want to test my skills... But failure has befallen me and I've given up for tonight. Hopefully one of you can figure this one out. So far, I have created three arrays: One for product numbers (in...
https://cboard.cprogramming.com/cplusplus-programming/143110-linker-error.html
CC-MAIN-2017-39
en
refinedweb
At an open meeting on April 29, 2015, the SEC issued proposed rules under Section 953(a) of the Dodd-Frank Act that, if adopted, would require companies to provide new tabular disclosure in proxy and information statements of the relationship between executive compensation actually paid by a company and the company's f...
https://www.lexology.com/library/detail.aspx?g=70572265-1429-4160-8af8-2148ec22ce2b
CC-MAIN-2017-39
en
refinedweb
WP. A new drop of Prism has been published last Thursday. Among other things, in this drop we refactored Francis has been a busy man lately on his blog with a series of posts on the various loosely coupled Francis has been a busy man lately on his blog with a series of posts on the various loosely coupled Francis has b...
https://blogs.msdn.microsoft.com/francischeung/2008/05/30/decoupled-communication-with-prism-commanding/
CC-MAIN-2017-39
en
refinedweb
RoamingSettings The settings created by using the methods of the RoamingSettings object are saved per add-in and per user. That is, they are available only to the add-in that created them, and only from the user's mail box in which they are saved. While the Outlook Add-in API limits access to these settings to only the...
https://dev.office.com/reference/add-ins/outlook/1.5/RoamingSettings
CC-MAIN-2017-39
en
refinedweb