text
stringlengths
20
1.01M
url
stringlengths
14
1.25k
dump
stringlengths
9
15
lang
stringclasses
4 values
source
stringclasses
4 values
Odoo Help Odoo is the world's easiest all-in-one management software. It includes hundreds of business apps: CRM | e-Commerce | Accounting | Inventory | PoS | Project management | MRP | etc. How to set to draft the stock picking out when state is cancel? Hi, I want to set to draft the stock picking out when state is ca...
https://www.odoo.com/forum/help-1/question/how-to-set-to-draft-the-stock-picking-out-when-state-is-cancel-37927
CC-MAIN-2017-09
en
refinedweb
A client of mine wanted multi-row update for a large grid where he often updated many rows with the same values. Select by checking rows in the selection column, then any change to an editable field will propagate to the selected records. Live example If using this with Ext versions < 2.2, you might want to add the cod...
https://www.sencha.com/forum/showthread.php?41875-Ext.ux.MultiRowUpdateSelectionModel&p=228904&viewfull=1
CC-MAIN-2017-09
en
refinedweb
I have been using Linux for two days and Python for about 4 hours. Before that I used Mickeysoft for more than 20 years. I like to keep project files in a directory heirarchy away from the application I am using to create them. I'm trying to program the example on page 17 in 'Learning Python'. Not being familiar with t...
http://www.python-forum.org/viewtopic.php?p=12432
CC-MAIN-2017-09
en
refinedweb
Hello. I'm still new in programming. (It has been about 2 days since I started reading tutorials online and practicing it). I still have a lot of time, a lot to learn, fortunately the school holiday is long in my local area (about 3 months). Anyway, sorry for the long introduction. I just want to ask you a question reg...
https://cboard.cprogramming.com/cplusplus-programming/152557-warning-c4244-=-conversion-double-float-possible-loss-data.html
CC-MAIN-2017-09
en
refinedweb
Overview Atlassian SourceTree is a free Git and Mercurial client for Windows. Atlassian SourceTree is a free Git and Mercurial client for Mac. scriptoresque – a ClojureScript scriptoresque? scriptoresque is now a plugin for Gradle, which adds ClojureScript support. It allows compilation with automatic namespace recogni...
https://bitbucket.org/clojuresque/scriptoresque/overview
CC-MAIN-2017-09
en
refinedweb
Dependency Injection: New Ground or Solid Footing? - | - - - - - - Read later My Reading List Andrew McVeigh has written a detailed history of dependency injection, summarized here. McVeigh is an academic that is working on architecture description languages (ADLs) as part of his Ph.D. He has also worked with Rod Johns...
https://www.infoq.com/news/2008/01/dependency-injection
CC-MAIN-2017-09
en
refinedweb
quotactl - manipulate disk quotas Synopsis Description Return Values Errors Colophon #include <sys/quota.h> #include <xfs/xqm.h> int quotactl(int cmd, const char *special, int id ", caddr_t " addr ); The quota system can be used to set per-user and per-group limits on the amount of disk space used on a file system. For...
http://manpages.sgvulcan.com/quotactl.2.php
CC-MAIN-2017-09
en
refinedweb
Further Java Practical Class Table of Contents Last week you wrote your own implementation of a Java chat server. This week you will extend your implementation of the Java chat server and integrate a database. The database will be used to store some basic statistics on the use of the chat server together with a record ...
http://www.cl.cam.ac.uk/teaching/1213/FJava/workbook5.html
CC-MAIN-2014-10
en
refinedweb
This article is about a simple and fast C++ XML parser class. There is often a need for an effective XML parser that is able to load the XML document, validate it, and browse it. In .NET environment there is a large native support for handling a lot of types of XML documents, but the same native support is missing from...
http://www.codeproject.com/Articles/24492/CXMLFile-A-Simple-C-XML-Parser?fid=1126460&df=90&mpp=10&sort=Position&spc=None&tid=4145442&PageFlow=FixedWidth
CC-MAIN-2014-10
en
refinedweb
csMatrix3 Class ReferenceA 3x3 matrix. More... [Geometry utilities] #include <csgeom/matrix3.h> Inheritance diagram for csMatrix3: Detailed DescriptionA 3x3 matrix. Definition at line 38 of file matrix3.h. Constructor & Destructor Documentation Construct a matrix from axis-angle specifier. Member Function Documentation...
http://www.crystalspace3d.org/docs/online/api-1.0/classcsMatrix3.html
CC-MAIN-2014-10
en
refinedweb
System.Messaging Namespace The System.Messaging namespace provides classes that allow you to connect to, monitor, and administer message queues on the network and send, receive, or peek messages. Members of the MessageQueue class include the following methods for reading and writing messages to the queue: The Send meth...
http://msdn.microsoft.com/en-US/library/system.messaging(v=vs.90).aspx
CC-MAIN-2014-10
en
refinedweb
Configuring Event Log Properties Microsoft® Windows® 2000 Scripting Guide Depending on the role played by a computer, you might need to change the default event log settings for that computer. If the default settings remain unchanged for all the computers in an organization, a domain controller that records thousands o...
http://technet.microsoft.com/en-us/library/ee176701.aspx
CC-MAIN-2014-10
en
refinedweb
WSDL Essentials, Page 2 WSDL Invocation Tools, Part II Our initial discussion of WSDL invocation tools focused on programming and command-line invocation tools. We now move on to even simpler tools that are entirely driven by a web-based interface. The GLUE Console In addition to supporting a number of command-line too...
http://www.developer.com/services/article.php/10928_1602051_2/WSDL-Essentials.htm
CC-MAIN-2014-10
en
refinedweb
Mastering phpMyAdmin 3.1 for Effective MySQL Management — Save 50% Increase your MySQL productivity and control by discovering the real power of phpMyAdmin 3.1. Magic methods For starters, let's take a look at the magic methods PHP provides. We will first go over the non-overloading methods. __construct and __destruct ...
http://www.packtpub.com/article/php-magic-features
CC-MAIN-2014-10
en
refinedweb
Dear Perl Monks, I need a help in Win32::API I am working on a hardware test automation, The interface to hardware is USB-I2C and we have a C DLL which exports set of functions to communicate with hardware. I am trying to import the C DLL via Win32::API module so i can automate some test cases via perl. Right now, I co...
http://www.perlmonks.org/index.pl?node_id=959112
CC-MAIN-2014-10
en
refinedweb
* Array question John Powell Greenhorn Joined: Nov 13, 2004 Posts: 11 posted Nov 20, 2004 19:23:00 0 I have a simple array that allows the user to enter in integer values, then prints the values of each index of the array. Is it possible to restrict each index to a different integer. In other words if the user enters ...
http://www.coderanch.com/t/397797/java/java/Array
CC-MAIN-2014-10
en
refinedweb
×3. (the 0×3 is important) - Tap or click the Slui.exe 0× : damnn useful!! Does anyone got successful key from CIC ? if yeas then please tell procedure for tht. Many thanks As specified in the post, You can get it in person from CIC. please specify email address of CIC person is it open for all Indian residents ? or on...
http://www.comptalks.com/get-licensed-windows-8-from-iitkgp-cic/
CC-MAIN-2014-10
en
refinedweb
[1.6.2] Minecraft Forge Modding #8 - Configuration File and Mod Distribution Hey, guys, and welcome to Tutorial #8 of my Minecraft Forge modding series. In the last tutorial, I showed you how to make an omni-tool with the functionality of the four existing in-game tools. In this tutorial, I am going to show you how to ...
http://www.minecraftforum.net/topic/1907545-162-minecraft-forge-modding-8-configuration-file-and-mod-distribution/
CC-MAIN-2014-10
en
refinedweb
I've been (re)searching for a prng on the web. I came up with the following (excuse my syntax -- I'm a newbie in shading): A few depending on bitwise operations: 1. It supposedly returns normalized values.It supposedly returns normalized values.Code :#extension GL_EXT_gpu_shader4: enable float rnd(vec2 v) { int n = int...
http://www.opengl.org/discussion_boards/showthread.php/182830-simple-fast-PRNG-s?p=1255215
CC-MAIN-2014-10
en
refinedweb
Your Account Google SketchUp: The Missing Manual gives you all the details, explanations, and examples you need to create awesome 3-D models in SketchUp. This appendix provides quick thumbnail descriptions of every command in every menu.. Many of the menu commands have multiple keyboard shortcuts. Each command in this ...
http://www.oreillynet.com/pub/a/design/excerpts/google-sketchup-tmm/sketchup-menu.html
CC-MAIN-2014-10
en
refinedweb
The above code works well. Thanks are u ? My project require ai algorithm code. Program like filter, sorting, search etc. I will be glad if you guys can be updating me with this codes. Post your Comment files . Please visit the following link: files files write a java program to calculate the time taken to read a given...
http://www.roseindia.net/discussion/18333-Filter-Files-in-Java.html
CC-MAIN-2014-10
en
refinedweb
Hi, I am going through SCJP material and I have a doubt regarding a question I came across in that material:, Yes the answer is B alright. Here is how it is : Let us say A1 is the object that is referenced by a1, A2 is the one referenced by a2. Similarly, B1 for b1 and B2 for b2 a1.b1=1 and a2.b1=1 are static fields. s...
https://community.oracle.com/message/11089105
CC-MAIN-2014-10
en
refinedweb
Quick access C++ Standards, Extensions, and Interop announcement - Link) - Sticky0Votes Visual Studio 2010 Service Pack 1 and Windows SDK for Windows 7, .NET Framework 4 and X64/IA64 Visual C++ Compilers IssueVisual Studio 2010 Service Pack 1 and Windows SDK for Windows 7, .NET Framework 4 and X64/IA64 Visual C++ Compi...
http://social.msdn.microsoft.com/Forums/en-US/home?forum=vclanguage
CC-MAIN-2014-10
en
refinedweb
OSI - a critique The OSI Model is often criticised as being overly complex, offering too many choices. It is usually contrasted with the Internet, or TCP/IP protocol suite by such critics. It is hard to separate the implementation from the specification when analysing these criticisms. For example, the idea that there ...
http://www.cl.cam.ac.uk/~jac22/books/ods/ods/node227.html
CC-MAIN-2014-10
en
refinedweb
#include <ne_socket.h> The hostname passed to ne_addr_resolve can be a DNS hostname (e.g. "") or an IPv4 dotted quad (e.g. "192.0.34.72"); or, on systems which support IPv6, an IPv6 hex address, which may be enclosed in brackets, e.g. "[::1]". To determine whether the hostname was successfully resolved, the ne_addr_res...
http://www.makelinux.net/man/3/N/ne_addr_result
CC-MAIN-2014-10
en
refinedweb
#include "petscksp.h" PetscErrorCode MatGetSchurComplement(Mat mat,IS isrow0,IS iscol0,IS isrow1,IS iscol1,MatReuse mreuse,Mat *newmat,MatReuse preuse,Mat *newpmat)Collective on Mat Sometimes users would like to provide problem-specific data in the Schur complement, usually only for special row and column index sets. I...
http://www.mcs.anl.gov/petsc/petsc-current/docs/manualpages/KSP/MatGetSchurComplement.html
CC-MAIN-2014-10
en
refinedweb
A colleague recently approached me about the concept of an application domain within ASP.NET. It took a minute to jog my memory about this security feature in the .NET Framework. If you could use a refresher on application domains, here's a quick overview of the concept. What is it? The Application Domain, known as App...
http://www.techrepublic.com/blog/software-engineer/add-stability-to-your-aspnet-applications-with-appdomains/429/
CC-MAIN-2014-10
en
refinedweb
We: : I think that there is a pretty nice mix of Hadoop, Microsoft plans, and applications across these sessions. Hope you get a chance to see them (or watch them after the events!) I’ve been hard at work here in Redmond (and with our team in Shanghai) working on getting WF ready for release. We’ve made a ton of progre...
https://blogs.msdn.com/b/mwinkle/default.aspx?Redirected=true&PostSortBy=MostRecent&PageIndex=1
CC-MAIN-2014-10
en
refinedweb
Bug #7877 E::Lazy#with_index should be lazy Description =begin So I wanted some real benefit of being lazy. I wrote a Leibniz formula: def leibniz(n) (0..Float::INFINITY).lazy.with_index {|i, j| (-1 ** j) / (2*i+1).to_f }.take(n).reduce(:+) end But it doesn't work (well, it does, indeed. It just doesn't stop working). ...
https://bugs.ruby-lang.org/issues/7877
CC-MAIN-2014-10
en
refinedweb
- Overview - Schema - Schema top-level elements - <sys:environment> - <context-root> - <work-dir> - <naming:web-container> - <container-config> - <sys:gbean> - <ee:persistence> - Security - JNDI Environment References Overview The Geronimo-specific deployment plan for a Web application, which is usually packaged as a W...
https://cwiki.apache.org/confluence/display/GMOxDOC21/geronimo-web.xml
CC-MAIN-2014-10
en
refinedweb
>>>>> "AW" ==. Drafts are discussed by the packaging committee and may, after ratification by FESCo, be written into the packaging guidelines. All of the packaging guidelines exist in the Packaging namespace on the wiki. Any other page in the wiki may be the policy of some other SIG or committee, but is not an official...
http://www.redhat.com/archives/epel-devel-list/2009-February/msg00075.html
CC-MAIN-2014-10
en
refinedweb
C# Programming > Miscellaneous Hearing the word "MS-Queue" for the first time might remind you of a queue data structure (like the one found in the System.Collections namespace). Although the concept is pretty close, MS-Queue is something entirely different. The MS-Queue is a Windows component that offers an interestin...
http://www.vcskicks.com/ms-queue.php
CC-MAIN-2014-10
en
refinedweb
The topic of defensive programming in R is, admittedly, a little unusual. R, while fun and powerful, is not going to run defibrillators, nuclear power plants or spacecraft. In fact, much – if not most! – R code is actually executed interactively, where small glitches don’t really matter. But where R code is integrated ...
https://bitsandbugs.io/2018/07/27/defensive-programming-in-r/
CC-MAIN-2020-16
en
refinedweb
Partially is that when a user is allowed to type into a text box, for a date, and they input something invalid, assigning the invalid value to the field on the model will throw an exception, because the field tries to coerce the value into a date immediately. The Original Workaround The answer I came up with was based ...
https://lostechies.com/derickbailey/2011/06/13/partially-solving-the-date-validation-deficiency-of-rails-3-and-mongoid-2-models/
CC-MAIN-2020-16
en
refinedweb
Provided by: libxml-libxml-perl_2.0128+dfsg-5_amd64 NAME XML::LibXML::Attr - XML::LibXML Attribute Class SYNOPSIS use XML::LibXML; # Only methods specific to Attribute nodes are listed here, # see the XML::LibXML::Node manpage for other methods $attr = XML::LibXML::Attr->new($name [,$value]); $string = $attr->getValue(...
http://manpages.ubuntu.com/manpages/bionic/man3/XML::LibXML::Attr.3pm.html
CC-MAIN-2020-16
en
refinedweb
The plane object has WAY to many tris/verts for what I want. And I can't manipulate the verts. Or delete some of them. I've had that issue as well -- the plane prefab is (I believe) 10x10 verts, and also 10x10 units big. I found myself wanting a 2x2 quad at size 1x1, so I can look at the scale to see how big the thing ...
https://answers.unity.com/questions/51002/how-to-create-a-four-vertex-two-tri-square-polygon.html
CC-MAIN-2020-16
en
refinedweb
Automating Downloads on American Fact Finder 2019/07/18 American Fact Finder is a handy tool that allows the user to navigate to data tables of census data. Despite having the API for downloading from the American Community Survey, I occasionally need to download data from the Fact Finder simply because I do not know w...
https://siravich-khongrod.github.io/blog/automating-download-on-American-Fact-Finder.html
CC-MAIN-2020-16
en
refinedweb
strcat() prototype char* strcat( char* dest, const char* src ); The strcat() function takes two arguments: dest and src. This function appends a copy of the character string pointed to by src tocat() Parameters dest: Pointer to a null terminating string to append to. src: Pointer to a null terminating string that is to...
https://www.programiz.com/cpp-programming/library-function/cstring/strcat
CC-MAIN-2020-16
en
refinedweb
This program takes two positive integers as input from the user and calculates GCD using recursion. Visit this page to learn how you can calculate the GCD using loops. GCD of Two Numbers using Recursion #include <stdio.h> int hcf(int n1, int n2); int main() { int n1, n2; printf("Enter two positive integers: "); scanf("...
https://www.programiz.com/c-programming/examples/hcf-recursion
CC-MAIN-2020-16
en
refinedweb
Unlike vsprintf(), the maximum number of characters that can be written to the buffer is specified in vsnprintf(). vsnprintf() prototype int vsnprintf( char* buffer, size_t buf_size, const char* format, va_list vlist ); The vsnprintf() function writes the string pointed to by format to a character string buffer. The ma...
https://www.programiz.com/cpp-programming/library-function/cstdio/vsnprintf
CC-MAIN-2020-16
en
refinedweb
As you may know, Web scraping is essentially extracting data from websites. Doing such task in a high-level programming language like Python is very handy and powerful. In this tutorial, you will learn how to use requests and BeautifulSoup to scrape weather data from Google search engine. Although, this is not the perf...
https://www.thepythoncode.com/article/extract-weather-data-python
CC-MAIN-2020-16
en
refinedweb
expo-assetprovides an interface to Expo's asset system. An asset is any file that lives alongside the source code of your app that the app needs at runtime. Examples include images, fonts, and sounds. Expo's asset system integrates with React Native's, so that you can refer to files with require(. expo install expo-ass...
https://docs.expo.io/versions/v36.0.0/sdk/asset/
CC-MAIN-2020-16
en
refinedweb
Sprite オブジェクトを新規に作成します Sprite. The rect argument is defined in pixels of the texture. A Rect(50.0f, 10.0f, 200.0f, 140.0f) would create a left to right range from 50.0f to 50.0f + 200.0f = 250.0f. The bottom to top range would be 10.0f to 10.0f + 140.0f = 150.0f. The third argument pivot determines what becomes the cen...
https://docs.unity3d.com/ja/2018.2/ScriptReference/Sprite.Create.html
CC-MAIN-2020-16
en
refinedweb
Subject: Re: [boost] [explore] Extending namespace std From: Maurizio Vitale (maurizio.vitale_at_[hidden]) Date: 2009-12-16 09:54:19 >>>>> "Robert" == Robert Ramey <ramey_at_[hidden]> writes: Robert> Jeffrey Faust wrote: >>> In regards to extending namespace std, I understand what the >>> standard says and I think I un...
https://lists.boost.org/Archives/boost/2009/12/160219.php
CC-MAIN-2020-16
en
refinedweb
Sometimes .NET world, this would be the equivalent of using the generics collections like List One of the things that I’m slowly starting to learn is that excess nil checks are a sign that I’m doing something wrong. In this case, a sign that I may be creating too many layers of models and abstractions. I’m not saying I...
https://lostechies.com/derickbailey/2011/05/25/sometimes-its-better-to-use-a-ruby-hash-than-create-a-custom-class/
CC-MAIN-2020-16
en
refinedweb
fread() prototype size_t fread(void * buffer, size_t size, size_t count, FILE * stream); The fread() function reads count number of objects, each of size size bytes from the given input stream. It is similar to calling fgetc() size times to read each object. According to the number of characters read,read will return z...
https://www.programiz.com/cpp-programming/library-function/cstdio/fread
CC-MAIN-2020-16
en
refinedweb
Animation Clock Class Definition Maintains the run-time state of an AnimationTimeline and processes its output values. public ref class AnimationClock : System::Windows::Media::Animation::Clock public class AnimationClock : System.Windows.Media.Animation.Clock type AnimationClock = class inherit Clock Public Class Anim...
https://docs.microsoft.com/en-au/dotnet/api/system.windows.media.animation.animationclock?view=netframework-4.8
CC-MAIN-2020-16
en
refinedweb
The drawback to the safety system’s process of copying data is that it also isolates the results of a job within each copy. To overcome this limitation you need to store the results in a type of shared memory called NativeContainer. A NativeContainer is a managed value type that provides a relatively safe C# wrapper fo...
https://docs.unity3d.com/Manual/JobSystemNativeContainer.html
CC-MAIN-2020-16
en
refinedweb
C Programming/wchar.h/wcsncmp< C Programming | wchar.h(Redirected from C Programming/C Reference/wchar.h/wcsncmp) In C language, the function wcscmp is included in header file , wchar.h. The functions wcsncmp ,wcscmp , strncmp , strcmp are used to compare strings. Function wcsncmp, is similar to strncmp() , which is us...
https://en.m.wikibooks.org/wiki/C_Programming/C_Reference/wchar.h/wcsncmp
CC-MAIN-2017-43
en
refinedweb
soya-user, hello pyopengl-users. This message isn't _totally_ relevant to pyopengl-users, but it's not unlikely that you guys have the requesite knowledge to help me fix this problem. I've been trying to get Soya3d () working for a while, but it's got problems with initialization. Soya3d talks to the OpenGL API direct...
https://sourceforge.net/p/pyopengl/mailman/message/3123715/
CC-MAIN-2017-43
en
refinedweb
Reviewed-by: Benoît Canet <ben...@scylladb.com> 2017-01-13 14:35 GMT+01:00 Nadav Har'El <n...@scylladb.com>: Advertising > There's no reason to use std::mutex where we can use Osv's "mutex". > std::mutex basically wraps OSv's mutex by a Posix mutex and then C++'s > mutex implementation, adding both compile-time and run...
https://www.mail-archive.com/osv-dev@googlegroups.com/msg01022.html
CC-MAIN-2017-43
en
refinedweb
#include "petscdm.h" #include "petscdmlabel.h" #include "petscds.h" PetscErrorCode DMCreateInterpolation(DM dm1,DM dm2,Mat *mat,Vec *vec
http://www.mcs.anl.gov/petsc/petsc-dev/docs/manualpages/DM/DMCreateInterpolation.html
CC-MAIN-2017-43
en
refinedweb
I've been Googling my butt off trying to find out how to do this: I have a Jersey REST service. The request that invokes the REST service contains a JSON object. My question is, from the Jersey POST method implementation, how can I get access to the JSON that is in the body of the HTTP request? Any tips, tricks, pointe...
https://codedump.io/share/TMIoLlza4SL1/1/consuming-json-object-in-jersey-service
CC-MAIN-2017-43
en
refinedweb
Why does the content spill over and how do I position this under the menu and title?flash_bugged Oct 14, 2011 9:19 AM I was following this tutorial on how to add a scrolling image gallery to a Flash website. () From what I understand from this tutorial, it is just a matter of copying the Actionscript code and pasting i...
https://forums.adobe.com/thread/913528
CC-MAIN-2017-43
en
refinedweb
Last updated on October 1st, 2017 | In this Ionic Firebase tutorial you’ll learn how to integrate Firebase into your Ionic Framework app. If you don’t know what Firebase is, it’s: A suite of Google tools and infrastructure that will help you build better apps and grow successful businesses. In plain English, it is a Ba...
https://javebratt.com/ionic-firebase-setup/
CC-MAIN-2017-43
en
refinedweb
Last updated on September 30th, 2017 | Have you tried to get Ionic Twitter login working with Firebase? There was a change when Firebase updated to V3 that made all the cool sign-in with pop-up and redirection stop working with Cordova apps. It sucked! But then I realized something, yeah, it sucked for us as developers...
https://javebratt.com/ionic-twitter-login/
CC-MAIN-2017-43
en
refinedweb
Module to work with bencoded strings. PyBencoder - your bencoded strings module What is a Bencoded String? Bencode (pronounced like B encode) is the encoding used by the peer-to-peer file sharing system BitTorrent for storing and transmitting loosely structured data. For more info on bencoding check out. - It provides:...
https://pypi.org/project/PyBencoder3/
CC-MAIN-2017-43
en
refinedweb
How often have you coded up a simple Windows Form application to clear up the difference between similar events? Where does TextChanged get fired in the sequence KeyDown, KeyPress, KeyUp. When exactly does Load get fired in relation to other events on a complex control? ControlInspector is designed to answer these and ...
https://www.codeproject.com/Articles/3317/ControlInspector-monitor-Windows-Forms-events-as-t?msg=855358
CC-MAIN-2017-43
en
refinedweb
Conditional Risk Premia in Currency Markets and Other Asset Classes - Bernard Carter - 2 years ago - Views: Transcription 1 Conditional Risk Premia in Currency Markets and Other Asset Classes Martin Lettau Matteo Maggiori and Michael Weber May 3 Abstract rationalize the cross section of equity, equity index options, co...
http://docplayer.net/77900-Conditional-risk-premia-in-currency-markets-and-other-asset-classes.html
CC-MAIN-2017-43
en
refinedweb
. One window of opportunity to do exactly that has opened in the past few years. Clojure, a modern variant of Lisp that runs on the Java virtual machine (JVM), has been taking the programming world by storm. It's a real Lisp, which means that it has all of the goodness you would want and expect: functional programming ...
http://www.linuxjournal.com/content/intro-clojure-web?page=0,0&quicktabs_1=1
CC-MAIN-2017-43
en
refinedweb
There are a few blog posts about Python that show how easy it is. Many of them are more from a developer view in my opinion so many basis people may not even consider reading through them. Consequently they will be missing out on a great opportunity to make their lifes easier and their work more efficient. I hope you e...
https://blogs.sap.com/2014/05/04/python-for-basis/
CC-MAIN-2017-43
en
refinedweb
It so happens that these days possibly I have started looking at things a bit differently. I have been programming more in Scala and Clojure and being exposed to many of the functional paradigms that they encourage and espouse, it has stated manifesting in the way I think of programming. In this post I will look into d...
http://debasishg.blogspot.com/2010/02/
CC-MAIN-2017-43
en
refinedweb
I2C LCD Controller (the Easy Way) Introduction: I2C LCD Controller (the Easy Way) I am working on an alarm/weather station project and I wanted to use an LCD but dint want to have a lot of wires so I order a controller. This is just a very basic tutorial on how to hook it up, for the beginners like my self. Step 1: Par...
http://www.instructables.com/id/I2C-LCD-Controller-the-easy-way/
CC-MAIN-2017-43
en
refinedweb
Tip Try the Microsoft Azure Storage Explorer Microsoft Azure Storage Explorer is a free, standalone app from Microsoft that enables you to work visually with Azure Storage data on Windows, macOS, and Linux. About this tutorial This tutorial will demonstrate the basics of using Python to develop applications or services...
https://docs.microsoft.com/en-us/azure/storage/files/storage-python-how-to-use-file-storage
CC-MAIN-2017-43
en
refinedweb
scholarly 0.1.3 Simple access to Google Scholar authors and citations scholarly.py is a module that allows you to retrieve author and publication information from Google Scholar in a friendly, Pythonic way. Usage Because scholarly does not use an official API, no key is required. Simply: import scholarly print scholarl...
https://pypi.python.org/pypi/scholarly/0.1.3
CC-MAIN-2017-43
en
refinedweb
I've been working on a project off and on in SDL for a number of months now, and I've had an issue from the start that I recently had some time to try and debug. I've been developing on Windows XP until this past week, so it was not really an issue until now. Basically, my SDL bases game works perfectly fine on any Win...
http://www.gamedev.net/topic/620879-sdl-super-slow-framerate-on-windows-7-glew-shaders-unavailable/?forceDownload=1&_k=880ea6a14ea49e853634fbdc5015a024
CC-MAIN-2015-18
en
refinedweb
Controller Extension in OAF By PRajkumar on Jul 15, 2012 Oracle does not recommend that customers extend controller objects associated with regions or webbeans in shipped E-Business Suite product pages. Controller class (oracle.apps.fnd.framework.webui.OAControllerImpl) methods should effectively be considered private,...
https://blogs.oracle.com/prajkumar/entry/controller_extension_in_oaf
CC-MAIN-2015-18
en
refinedweb
Normalizing arguments Discussion in 'Python' started by Dan Ellis, Oct 17, 2008.,200 - Chris Smith - Jan 12, 2005 Normalizing XHTML with XMLRyan Stewart, May 11, 2006, in forum: XML - Replies: - 3 - Views: - 438 - Ryan Stewart - May 11, 2006 Normalizing tm structure past 2038Stu, Oct 31, 2003, in forum: C Programming -...
http://www.thecodingforums.com/threads/normalizing-arguments.640348/
CC-MAIN-2015-18
en
refinedweb
ot::VRPNSource Class ReferenceVRPN client interface node. More... [Network Classes] #include <VRPNSource.h> Inheritance diagram for ot::VRPNSource: Detailed DescriptionVRPN client interface node. Connects to a VRPN server and reports incoming tracking data. - Author: - Gerhard Reitmayr Definition at line 81 of file VRP...
http://studierstube.icg.tugraz.at/opentracker/html/classot_1_1VRPNSource.php
CC-MAIN-2015-18
en
refinedweb
15 July 2011 06:38 [Source: ICIS news] By Liu Xin SHANGHAI (ICIS)--Asian polycarbonate (PC) prices may continue falling for the rest of the year because of sluggish demand and plummeting values of feedstock bisphenol A (BPA), industry sources said on Friday. Spot PC prices have shed $200-300/tonne (€142-213/tonne) sinc...
http://www.icis.com/Articles/2011/07/15/9477369/asia-pc-to-remain-on-downtrend-on-weak-demand-bpa-slump.html
CC-MAIN-2015-18
en
refinedweb
Hi i've been trying to figure out where to find the biggest number in an array. I know how to find the biggest number but i need to find out where the biggest number is, like which row or whatever it's in. Code : import java.util.Scanner; public class array { public static void main (String args[]) { Scanner keyboard =...
http://www.javaprogrammingforums.com/%20whats-wrong-my-code/29005-how-find-where-biggest-number-array-printingthethread.html
CC-MAIN-2015-18
en
refinedweb
The blog of the F# team at Microsoft In this blog post, I show off a number of F# integration features in Visual Studio 2012, by walking through an end-to-end scenario of authoring and testing an F# library. The code itself is not the focus; rather, I’ll focus on the IDE tooling as we walk through the scenario. In the ...
http://blogs.msdn.com/b/fsharpteam/archive/2012/09/24/online-project-templates-nuget-and-unit-testing-with-f-in-vs2012.aspx
CC-MAIN-2015-18
en
refinedweb
). Parameters (none) Return value A shared_ptr which shares ownership of the owned object. Exceptions>. Example Run this code #include <iostream> #include <memory> #include <thread> typedef std::shared_ptr<int> IntPtr; typedef std::weak_ptr<int> IntWeakPtr; void observe(IntWeakPtr pWeak) { IntPtr pObserve(pWeak.lock())...
http://en.cppreference.com/mwiki/index.php?title=cpp/memory/weak_ptr/lock&oldid=46733
CC-MAIN-2015-18
en
refinedweb
#include <Xm/Xm.h> to provide a compound string, to be included in the compound string being created whenever the pattern is matched. An application uses a resource-style interface to specify components for an XmParseMapping. XmParseMappingCreate creates a parse mapping, using a resource-style argument list. XmParseMap...
http://www.makelinux.net/man/3/X/XmParseMapping
CC-MAIN-2015-18
en
refinedweb
08 July 2011 19:51 [Source: ICIS news] TORONTO (ICIS)--Canexus has completed its conversion from income fund to corporation status, the Canadian chlor-alkali and sodium chlorate producer said on Friday. Canexus said the move will not involve any changes to the way it runs its chemical businesses. The company expects to...
http://www.icis.com/Articles/2011/07/08/9476303/canexus-completes-conversion-to-corporation-status.html
CC-MAIN-2015-18
en
refinedweb
from BeautifulSoup import BeautifulSoup import urllib2 from BeautifulSoup import BeautifulSoup event_url = '' soup = BeautifulSoup(urllib2.urlopen(event_url)) event_info = soup.findAll("dl", { "class" : "clearfix" }) s = BeautifulSoup(str(event_info)) l = s.findAll("dt") for dt in l: print dt <dt>Where:</dt> <dt> </dt>...
http://www.python-forum.org/feed.php
CC-MAIN-2015-18
en
refinedweb
Revisão 2 Última atualização: 17 de fevereiro de 2013 compatibilidade@android.com Índice 2. Recursos 3. Software 3.2. Compatibilidade de API suave 3.2.2. Parâmetros de compilação 3.2.3. Compatibilidade de intenção 3.4. Compatibilidade da Web 3.5. Compatibilidade Comportamental da API 3.6. Namespaces de API 3.7. Compati...
https://source.android.com/compatibility/4.2/android-4.2-cdd?hl=pt_br
CC-MAIN-2022-33
en
refinedweb
The IntegralConstant concept represents compile-time integral values. The IntegralConstant concept represents objects that hold a constexpr value of an integral type. In other words, it describes the essential functionality provided by std::integral_constant. An IntegralConstant is also just a special kind of Constant ...
https://beta.boost.org/doc/libs/1_65_1/libs/hana/doc/html/structboost_1_1hana_1_1IntegralConstant.html
CC-MAIN-2022-33
en
refinedweb
='2.0.0-dev0')[source]¶ Start logging of messages to file and console. The default logfile is named MDAnalysis.log and messages are logged with the tag MDAnalysis. 13.2.6.2. Other functions and classes for logging purposes¶ Changed in version 2.0.0: Deprecated MDAnalysis.lib.log.ProgressMeter has now been removed. -Bar...
https://docs.mdanalysis.org/2.0.0-dev0/documentation_pages/lib/log.html
CC-MAIN-2022-33
en
refinedweb
- 13 May, 2000 1 commit - David Lawrence authored "./rdata/in_1/a_1.c", line 178: warning(1184): possible use of "=" where "==" was intended "./rdata/in_1/a_1.c", line 179: warning(1184): possible use of "=" where "==" was intended By chaning them to ==, because (a) we don't allow side-effects in REQUIRE() and (b) it i...
https://gitlab.isc.org/isc-projects/bind9/-/commits/44d74084fffab6b1746dede5d8b3b84be8ea04e9/lib/dns/rdata/in_1/a_1.c
CC-MAIN-2022-33
en
refinedweb
Bluetooth Low Energy TinyShield (ST) Tutorial This tutorial will cover the basic operation of the BLE TinyShield using a standard TinyDuino and a Bluetooth-enabled device, such as a smartphone or tablet. To communicate with the stack, we will use the nRF UART v2.0 Android application and the nRF Connect iOS application...
https://learn.tinycircuits.com/Communication/Bluetooth-Low-Energy_TinyShield_Tutorial/
CC-MAIN-2022-33
en
refinedweb
Legacy browser (IE) support Rest Hooks includes multiple bundles including a commonjs bundle that is compiled with maximum compatibility as well as an ES6 module bundle that is compiled to target modern browsers or react native. Tools like webpack or rollup will use the ES6 modules to enable optimizations like tree-sh...
https://resthooks.io/docs/4.0
CC-MAIN-2022-33
en
refinedweb
There are times when it is important for you to get input from users for execution of programs. To do this you need Java Reading Console Input Methods. Java Reading Console Input Methods - Using BufferedReader Class - Using Scanner Class - Using Console Class Now let us have a close look at these methods one by one. Us...
https://csveda.com/java/java-reading-console-input/
CC-MAIN-2022-33
en
refinedweb
Quicksort is a sorting technique with algorithmic complexity of O(nlogn). This sorting technique too falls under divide and conquer technique like Merge Sort. In this post we will discuss the concept and working of this extremely popular sorting mechanism. We will write and explain the Quicksort Python Program using st...
https://csveda.com/quicksort-python-program/
CC-MAIN-2022-33
en
refinedweb
README @fullstack-one/config@fullstack-one/config Configuration management for fullstack-one packages and applications. GeneralGeneral A configuration module is a configuration registered with @fullstack-one/config singleton, e.g. by other @fullstack-one packages. An application is the main program, that utilizes the @...
https://www.skypack.dev/view/@fullstack-one/config
CC-MAIN-2022-33
en
refinedweb
Comment on Tutorial - Sessions in JSP By aathishankaran Comment Added by : Ashwin perti Comment Added at : 2009-07-08 04:43:55 Comment on Tutorial : Sessions in JSP By aathishankaran This matter is really too code will not execute using above main method View Tutorial By: Gajanan Patil at 2012-05-09 04:42:29 2. This do...
https://java-samples.com/showcomment.php?commentid=34111
CC-MAIN-2022-33
en
refinedweb
11 minute read Notice a tyop typo? Please submit an issue or open a PR. Let's recap how we generate daily returns from a time series of pricing data. Given a series of stock prices, the daily return on day d is equal to the price at day d divided by the price at d - 1, minus one. For example, if the stock closed at $10...
https://www.omscs.io/machine-learning-trading/histograms-scatter-plots/
CC-MAIN-2022-33
en
refinedweb
How to Remotely Exploit Format String Bugs - A practical tutorial. Includes info on guessing the offset, guessing the address of the shellcode in the stack, using format string bugs as debuggers, examples, etc. c323add4e7a0e2f2f14ec27d9d50002992564b1d0be3d391722da88350a25a83 Howto remotely and automatically exploit a f...
https://packetstormsecurity.com/files/25978/remotefmt-howto.txt.html
CC-MAIN-2022-33
en
refinedweb
Technical Articles Writing an Example Application using the SAP S/4HANA Cloud SDK for JavaScript (Beta) As you may have seen in our announcement blog post, we have released the SAP S/4HANA Cloud SDK for JavaScript (beta)! In time for TechEd Las Vegas we bring the benefits of the SAP S/4HANA Cloud SDK also to anyone dev...
https://blogs.sap.com/2018/10/02/writing-an-example-application-using-the-sap-s4hana-cloud-sdk-for-javascript-beta/
CC-MAIN-2022-33
en
refinedweb
Creating styleguides has been always hard work. It can take not only a huge amount of time, especially if you want to make it interactive, and it usually gets out of date as time goes by. Vue-styleguidist is a nice and easy-to-use tool to create component style guides with interactive documentation in Vue.js. While Sto...
https://alligator.io/vuejs/vue-styleguidist/
CC-MAIN-2019-35
en
refinedweb
strnicmp() Compare two strings up to a given length, ignoring case Synopsis: #include <string.h> int strnicmp( const char* s1, const char* s2, size_t len ); Since: BlackBerry 10.0.0 Arguments: - s1, s2 - The strings that you want to compare. - len - The maximum number of characters that you want to compare. Library: li...
https://developer.blackberry.com/native/reference/core/com.qnx.doc.neutrino.lib_ref/topic/s/strnicmp.html
CC-MAIN-2019-35
en
refinedweb
Free Chapter from "Scala in Depth": Using None instead of Null Free Chapter from "Scala in Depth": Using None instead of Null Join the DZone community and get the full member experience.Join For Free Joshua D. Suereth An Option can be considered a container of something or nothing. This is done through the two subclass...
https://dzone.com/articles/free-chapter-scala-depth-using
CC-MAIN-2019-35
en
refinedweb
VueFace VueFace is an open source component library for VueJS framework with around 40 components at the moment. It supports 20+ themes for giving different look & feel for all the components. Follow me @SudheerJonna for technical updates. Install VueFace is available in NPM and you can add to your project as a depende...
https://nicedoc.io/sudheerj/vueface
CC-MAIN-2019-35
en
refinedweb
img_decode_validate() Find a codec for decoding Synopsis: #include <img/img.h> int img_decode_validate( const img_codec_t* codecs, size_t ncodecs, io_stream_t* input, unsigned* codec ); Arguments: - codecs - A pointer to an array of img_codec_t handles providing a list of codecs to try. The function will try each codec...
http://developer.blackberry.com/playbook/native/reference/com.qnx.doc.neutrino.lib_ref/topic/i/img_decode_validate.html
CC-MAIN-2019-35
en
refinedweb
Azure Kubernetes Service (A. You can create an AKS cluster in the Azure portal, with the Azure CLI, or template driven deployment options such as Resource Manager templates and Terraform. When you deploy an AKS cluster, the Kubernetes master and all nodes are deployed and configured for you. Additional features such as...
https://docs.microsoft.com/en-us/azure/aks/intro-kubernetes?WT.mc_id=THOMASMAURER-blog-thmaure
CC-MAIN-2019-35
en
refinedweb
I've got a problem to set texture from an image on a sphere. The problem is that texture.Load or texture.SetData always returns false. I did try different methods like SetData, Load, resize texture and image (to a power of 2 number) and ... but none of them worked. Here is my code: async void CreateScene() { Input.Subs...
https://forums.xamarin.com/discussion/comment/345197/
CC-MAIN-2019-35
en
refinedweb
Add-Member Syntax Add-Member -InputObject <PSObject> -TypeName <String> [-PassThru] [<CommonParameters>] Add-Member [-MemberType] <PSMemberTypes> [-Name] <String> [[-Value] <Object>] [[-SecondValue] <Object>] > -InputObject <PSObject> [-TypeName <String>] [-Force] [-PassThru] [<CommonParameters>] Description The Add-Me...
https://docs.microsoft.com/en-us/powershell/module/Microsoft.PowerShell.Utility/Add-Member?view=powershell-4.0
CC-MAIN-2019-35
en
refinedweb
Applies force at position. As a result this will apply a torque and force on the object. For realistic effects position should be approximately in the range of the surface of the rigidbody. This is most commonly used for explosions. When applying explosions it is best to apply forces over several frames instead of just...
https://docs.unity3d.com/kr/2017.3/ScriptReference/Rigidbody.AddForceAtPosition.html
CC-MAIN-2019-35
en
refinedweb
iofunc_ocb_calloc() Allocate an iofunc Open Control Block Synopsis: #include <sys/iofunc.h> iofunc_ocb_t * iofunc_ocb_calloc( resmgr_context_t * ctp, iofunc_attr_t * attr ); Arguments: - ctp - A pointer to a resmgr_context_t structure that the resource-manager library uses to pass context information between functions....
http://developer.blackberry.com/playbook/native/reference/com.qnx.doc.neutrino.lib_ref/topic/i/iofunc_ocb_calloc.html
CC-MAIN-2019-35
en
refinedweb
public class ConstantSpeculativeExecutionPolicy extends Object implements SpeculativeExecutionPolicy SpeculativeExecutionPolicythat schedules a given number of speculative executions, separated by a fixed delay. SpeculativeExecutionPolicy.SpeculativeExecutionPlan clone, equals, finalize, getClass, hashCode, notify, not...
https://docs.datastax.com/en/drivers/java/2.1/com/datastax/driver/core/policies/ConstantSpeculativeExecutionPolicy.html
CC-MAIN-2019-26
en
refinedweb