text
stringlengths
20
1.01M
url
stringlengths
14
1.25k
dump
stringlengths
9
15
lang
stringclasses
4 values
source
stringclasses
4 values
Linux 2019-03-06 NAME socket - create an endpoint for communication SYNOPSIS #include <sys/types.h> /* See NOTES */ #include <sys/socket.h> #include <sys/socket.h> int socket(int domain, int type, int protocol); DESCRIPTION socket() On success, a file descriptor for the new socket is returned. On error, -1 is returned,...
https://reposcope.com/man/en/2/socket
CC-MAIN-2019-51
en
refinedweb
Final Keyword in Java – Learn to Implement with Methods & Classes Final Keyword in Java is used to finalize the value of a variable, class or method in the entire program. It stores the initialized value in the memory which will never change at any condition. There are much more to learn and implement the final keyword...
https://data-flair.training/blogs/final-keyword-in-java/comment-page-1/
CC-MAIN-2019-51
en
refinedweb
Creating a Calculator With wxPython Creating a Calculator With wxPython Learn how to create a calculator using the dreaded eval() fucntion in Python while learning how to keep it under control. Join the DZone community and get the full member experience.Join For Free A lot of beginner tutorials start with “Hello World”...
https://dzone.com/articles/creating-a-calculator-with-wxpython?fromrel=true
CC-MAIN-2019-51
en
refinedweb
Accelerated Bregman proximal gradient (ABPG) methods Project description # Accelerated Bregman Proximal Gradient Methods Accelerated first-order algorithms for solving relatively-smooth convex optimization problems of the form minimize { f(x) + P(x) | x in C } with a reference function h(x), where - h(x) is convex and ...
https://pypi.org/project/accbpg/
CC-MAIN-2019-51
en
refinedweb
I was very pleased with the types of things that they advised, and I put together a sheet for next year's packets with some highlights. The file's linked here, but I thought that I'd also share the process for making these (with the rotating font sizes, types, and styles) yourself: - You'll need Python (script below) a...
http://tatnallsbg.blogspot.com/2013/06/advice-to-future-physics-students.html
CC-MAIN-2017-34
en
refinedweb
We continue from TFS Integration Tools – Where does one start? … part 1 (documentation) and TFS Integration Tools – Where does one start? … part 2 (try a simple migration). In this post we look what happened after “gently” selecting START. Remember the following … - We configured the session using no customizations, su...
https://blogs.msdn.microsoft.com/willy-peter_schaub/2011/05/16/tfs-integration-tools-where-does-one-start-part-3-dust-has-settled-did-it-work/
CC-MAIN-2017-34
en
refinedweb
XI Landscape As such XI landscape is just another SAP landscape. But when we take closer look, we realize its far more complicated and diverse. As per standard, it has DEV, TEST and PRD environment. XI being middleware is a central point of communication for various SAP and non-SAP systems and as a central point of com...
https://blogs.sap.com/2005/12/06/xi-ccms-alert-monitoring-overview-and-features/
CC-MAIN-2017-34
en
refinedweb
Any help given would be much appreciated. I normally like to figure things out for myself, but this one has me stumped. Thanks, PS I only know basic coding commands, we haven't done extensive work on inbuilt functions and all, so my code will probably look a little, well basic, and that is because that is what I know. ...
http://www.dreamincode.net/forums/topic/316223-check-if-a-word-is-a-palindrome-and-avoid-punctuation-and-spaces/
CC-MAIN-2017-34
en
refinedweb
I'm trying to compile this piece of code: import java.util.Collection; import java.util.function.BiConsumer; import de.hybris.platform.servicelayer.exceptions.ModelSavingException; import de.hybris.platform.servicelayer.model.ModelService; public class Foo { public static interface ModelService2 { public abstract void ...
https://codedump.io/share/mNJehB5wZnwE/1/why-is-the-type-inference-to-a-biconsumer-for-a-one-argument-instance-method-different-in-this-case
CC-MAIN-2017-34
en
refinedweb
Thread Synchronization (C# Programming Guide) The following sections describe features and classes that can be used to synchronize access to resources in multithreaded applications. One of the benefits of using multiple threads in an application is that each thread executes asynchronously. For Windows applications, thi...
https://msdn.microsoft.com/en-us/library/ms173179(v=VS.80).aspx
CC-MAIN-2017-34
en
refinedweb
When a Revit project (RVT) file contains a family instance and we select the instance and edit the family, it opens up the Family in family editor mode. If users click Save at this point from the Revit User Interface, Revit knows the location of the Family Document from where the Family was loaded initially. Can we ext...
http://adndevblog.typepad.com/aec/2012/09/accessing-the-path-a-revit-family-document-from-the-family-instance.html
CC-MAIN-2017-34
en
refinedweb
Java date and time program :- Java code to print or display current system date and time. This program prints current date and time. We are using GregorianCalendar class in our program. Java code to print date and time is given below :- Java programming code import java.util.*; class GetCurrentDateAndTime { public stat...
http://www.programmingsimplified.com/java/source-code/java-program-display-date-time
CC-MAIN-2015-22
en
refinedweb
Agenda See also: IRC log <noah> As noted in my regrets, I have some conflicts with today's call, but I'll try to keep an occasional eye out for IRC, and dial in if something comes up for which I am needed. Thank you. <scribe> Agenda: SW: Other topics? DC: Assume that package URIs stuff would come up some time SW: Issue...
http://www.w3.org/2008/11/13-tagmem-minutes
CC-MAIN-2015-22
en
refinedweb
Opened 3 years ago Last modified 2 months ago #7325 new bug threadDelay mistreats minBound and maxBound in some configurations Description threadDelay currently treats minBound and maxBound incorrectly in some cases. This breaks the following idiom (as seen in the async package): forever (threadDelay maxBound) On Linux...
https://ghc.haskell.org/trac/ghc/ticket/7325
CC-MAIN-2015-22
en
refinedweb
- NAME - SYNOPSIS - DESCRIPTION - FEEDBACK - AUTHOR - Hilmar Lapp - APPENDIX - Internal methods NAME Bio::DB::BioSQL::Cluster APPENDIX The rest of the documentation details each of the object methods. Internal methods are usually preceded with a _::ClusterI references a namespace with authority, and possibly a species....
https://metacpan.org/pod/Bio::DB::BioSQL::ClusterAdaptor
CC-MAIN-2015-22
en
refinedweb
Created on 2010-08-03 22:12 by ideasman42, last changed 2020-11-02 05:17 by ideasman42. Some parts of the python api expect __main__ module dictionary to be the namespace when executing a script, this is true when running a python script from the python binary but NOT true when running a compiled script from the C/API ...
https://bugs.python.org/issue9499
CC-MAIN-2021-49
en
refinedweb
I know that this topic has already appeared here and in other places. I tried to follow couple paths and can not make JupyterLab to display dash apps. Probably there is some switch I need to turn on but can’t find out what it is and have no idea where else to look. Need some help, please. Here is how I installed test e...
https://community.plotly.com/t/no-dash-dislay-in-jupyterlab/46652
CC-MAIN-2021-49
en
refinedweb
HashMap basic principle and underlying source code analysis 1. Storage structure of HashMap: HashMap is composed of array, chain structure (linked list) and red black tree. The structure of red black tree is added in JDK 1.8. (the storage structure will change dynamically according to the amount of stored data). Source...
https://programmer.help/blogs/basic-principle-and-underlying-analysis-of-hashmap.html
CC-MAIN-2021-49
en
refinedweb
977. Square of ordered array simple single \color{#00AF9B} {simple} simple Give you an integer array nums sorted in non decreasing order, and return a new array composed of the square of each number. It is also required to sort in non decreasing order. Example 1: Input: nums = [-4,-1,0,3,10] Output:[0,1,9,16,100] Expla...
https://programmer.help/blogs/leetcode-learning-plan-algorithm-introduction-c-day-2-double-pointer.html
CC-MAIN-2021-49
en
refinedweb
This site uses strictly necessary cookies. More Information How hard it is? Are any code changes necessary? Since TMP became free I've considered replacing current stuff that uses UI text with it, but since some of the code that uses UI Text was written by someone else (Fungus team, to be precise - even if they use TMP...
https://answers.unity.com/questions/1326120/how-hard-is-to-replace-ui-text-with-text-mesh-pro.html
CC-MAIN-2021-49
en
refinedweb
Python wrapper for Domino API¶ The Python binding for the Domino API is installable via pip: pip install git+ If you would like to use the Python binding within a Domino workbook session simply include the following line to your project’s requirements.txt file. This will make the Python binding available for each new w...
https://docs.dominodatalab.com/en/4.6.2/api/Python_wrapper_for_Domino_API.html
CC-MAIN-2021-49
en
refinedweb
Timer with UI Hello, I want to create something like a timer with the UI. For testing there should be a button which triggers a label to display a count down etc. This is my code. Unfortunately, it only displays the last value (0) of the count down. Why is it like this? Is there anything I can do to directly display th...
https://forum.omz-software.com/topic/2285/timer-with-ui/?
CC-MAIN-2021-49
en
refinedweb
Beginners in the field of data science who are not familiar with programming often have a hard time figuring out where they should start. With hundreds of questions about how to get started with Python for DS on various forums, this post (and video series) is my attempt to settle all those questions. I'm a Python evang...
https://www.freecodecamp.org/news/python-fundamentals-for-data-science/
CC-MAIN-2021-49
en
refinedweb
Dear openHAB community, The one or the other might have read my mail on the Eclipse SmartHome (ESH) mailing list that I am retiring as a project lead of ESH. I can imagine that this announcement will bring up many questions in the openHAB community. That’s why I would like to give you some background on this decision a...
https://community.openhab.org/t/the-road-ahead-reintegrating-esh/64670/1
CC-MAIN-2021-49
en
refinedweb
NAME asn1_find_structure_from_oid - Locate structure defined by a specific OID. SYNOPSIS #include <libtasn1.h> const char * asn1_find_structure_from_oid(ASN1_TYPE definitions, const char * oidValue); ARGUMENTS DESCRIPTION Search the structure that is defined just after an OID definition. RETURNS NULL when OIDVALUE not ...
https://linux.fm4dd.com/en/man3/asn1_find_structure_from_oid.htm
CC-MAIN-2021-49
en
refinedweb
1586691360 With lots of practice, programming will get gradually get easier, but the bottom line is that programming is hard. It can be made even more difficult with an unfortunate combination of assumption and working problems out on your own. Without a mentor especially, it can be rather difficult to ever even know i...
https://morioh.com/p/13ea846a1d8a
CC-MAIN-2021-49
en
refinedweb
. Plot legends identify discrete labels of discrete points. For continuous labels based on the color of points, lines, or regions, a labeled colorbar can be a great tool. In Matplotlib, a colorbar is a separate axes that can provide a key for the meaning of colors in a plot. Because the book is printed in black-and-whi...
https://nbviewer.ipython.org/github/donnemartin/data-science-ipython-notebooks/blob/develop/matplotlib/04.07-Customizing-Colorbars.ipynb
CC-MAIN-2021-49
en
refinedweb
GridSearch is not Enough: Part Two. There are many ways to solve the wrong problem. A most iconic one is to fail to recognize Goodhart’s law; when a metric becomes a target to be optimized, it risks no longer being a useful metric There are many anecdotes about this phenomenon on Wikipedia. The craziest one involves co...
https://koaning.io/posts/goodheart-bad-metric/
CC-MAIN-2021-49
en
refinedweb
What's New in Pylint 2.4¶ - Release 2.4 - Date 2019-09-24 Summary -- Release highlights¶ New checkers¶ import-outside-toplevel This check warns when modules are imported from places other than a module toplevel, e.g. inside a function or a class. Added a new check, consider-using-sys-exit This check is emitted when we ...
https://pylint.pycqa.org/en/latest/whatsnew/2.4.html
CC-MAIN-2021-49
en
refinedweb
Important: Please read the Qt Code of Conduct - ListView contentY changes on move When clicking an item in the ListView, it should be moved to the first implementation. I wanted to animate the opacity, but it seems not to be possible. Then I saw that the contentY of the listView changes, the moved item is at contentY -...
https://forum.qt.io/topic/43992/listview-contenty-changes-on-move/1
CC-MAIN-2021-49
en
refinedweb
Why didn't anyone use this obvious variant? proc lambda {p b} { set name [list lambda $p $b] if {[info procs $name] eq ""} { proc $name $p $b } return $name } General lambda use cases work well: % [lambda {s1 s2} {puts "s1=$s1 s2=$s2"}] asd cvb s1=asd s2=cvb % set aaa [lambda {s1 s2} {puts "s1=$s1 s2=$s2"}] lambda {s1 ...
https://groups.google.com/g/comp.lang.tcl/c/NKxsvPrLx8I
CC-MAIN-2021-49
en
refinedweb
Getting started with GPAW¶ In this exercise we will calculate structures and binding energies for simple molecules. Performing a structure optimization¶ A structure optimization, also called a relaxation, is a series of calculations used to determine the minimum-energy structure of a given system. This involves multipl...
https://wiki.fysik.dtu.dk/gpaw/exercises/gettingstarted/gettingstarted.html
CC-MAIN-2019-09
en
refinedweb
Those of us who have to tiptoe around non-standard or ancient compilers will know that template template parameters are off limits. - Hubert Matthews [Matthews03] Dvbcodec fail Long ago, way back in 2004, I wrote an article for Overload [Guest04] describing how to use the Boost Spirit [Spirit] parser framework to gener...
https://accu.org/index.php/journals/1573
CC-MAIN-2019-09
en
refinedweb
In one of Quarkslab's projects, we came across the issue of randomizing a large set of integers, described as a list of disjoint intervals. These intervals can be represented as a sorted list of integers couples, like this one: \([1, 4], [10, 15], [17, 19], \dots\). The idea is to randomly and uniquely select numbers a...
https://blog.quarkslab.com/unique-random-number-set-computation.html
CC-MAIN-2019-09
en
refinedweb
14.2. Drawing flight routes with Network load and visualize a dataset containing many flight routes and airports around the world (obtained from the OpenFlights website at). Getting ready To draw the graph on a map, you need cartopy, available at. You can install it with conda install -c conda-forge cartopy. How to do ...
https://ipython-books.github.io/142-drawing-flight-routes-with-networkx/
CC-MAIN-2019-09
en
refinedweb
Hacking Oscar! March 23, 2005 XQuery is a rich and expressive language. I love exploring the types of questions you can pose using it. In fact, I enjoy exploring the types of queries you can pose almost as much as I enjoy discovering what those queries can discover (if you can parse that sentiment). I realized around A...
https://www.xml.com/pub/a/2005/03/23/oscar.html
CC-MAIN-2019-09
en
refinedweb
It's not the same without you Join the community to find out what other Atlassian users are discussing, debating and creating. Hi, I would like to know the Custom script post-function allows to update a custom date field (dd/mm/yyyy) with the current transition date. I have tried few codes but non of them works. using ...
https://community.atlassian.com/t5/Adaptavist-questions/ScriptRunner-How-to-update-current-date-on-custom-field-using-on/qaq-p/697370
CC-MAIN-2019-09
en
refinedweb
3.3. Mastering widgets ipywidgets package provides many common user interface controls for exploring code and data interactively. These controls can be assembled and customized to create complex graphical user interfaces. In this recipe, we introduce the various ways we can create user interfaces with ipywidgets. Getti...
https://ipython-books.github.io/33-mastering-widgets-in-the-jupyter-notebook/
CC-MAIN-2019-09
en
refinedweb
Introduction. CandyBar SparkFun Wish List - USB Cable Extension – 6 Foot - Polarized Connectors – Crimp Pins - CAT 6 Cable – 3ft - Ribbon Cable – 6 wire (15ft) - SparkFun USB Mini-B Cable – 6 Foot - MicroSD Card with Adapter – 8GB - LED RGB Strip – Addressable, Bare (1m) - Foam PCB Tape – 3M VHB Acrylic 1″ (1 yard) - F...
https://projects-raspberry.com/building-large-led-installations/
CC-MAIN-2019-09
en
refinedweb
Source: Deep Learning on Medium It’s been a while since I posted a new blog post having been busy with other things in my life. I have been working on this project for a while now. And now, when it is finally done I can share it with you. Besides my passion to Machine Learning and AI algorithm in general, I have anothe...
http://mc.ai/computer-made-japanese-letters-through-variational-autoencoder/
CC-MAIN-2019-09
en
refinedweb
> I really think that we need to avoid trying to have a single 'known good' > flag/generationnrwith the inode.I don't think we should have anything in the inode. We don't want tobloat inode objects for this cornercase.> if you store generation numbers for individual apps (in posix attributes > to pick something that co...
http://lkml.org/lkml/2008/8/16/65
CC-MAIN-2017-13
en
refinedweb
User talk:Mormegil From OpenStreetMap Wiki Wikiteam Hi Mormegil, I saw your edits at the wikicleanup and would like to ask if you are interested in Talk:Wiki#Forming_a_Wiki_Team? --!i! 16:35, 4 November 2010 (UTC) - Hi! I’ll be glad to help around, but as you can see, I am not present too often on the wiki. --Mormegil ...
http://wiki.openstreetmap.org/wiki/User_talk:Mormegil
CC-MAIN-2017-13
en
refinedweb
When you need a full-text search for Django-CMS-based website, you can use Haystack and django-cms-search. The latter module ensures that all CMS Pages get indexed. One important thing to mention is that if you use any custom Plugins, search_fields need to be defined for them, so that the Pages using them are indexed p...
http://djangotricks.blogspot.com/2011/11/django-cms-haystack-and-custom-plugins.html
CC-MAIN-2017-13
en
refinedweb
FvwmPerl - the fvwm perl manipulator and preprocessor F. This module is intended to extend fvwm commands with the perl scripting power. It enables to embed perl expressions in the fvwm config files and construct fvwm commands. If you want to invoke the unique and persistent instanse of FvwmPerl, it is suggested to do t...
http://huge-man-linux.net/man1/FvwmPerl.html
CC-MAIN-2017-13
en
refinedweb
gsasl_base64_encode - API function #include <gsasl.h> int gsasl_base64_encode(char const * src, size_t srclength, char * target, size_t targsize); char const * src input byte array size_t srclength size of input byte array char * target output byte array size_t targsize size of output byte array Encode data as base64. ...
http://huge-man-linux.net/man3/gsasl_base64_encode.html
CC-MAIN-2017-13
en
refinedweb
Hi, I ve got problem in implementing ADT in my program, below I posted my PQ.c, PQ.h -> which is the ADT (not full ADT) you'll see why in my code...and office.c+ office. which is the program using the functions implemented in PQ this is the code (not full code, but will gives you the idea of my problem): PQ.h PQ.cPQ.cC...
https://cboard.cprogramming.com/c-programming/27315-half-adt-nested-struct-problem-printable-thread.html
CC-MAIN-2017-13
en
refinedweb
Consider the simple relation between Employee and Company models(many to many): Company model: has_many :employees, through: :company_employees has_many :company_employees has_many :companies, through: :company_employees has_many :company_employees belongs_to :employee belongs_to :company has_many :companies def owners...
https://codedump.io/share/RbeDwYHP50uD/1/includes-method--n-1-issue--doesn39t-work-with-a-push-method-but-does-with--when-assigning-to-an-array
CC-MAIN-2017-13
en
refinedweb
:- It was just added recently (probably a devfs thing). Before that, it just ran the "lvm_fs_setup()" (or whatever) function, and didn't do anything with the output. Hmm, that means my suggestion may be broken. Need something like: #if LINUX_KERNEL_VERSION > KERNEL_VERSION (2, 3, 38) foo.de = #endif lvm_fs_setup(); Ch...
https://www.redhat.com/archives/linux-lvm/2001-October/msg00124.html
CC-MAIN-2017-13
en
refinedweb
: #!/lusr/bin/python print "Hello World!" Before you run it, you must make it into an executable file. > chmod +x Hello.py To run the script, you simply call it by name like so: > ./Hello.py For complex problems, you will break up the task of solving the problem into separate subtasks. Each of the subtasks will be impl...
http://www.cs.utexas.edu/~mitra/csSummer2011/cs303/lectures/python.html
CC-MAIN-2014-52
en
refinedweb
24 November 2009 20:37 [Source: ICIS news] WASHINGTON (ICIS news)--US Interior Secretary Ken Salazar on Tuesday announced broad onshore oil and natural gas leasing plans for 2010 and promised that oil, gas and coal will continue to play important roles in the Obama administration’s energy policies. But Salazar also had...
http://www.icis.com/Articles/2009/11/24/9266882/us-sets-onshore-oil-and-gas-leasing-plan-for-2010.html
CC-MAIN-2014-52
en
refinedweb
Insert"... A Statement will always proceed through the four steps above for each SQL query Executing Prepared Statement ; } Executing Prepared Statement Prepared Statement represents the pre... is no-parameter prepared statement example. Example- At first create table named student... String PreparedStatement statement...
http://www.roseindia.net/tutorialhelp/comment/86740
CC-MAIN-2014-52
en
refinedweb
Using Terracotta for Configuration Management By JR Boyens 01 May 2008 | TheServerSide.com Configuration. Getting a value out of the configuration looks something like this: String myProperty = Config.getInstance().get("hostname", "propertyname"); However, this was too restrictive. In a lot of cases, we had JVMs that s...
http://www.theserverside.com/news/1363824/Using-Terracotta-for-Configuration-Management
CC-MAIN-2014-52
en
refinedweb
>>?NEPTUNE_=96_unedited?= Released on 2012-10-17 17:00 GMT Condensed will go to clients. NEPTUNE - East Asia - 110627 REGION July will likely bring to the foreground elements of instability in East Asia, ranging from China's economy to South China Sea territorial disputes to Southeast Asian politics and business. Regio...
http://www.wikileaks.org/gifiles/docs/30/3092935_-eastasia-windows-1252-q-neptune_-96_unedited-.html
CC-MAIN-2014-52
en
refinedweb
19 November 2009 15:29 [Source: ICIS news] By Nigel Davis LONDON (ICIS news)--The chemicals sector faces “total re-invention” as the ?xml:namespace> Speaking to industry executives at the Chemical Industry Association’s (CIA’s) annual dinner in The government expects chemicals to remain a tough business as the global e...
http://www.icis.com/Articles/2009/11/19/9265653/uk-chems-face-total-re-invention-in-low-carbon-drive-mandelson.html
CC-MAIN-2014-52
en
refinedweb
Working through the specific link that was clicked. The challenge was complicated by the fact that the taskflows had to be completely independent, of each other and of the page in which they were embedded. The general approach with a taskflow that has a link that when clicked should result in effects outside the taskfl...
http://technology.amis.nl/2011/12/01/programmatic-navigation-in-webcenter-portal-application-do-processaction-from-java/
CC-MAIN-2014-52
en
refinedweb
RESTfulie - A Gem To Create Hypermedia Aware Services And Clients Guilherme Silveira writes to InfoQ on the release of a ruby gem that makes developing hypermedia aware services and clients that consume them a breeze. He said Much has been spoken about what is and what are the advantages of using rest/restful ideas in ...
http://www.infoq.com/news/2009/11/restfulie-hypermedia-services
CC-MAIN-2014-52
en
refinedweb
MagicJack/Contribute From Wikibooks, open books for an open world Anyone may contribute to this book. And you are encouraged to do so. Below are guidelines we should all try to follow, and resources useful for beginners to Wiki editing. Guidelines[edit] Please try to follow these general guidelines: - If adding to the ...
http://en.wikibooks.org/wiki/MagicJack/Contribute
CC-MAIN-2014-52
en
refinedweb
NAME driver -- structure describing a device driver SYNOPSIS #include <sys/param.h> #include <sys/bus */ { 0, 0 } }; static driver_t foo_driver { "foo", foo_methods, sizeof(struct foo_softc) }; static devclass_t foo_devclass; DRIVER_MODULE(foo, bogo, foo_driver, foo_devclass, 0, 0); DESCRIPTION Each driver in the kerne...
http://manpages.ubuntu.com/manpages/oneiric/man9/driver.9freebsd.html
CC-MAIN-2014-52
en
refinedweb
Tools for Visual C++ Development As part of the Visual Studio Integrated Development Environment (IDE), Visual C++ shares many windows and tools in common with other languages. Many of those, including Solution Explorer, the Code Editor, and the Debugger, are documented in the MSDN library under Application Development...
http://msdn.microsoft.com/en-us/library/hh967574(d=printer).aspx
CC-MAIN-2014-52
en
refinedweb
. using System; using System.Reflection; class Asminfo1 { public static void Main(string[] args) { Console.WriteLine ("\nReflection.MemberInfo"); //Get the Type and MemberInfo. //Insert the fully qualified class name inside the quotation marks in the following statement. Type MyType =Type.GetType("System.IO.BinaryReade...
http://msdn.microsoft.com/en-us/library/y5x1feba(d=printer,v=vs.90).aspx
CC-MAIN-2014-52
en
refinedweb
08 February 2008 02:30 [Source: ICIS news] SINGAPORE (ICIS news)--These were the top stories at 1:00 GMT in the following Northeast Asia/ ?xml:namespace> These stories have been taken from the Internet editions of the papers. ICIS has not verified these stories and does not vouch for their accuracy. Front page 4 held i...
http://www.icis.com/Articles/2008/02/08/9099278/in-fridays-asia-papers.html
CC-MAIN-2014-52
en
refinedweb
15 November 2012 08:21 [Source: ICIS news] SINGAPORE (ICIS)--?xml:namespace> The company will invest yuan (CNY) 19bn ($3bn) in the project and the construction period is expected to be four years, the statement added. The Inner Mongolia Development and Reform Commission has approved the construction earlier this week, ...
http://www.icis.com/Articles/2012/11/15/9614221/chinas-inner-mongolia-yitai-chemical-to-build-fine-chemical-project.html
CC-MAIN-2014-52
en
refinedweb
hiberante installation - Hibernate hiberante installation how to install hibernate s/w in windows xp. Hi Friend, Please visit the following link: Hope that it will be helpful for you. Thanks Ask for latest version for hibernate Ask for latest version for hibernate any new version for hibernate after 3.0, if yes can u g...
http://www.roseindia.net/tutorialhelp/comment/95746
CC-MAIN-2014-52
en
refinedweb
java.lang.Object org.jboss.dna.common.text.TokenStreamorg.jboss.dna.common.text.TokenStream org.jboss.dna.sequencer.ddl.DdlTokenStreamorg.jboss.dna.sequencer.ddl.DdlTokenStream public class DdlTokenStream A TokenStream implementation designed around requirements for tokenizing and parsing DDL statements. Because of the...
http://docs.jboss.org/jbossdna/latest/api/org/jboss/dna/sequencer/ddl/DdlTokenStream.html
CC-MAIN-2014-52
en
refinedweb
Squish 5.1 is a major new release with many new features and bug fixes. Here is a selected summary of the release's highlights—a detailed list of all the main changes is given in the sections that follow. The Android, iOS and Qt editions of Squish now have full support for automating tests on touch-devices, including f...
http://doc.froglogic.com/squish/5.1/rel-510.html
CC-MAIN-2014-52
en
refinedweb
Address-of Operator: & The unary address-of operator (&) takes the address of its operand. The operand of the address-of operator can be either a function designator or an l-value that designates an object that is not a bit field and is not declared with the register storage-class specifier. The address-of operator can...
http://msdn.microsoft.com/en-US/library/64sa8b1e(v=vs.80).aspx
CC-MAIN-2014-52
en
refinedweb
Reporters are MATLAB® objects that generate formatted content when added to a MATLAB Report Generator™ Report object. MATLAB Report Generator provides reporters for generating common report components, such as title pages, tables of contents, chapters, subsections, figures, and MATLAB variables values. You can customiz...
https://au.mathworks.com/help/rptgen/ug/what-is-a-reporter.html
CC-MAIN-2021-39
en
refinedweb
sasl_getsecret_t (3) - Linux Man Pages sasl_getsecret_t: The SASL callback for secrets (passwords) NAMEsasl_getsecret_t - The SASL callback for secrets (passwords) SYNOPSIS #include <sasl/sasl.h> int sasl_getsecret_t(sasl_conn_t *conn, void *context, int id, sasl_secret_t ** psecret); DESCRIPTION sasl_getsecret_t is us...
https://www.systutorials.com/docs/linux/man/3-sasl_getsecret_t/
CC-MAIN-2021-39
en
refinedweb
Unity SDK¶ New changes since May 10th, 2021 Installation¶ Using Unity Package Manager¶ - Go to Window > Package Manager. Click "+" button, then select "Add package from git URL..." - Enter Git URL: - Click "ADD" Click to import the example project in order to test the built-in demonstration. Using legacy .unitypackage:...
https://docs.colyseus.io/fr/colyseus/getting-started/unity3d-client/
CC-MAIN-2021-39
en
refinedweb
Form1: Text: VB270 SQL Client Tool Back color: blue Go to project [menu] à Add a reference Click on the .NET tab Double click on the Execute button Above formal class write Imports System.Data Imports System.Data.SqlClient // Code for button click execute ‘Execute (button_Click) Try Dim cn as new SqlConnection (“userid...
https://tekslate.com/working-form-based-applications-vb-net
CC-MAIN-2021-39
en
refinedweb
Tcl_DiscardResult (3) - Linux Man Pages Tcl_DiscardResult: save and restore an interpreter's state NAME Tcl_SaveInterpState, Tcl_RestoreInterpState, Tcl_DiscardInterpState, Tcl_SaveResult, Tcl_RestoreResult, Tcl_DiscardResult - save and restore an interpreter's state SYNOPSIS #include <tcl.h> Tcl_InterpState Tcl_SaveIn...
https://www.systutorials.com/docs/linux/man/docs/linux/man/3-Tcl_DiscardResult/
CC-MAIN-2021-39
en
refinedweb
This blog was written by Bethany Griggs, with additional contributions from the Node.js Technical Steering Committee. We are excited to announce the release of Node.js 16 today! Highlights include the update of the V8 JavaScript engine to 9.0, prebuilt Apple Silicon binaries, and additional stable APIs. You can downloa...
https://www.tefter.io/bookmarks/626716/readable
CC-MAIN-2021-39
en
refinedweb
12514 [details] XS project which shows the linker error described in the Description. Attached is a zip file containing a project that succeeds when built with XS 5.9.5 + Xamarin.iOS 8.10.4.46, but fails the linker step when built with XS 5.9.5 (build 17) + Xamarin.iOS 8.99.3.290. My current setup: === Xamarin Studio ...
https://bugzilla.xamarin.com/33/33124/bug.html
CC-MAIN-2021-39
en
refinedweb
Introduction This article will focus on explaining the factory pattern in C#, which is one of the most used patterns in the object oriented programming world. People say that design patterns originally evolved in the civil construction field and were later adopted in the software development field. In simple design, pa...
https://www.codeguru.com/csharp/guide-to-implement-the-factory-pattern-in-c/
CC-MAIN-2021-39
en
refinedweb
For reference, the following is a comprehensive list of all expressions allowed in guards: - comparison operators ( ==, !=, ===, !==, >, >=, <, <=) strictly boolean operators ( and, or, not) - arithmetic binary operators ( +, -, *, /) - arithmetic unary operators ( +, -) - binary concatenation operator ( <>) inand not...
https://hexdocs.pm/elixir/guards.html
CC-MAIN-2018-43
en
refinedweb
Distributing Human Resources among Software Development Projects 1 - Monica Beasley - 2 years ago - Views: Transcription o be assigned o developmen proecs. The esimaion calculaes he opimal disribuion from he economical poin of view (i.e.: ha which less coss). To accomplish his, we buil an economical model o disribue hu...
http://docplayer.net/17876001-Distributing-human-resources-among-software-development-projects-1.html
CC-MAIN-2018-43
en
refinedweb
Read a card register #include <hw/dcmd_sim_sdmmc.h> #define DCMD_SDMMC_CARD_REGISTER __DIOTF(_DCMD_CAM, _SIM_SDMMC + 4, struct _sdmmc_card_register) The command reads a card register. The SDMMC_CARD_REGISTER structure is defined as follows: typedef struct _sdmmc_card_register { uint32_t action; uint32_t type; uint32_t ...
http://www.qnx.com/developers/docs/7.0.0/com.qnx.doc.neutrino.devctl/topic/sdmmc/dcmd_sdmmc_card_register.html
CC-MAIN-2018-43
en
refinedweb
I keep getting "SyntaxError: Unexpected token else. I've looked around on the forums and I still can't figure out what's wrong. Please help. Thanks. var compare = function(choice1, choice2) { if (choice1 === choice2) { return("The result is a tie!"); } else if (choice1 === "rock") { if (choice2 === "scissors") { return...
https://discuss.codecademy.com/t/trouble-with-rock-paper-scissors-pt-7/71334
CC-MAIN-2018-43
en
refinedweb
Question: I wanted to bring this challenge to the attention of the stackoverflow community. The original problem and answers are here. BTW, if you did not follow it before, you should try to read Eric's blog, it is pure wisdom. Summary: Write a function that takes a non-null IEnumerable and returns a string with the fo...
http://www.toontricks.com/2018/05/tutorial-eric-lipperts-challenge-acomma.html
CC-MAIN-2018-43
en
refinedweb
by Sam Selikoff November 1, 2016 Last month I hosted Ember NYC's project night, and the audience and I built a sticky chatbox component together. My goal wasn't to end up with a prefabricated solution for everyone to use; instead, I wanted to work through the problem as a group, discussing our thought process and opini...
https://embermap.com/notes/63-building-a-sticky-chatbox
CC-MAIN-2018-43
en
refinedweb
Avoiding .Net — which, of course, contradicts the rules of COM. So while RCWs indeed mostly follow the rules of COM reference counting, they obviously do not do follow the rules in their entirety. Once I spotted this difference, it was easy to find an explanation of this very topic by Ian Griffiths, which is worth quot...
https://jpassing.com/2009/03/
CC-MAIN-2018-43
en
refinedweb
Documentation General Use Resetting the render path Adding Another Write Node Profile Promoting Write Knobs Render Farm Integration Convert Shotgun write nodes to standard Nuke write nodes Enabling the convert menu options Using the API to Convert Bootstrap the Shotgun Pipeline Toolkit engine using init.py 1. Pre-fligh...
https://support.shotgunsoftware.com/hc/en-us/articles/219032848?page=1
CC-MAIN-2018-43
en
refinedweb
> David Abrahams wrote: > >> That sounds great. I think we're almost there. Thanks for your work! > > My pleasure! Here is a new version, with the latest changes. I think > that it is now good enough to commit. Regards, Nicodemus. gcc 3.2.2 on Linux only stopped complaining after I inserted a "typename" directive as sh...
https://mail.python.org/pipermail/cplusplus-sig/2003-June/004213.html
CC-MAIN-2016-36
en
refinedweb
Md. Marufuzzaman wrote:something like a general approach nothing but using ssl and data encryption cause when you transmit over the wire data could be readable. What do you think on that. static bool prime_6(int a, int B)/>/> { int x; x = 2; // this number will divide number a and b to check if they are prime numbs. if...
http://www.codeproject.com/Messages/4434838/Re-alpha-numeric-char.aspx
CC-MAIN-2016-36
en
refinedweb
- II Last updated Jan 1, 2003. C++/CLI introduces many features that are new to a C++ programmer. However, very of few of them if any, are original. Most of them have been available for years in other programming languages e.g., C#, Java or even Borland’s VCL. Here is my take on the usefulness and engineering merits o...
http://www.informit.com/guides/content.aspx?g=cplusplus&seqNum=275
CC-MAIN-2016-36
en
refinedweb
#include <SimpleVariableScope.h> Inheritance diagram for SimpleVariableScope:: This is expected to be the main VariableScope mechanism, but I didn't want to collapse things together more because there may be lots of TripleSource objects that don't really want a whole SymbolTable allocated for them. We COULD do a lazy-e...
http://www.w3.org/2001/06/blindfold/api/classSimpleVariableScope.html
CC-MAIN-2016-36
en
refinedweb
1234567891011121314151617 #include <iostream> using namespace std; int main() { int amount; cout << "Enter amount of dollars. "; cin >> amount; int twenties, tens, fives, singles; amount = 137; 137 / 20 = 6 twenties; the remainder 137 % 20 = 17; 17 / 10 = 1 tens; the remainder 17 % 10 = 7; 7 / 5 = 1 fives; the remainde...
http://www.cplusplus.com/forum/beginner/111394/
CC-MAIN-2016-36
en
refinedweb
KnockoutJS (KO) is a JavaScript library written by Steve Sanderson who works for Microsoft and is the author of Pro ASP.NET MVC Framework. It is a JavaScript library that helps build apps conforming to the Model View View-Model pattern. KO makes it easier to create rich, desktop-like user interfaces with JavaScript and...
http://www.dotnetcurry.com/aspnet-mvc/905/shopping-cart-ui-aspnet-mvc-knockoutjs
CC-MAIN-2016-36
en
refinedweb
J. : 7 thoughts on “A puzzle puzzle” A grid of 10^n points has (n + 1)^2 possible aspect ratios (Assuming A:B and B:A are each unique), and the closest ratio will be 1:1 (A square of sides 10^(n-1). public class _Main_ { private java.util.Vector _factors; private java.util.Iterator _factorsI; private double _diff; priv...
http://www.johndcook.com/blog/2014/07/07/a-puzzle-puzzle/
CC-MAIN-2016-36
en
refinedweb
Java JTable Question or Datagrid March 14, 2010 at 2:38 PM Hello Sir How I can Display data in to JTable or grid which is Stored in MS Access Databse with Add,Update,Deletetion of Records.plz Help Me ... View Questions/Answers java netbean March 14, 2010 at 7:32 AM To develop an airline reservation system.The system sh...
http://www.roseindia.net/answers/questions/235
CC-MAIN-2016-36
en
refinedweb
To define a group, you should put the \defgroup command in a special comment block. The first argument of the command is a label that should uniquely identify the group. You can make an entity a member of a specific group by putting a \ingroup command inside its documentation block. The second argument is the title of ...
http://www.star.bnl.gov/public/comp/sofi/doxygen/grouping.html
CC-MAIN-2016-36
en
refinedweb
Analyzing crash dumps can be complicated. Although Visual Studio supports viewing managed crash dumps, you often have to resort to more specialized tools like the SOS debugging extensions or WinDbg. In today’s post, Lee Culver, software developer on the .NET Runtime team, will introduce you to a new managed library tha...
https://blogs.msdn.microsoft.com/dotnet/2013/05/01/net-crash-dump-and-live-process-inspection/
CC-MAIN-2016-36
en
refinedweb
All Papervision applications have the following elements in common. They can be thought of as the guts of Papervision. Scene The scene is where objects are placed. It contains the 3D environment and manages all objects rendered in Papervision3D. It extends the DisplayObjectContainer3D class to arrange the display objec...
https://professionalpapervision.wordpress.com/2008/11/18/guts-of-a-papervision-application/
CC-MAIN-2016-36
en
refinedweb
On Tue, 14 Dec 2010, Reimar D?ffinger wrote: > On Tue, Dec 14, 2010 at 05:24:22PM +0100, Guennadi Liakhovetski wrote: > > +#ifndef SUM8_MACS > > +#define SUM8_MACS(sum, w, p) SUM8(MACS, sum, w, p) > > +#endif > > + > > +#ifndef SUM8_MLSS > > +#define SUM8_MLSS(sum, w, p) SUM8(MLSS, sum, w, p) > > +#endif > > + > > +#if...
http://ffmpeg.org/pipermail/ffmpeg-devel/2010-December/084044.html
CC-MAIN-2016-36
en
refinedweb
malloc - a memory allocator #include <stdlib.h> void *malloc [CX] and set errno to indicate the error.and set errno to indicate the error. The malloc() function shall fail if: - [ENOMEM] - [CX] Insufficient storage space is available.Insufficient storage space is available. None. None. None. None. calloc(), free(), rea...
http://pubs.opengroup.org/onlinepubs/007904875/functions/malloc.html
CC-MAIN-2016-36
en
refinedweb
Alright, so I'm trying to code a program that will have the user input a collection of names and scores and allow them to calculate the highest and second highest scores. The two main questions I have are as follows: CODE: package homework7; import java.util.Scanner; public class ScoreCalculator { public static void ma...
http://www.javaprogrammingforums.com/%20loops-control-statements/14560-user-input-do-loop-printingthethread.html
CC-MAIN-2016-36
en
refinedweb
On Sat, Apr 24, 2010 at 1:32 AM, P.J. Eby <pje at telecommunity.com> wrote: > > If you don't mind trying a simple test for me, would you patch your > pkg_resources to comment out this loop: > > for pkg in self._get_metadata('namespace_packages.txt'): > if pkg in sys.modules: declare_namespace(pkg) That looks much bette...
https://mail.python.org/pipermail/distutils-sig/2010-April/016031.html
CC-MAIN-2016-36
en
refinedweb
Python Programming, news on the Voidspace Python Projects and all things techie. New in unittest: Test Discovery and the load_tests protocol for Python 2.7 and 3.2 A feature that has long been missing from unittest, is automatic test discovery. This alone is a major reason why people move to alternative frameworks like...
http://www.voidspace.org.uk/python/weblog/arch_d7_2009_05_30.shtml?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+voidspace+%28The+Voidspace+Techie+Blog%29#e1096
CC-MAIN-2016-36
en
refinedweb
Nabla computes the derivatives by applying the classical differentiation rules at bytecode level. When an instance of a class implementing UnivariateFunction is passed to its differentiate method, Nabla tracks the mathematical operations flow that leads from the t parameter to the return value of the function. At the b...
https://commons.apache.org/sandbox/commons-nabla/internals.html
CC-MAIN-2016-36
en
refinedweb
? Testing plugins, while it can be a bit of a pita with the api being mostlyasync, is definitely doable. If you are familiar with nose tests framework thecode excerpt below is a way you can use it to run unit tests on pluginreload [pre=#0C1021]# Nosetry: import noseexcept ImportError: nose = None try: times_module_has_...
https://forum.sublimetext.com/t/how-do-you-refactor-your-plugins/6988
CC-MAIN-2016-36
en
refinedweb