text
stringlengths
20
1.01M
url
stringlengths
14
1.25k
dump
stringlengths
9
15
lang
stringclasses
4 values
source
stringclasses
4 values
Hi all, let's say i have 5 spheres in my scene, and I want to replace them all with cubes. I'd like to be able to select all the spheres, and then the cube, and run a script which takes care of this. Ideally, I'd probably only want to relink the object data of the selected objects. Unfortunately, I don't know how to do...
http://www.blender.org/forum/viewtopic.php?t=26016&view=next
CC-MAIN-2015-48
en
refinedweb
iCamera Struct ReferenceCamera class. More... [Views & Cameras] #include <iengine/camera.h> Inheritance diagram for iCamera: Detailed DescriptionCamera class. This class represents camera objects which can be used to render a world in the engine. A camera has the following properties: - Home sector: The sector in which...
http://www.crystalspace3d.org/docs/online/api-1.0/structiCamera.html
CC-MAIN-2015-48
en
refinedweb
cswinMinidumpWriter Class ReferenceHelper to write minidumps on Win32. More... #include <csutil/win32/minidump.h> Detailed DescriptionHelper to write minidumps on Win32. - minidump.h. Member Typedef Documentation Callback that can be provided by the application to further deal with the crash dump file. Definition at li...
http://www.crystalspace3d.org/docs/online/api-1.2/classcswinMinidumpWriter.html
CC-MAIN-2015-48
en
refinedweb
Just hack boot_common.py to do what you want in the .exe version. From: sharpblade [mailto:sharpblade1@gmail.com] Sent: Wednesday, March 31, 2010 8:41 AM To: py2exe-users@lists.sourceforge.net Subject: [Py2exe-users] Py2exe "preprocessor" suggestion I am writing a rather large application, which will be compiled using ...
http://sourceforge.net/p/py2exe/mailman/attachment/D255ECB130623742B0975B8F16C166C3447CBDA288%40LM-EXCHANGE.lifemodeler.com/1/
CC-MAIN-2015-48
en
refinedweb
Pattern matching an email address read from a file Iain Emsley Ranch Hand Joined: Oct 11, 2007 Posts: 60 posted Nov 20, 2007 10:02:00 0 I'm trying to create a programme which will search a file (eventually a series of files) and extract email addresses from them to be put into database so that another programme can ve...
http://www.coderanch.com/t/408754/java/java/Pattern-matching-email-address-read
CC-MAIN-2015-48
en
refinedweb
I was kindly requested recently to do a brief – and it was stressed several times that it really had to be brief, not something I am particularly well-known for – presentation on any topic that I considered interesting, relevant and stimulating for our Knowledge Center on Web and Java. My talk was to be the first of ma...
https://technology.amis.nl/2005/08/24/enhancing-web-applications-with-ajax-xmlhttprequest-uix-report-from-an-amis-ten-minute-techtalk/
CC-MAIN-2015-48
en
refinedweb
corejava - Java Beginners design patterns are there in core java? which are useful in threads?what r... for more information:... and again. The use of design patterns related to J2EE applications offer Corejava Interview,Corejava questions,Corejava Interview Questions,Corejava Core Java Interview Questions Page3  ... a...
http://roseindia.net/tutorialhelp/comment/21326
CC-MAIN-2015-48
en
refinedweb
This post explains how to create a View Engine for ASP.NET MVC, leveraging the Text Template (T4) infrastructure already out there for rendering the view based using a custom T4 template host. Clarification: Here, I’m not using T4 for design time code generation. We are using T4 toolkit to render the views during runti...
http://www.amazedsaint.com/2010/06/creating-custom-view-engine-for-aspnet.html
CC-MAIN-2015-48
en
refinedweb
Red-Black trees are ordered binary trees with one extra attribute in each node: the color, which is either red or black. Like the Treap, and the AVL Tree, a Red-Black tree is a self-balancing tree that automatically keeps the tree’s height as short as possible. Since search times on trees are dependent on the tree’s he...
http://www.codeproject.com/Articles/8287/Red-Black-Trees-in-C?fid=105549&df=90&mpp=10&sort=Position&spc=None&select=1388937&tid=4030096
CC-MAIN-2015-48
en
refinedweb
[OPEN-125] Store (using AjaxProxy) duplicates new record when .sync() is called Sencha Touch version tested: - 1.1.0 Platform tested against: - iOS 4 - Android 2.1 Description: - New records are duplicated in a store after .sync() is called, when using an AjaxProxy. Test Case: Code: // models/contact.js app.models.Cont...
https://www.sencha.com/forum/showthread.php?135241-OPEN-125-Store-(using-AjaxProxy)-duplicates-new-record-when-.sync()-is-called
CC-MAIN-2015-48
en
refinedweb
I'm doing a file reading. The contents of the file is saved into a subject node called head. In order to perform dynamic node creation, I equated the temp = *head (on line 48). Upon printing, calling print(head) on line 34, the program crashed. I debugged it and found a segmentation fault on printing so I added line 50...
http://cboard.cprogramming.com/cplusplus-programming/149970-struct-node-pointer-dereference-printing-bug-difficulty.html
CC-MAIN-2014-49
en
refinedweb
Iteration Inside and Out January 13, 2013 — code, dart, language, magpie, ruby You would think iteration, you know looping over stuff, would be a solved problem in programming languages. Seriously, here’s some FORTRAN code that does a loop and would run on a computer fifty years ago: do i=1,10 print i end do So when I ...
http://journal.stuffwithstuff.com/2013/01/13/iteration-inside-and-out/
CC-MAIN-2014-49
en
refinedweb
I am trying to use a django application on my local ubuntu machine. However the site doesn't work and my /var/log/apache2/errors.log is filled with messages like this: /var/log/apache2/errors.log ImportError: No module named site My /var/log/apache2/error.log (for today) looks like this: /var/log/apache2/error.log $ ca...
http://serverfault.com/questions/285229/python-django-wsgi-apache-importerror-no-module-named-site
CC-MAIN-2014-49
en
refinedweb
Patent application title: METHOD AND APPARATUS FOR TAMPER-PROOF WIRTE-ONCE-READ-MANY COMPUTER STORAGE Inventors: Radu Sion (Sound Beach, NY, US) IPC8 Class: AG06F2100FI USPC Class: 713193 Class name: Electrical computers and digital processing systems: support data processing protection using cryptography by stored dat...
http://www.faqs.org/patents/app/20100088528
CC-MAIN-2014-49
en
refinedweb
oleg at pobox.com writes: > > Martin Sulzmann wrote: > > > Let's consider the general case (which I didn't describe in my earlier > > email). > > > > ... > > > Sorry, I left out the precise definition of the rank function > > in my previous email. Here's the formal definition. > > > > rank(x) is some positive number fo...
http://www.haskell.org/pipermail/haskell-cafe/2006-February/014635.html
CC-MAIN-2014-49
en
refinedweb
12 March 2010 07:58 [Source: ICIS news] MUMBAI (ICIS news)--India will increase biaxially oriented polypropylene (BOPP) film capacity by around 50% over the next two years, an industry executive said on Friday. “An additional capacity of 222,000 tonnes/year will be added by 2011,” said Indrajit Ghosh, general manager b...
http://www.icis.com/Articles/2010/03/12/9342145/india-to-see-50-increase-in-bopp-capacity-over-next-two-years.html
CC-MAIN-2014-49
en
refinedweb
11 November 2010 18:52 [Source: ICIS news] TORONTO (ICIS)--Verbio reported third-quarter earnings before interest and tax (EBIT) of €200,000 ($274,000), compared with EBIT of €800,000 in the year-earlier period, as sales, production and capacity utilisation fell while costs for key raw materials rose, the German biofue...
http://www.icis.com/Articles/2010/11/11/9409662/verbio-q3-profit-plummets-on-lower-biofuels-sales-production.html
CC-MAIN-2014-49
en
refinedweb
Did you know that you can run Java Servlets with Microsoft's Internet Information Server (IIS) without any third-party products? All you need is plain old IIS and pure Java. Granted, you do need to use Microsoft's Java SDK for reasons that I will explain in this article, but rest assured that your code will be free of ...
http://www.javaworld.com/article/2076107/java-web-development/use-microsoft-s-internet-information-server-as-a-java-servlet-engine.html
CC-MAIN-2014-49
en
refinedweb
IP(4) BSD Programmer's Manual IP(4) ip - Internet Protocol #include <sys/socket.h> #include <netinet/in.h> int socket(AF_INET, SOCK_RAW, proto); IP is the network ad- dresses for Source Route options must include the first-hop gateway at the beginning of the list of gateways. The first-hop gateway address will be extra...
http://www.mirbsd.org/htman/sparc/man4/ip.htm
CC-MAIN-2014-49
en
refinedweb
I am just starting out with my C++ Programming. I got this book Sam's Teach yourself C++ in 21 days. Im making the hello program. When I run after its compiled and stuff, It pops up, shows for like a second or less and minimizes or closes. Here is the code. If there is a way to fix it please tell me and please explain ...
http://cboard.cprogramming.com/cplusplus-programming/15168-hello-program.html
CC-MAIN-2014-49
en
refinedweb
- Can?? - reverting to a while loop - Self-made functions: Opinion - Good OpenGL tutorial - Im hopeless - How to declare a function - Overloading Operator+... - use C to implement all C++ features? - binary search in an array - System shutdown code? - Copy Constructor crashing program - telnet - #endif ? - hhhh.....elp...
http://cboard.cprogramming.com/sitemap/f-3-p-818.html
CC-MAIN-2014-49
en
refinedweb
# 2018/12/03~ # Fernando Gama, fgama@seas.upenn.edu. # Luana Ruiz, rubruiz@seas.upenn.edu. """ graphTools.py Tools for handling graphs Functions: plotGraph: plots a graph from an adjacency matrix printGraph: prints (saves) a graph from an adjacency matrix adjacencyToLaplacian: transform an adjacency matrix into a Lapla...
https://www.programcreek.com/python/?code=alelab-upenn%2Fgraph-neural-networks%2Fgraph-neural-networks-master%2FUtils%2FgraphTools.py
CC-MAIN-2021-10
en
refinedweb
From: bmosher_at_crosswinds_dot_net (bmosher_at_[hidden]) Date: 2002-02-09 17:19:29 As I continue studying the feasibility of switching to jamboost, I am faced again with another challenge. I thought I had resolved most of the issues, but in presenting my case to the full-time build engineer who will be responsible for...
https://lists.boost.org/boost-build/2002/02/0281.php
CC-MAIN-2021-10
en
refinedweb
2.1 Development tools for C# programming Microsoft provides the various development tools for C# programming. The list of the tools is as mentioned below: - Visual Studio 2010 - Visual C# 2010 Express - Visual Web Developer The Visual Studio tool is the collection of services that helps user for creating variety of app...
http://wideskills.com/csharp/getting-started-csharp
CC-MAIN-2021-10
en
refinedweb
3d Math functions From Unify Community Wiki Author Tjeerd Schouten Description This is a collection of generic 3d math functions such as line plane intersection, closest points on two lines, etc. Usage -Place the Math3d.cs script in the scripts folder. -To call a function from another script, place "Math3d." of the fun...
http://wiki.unity3d.com/index.php?title=3d_Math_functions&oldid=16140
CC-MAIN-2021-10
en
refinedweb
Chapter 3. Compiling and Building 3.1. GNU Compiler Collection (GCC) gccand g++), run-time libraries (like libgcc, libstdc++, libgfortran, and libgomp), and miscellaneous other utilities. 3.1.1. Language Compatibility - The following is a list of known incompatibilities between the Red Hat Enterprise Linux 6 and 5 tool...
https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/6/html/developer_guide/compilers
CC-MAIN-2021-10
en
refinedweb
class in UnityEngine / Inherits from:CustomYieldInstructionSwitch to Manual Simple access to web pages. Obsolete: WWW has been replaced with UnityWebRequest. This is a small utility module for retrieving the contents of URLs. You start a download in the background by calling WWW(url) which returns a new WWW object. You...
https://docs.unity3d.com/ru/2020.1/ScriptReference/WWW.html
CC-MAIN-2021-10
en
refinedweb
Dynamic component loader Component templates are not always fixed. An application may need to load new components at runtime. This cookbook shows you how to use ComponentFactoryResolver to add components dynamically. See the Dynamic component loading The following example shows how to build a dynamic ad banner.. Angula...
http://semantic-portal.net/dynamic-component-loader
CC-MAIN-2021-10
en
refinedweb
Singleton services A singleton service is a service for which only one instance exists in an app. For a sample app using the app-wide singleton service that this page describes, see the Providing a singleton service There are two ways to make a service a singleton in Angular: - Declare rootfor the value of the @Injecta...
http://semantic-portal.net/ng-modules-singleton
CC-MAIN-2021-10
en
refinedweb
Since Spring Security 5, numerous changes happened to how passwords are handled within the security context. The major change was how the framework started making developers encode or hash the passwords when storing and validating them. If passwords are stored in plain text, the security would be compromised by anyone ...
https://springhow.com/spring-security-password-encoder/
CC-MAIN-2021-10
en
refinedweb
You wrote a Python script that you’re proud of, and now you want to show it off to the world. But how? Most people won’t know what to do with your .py file. Converting your script into a Python web application is a great solution to make your code usable for a broad audience. In this tutorial, you’ll learn how to go fr...
https://www.coodingdessign.com/python/real-python-python-web-applications-deploy-your-script-as-a-flask-app/
CC-MAIN-2021-10
en
refinedweb
To access the camera when it is supported by the hardware and Qt Multimedia, use the Camera type and its associated types to control the camera's capture behavior, exposure, flash, focus, and image processing settings. A simple use of the camera to show a viewfinder is done with the following code: import QtQuick 2.12i...
https://www.oreilly.com/library/view/application-development-with/9781789951752/8ade8411-9988-4b23-94f4-e66ce804df2e.xhtml
CC-MAIN-2021-10
en
refinedweb
This warning informs the programmer about the presence of a strange sequence of type conversions. A pointer is explicitly cast to a memsize-type and then again, explicitly or implicitly, to the 32-bit integer type. This sequence of conversions causes a loss of the most significant bits. It usually indicates a serious e...
https://www.viva64.com/en/w/v221/
CC-MAIN-2021-10
en
refinedweb
requiring packages with distutils The documentation for distutils alleges that using the requires keyword allows a package to declare a dependency. I can’t for the life of me make this do anything useful. What I expect to happen is when I use easy_install to download a package with another requirement, that required pa...
https://doughellmann.com/posts/requiring-packages-with-distutils/
CC-MAIN-2021-10
en
refinedweb
Closed Bug 422055 Opened 13 years ago Closed 13 years ago Use jemalloc on Open Solaris Categories (Core :: Memory Allocator, defect) Tracking () mozilla1.9 People (Reporter: ginnchen+exoracle, Assigned: ginnchen+exoracle) References Details (Whiteboard: [RC2+]) Attachments (4 files, 10 obsolete files) There's a little ...
https://bugzilla.mozilla.org/show_bug.cgi?id=422055
CC-MAIN-2021-10
en
refinedweb
Train and evaluate a model Learn how to build machine learning models, collect metrics, and measure performance with ML.NET. Although this sample trains a regression model, the concepts are applicable throughout a majority of the other algorithms. Split data for training and testing The goal of a machine learning model...
https://docs.microsoft.com/sk-sk/dotnet/machine-learning/how-to-guides/train-machine-learning-model-ml-net
CC-MAIN-2021-10
en
refinedweb
Here is a solution for developers looking for a skin based slider control. It is different from the article Transparent Slider Control by Nic Wilson in the way that it allows you to skin the background and tick of the slider control and also allows you to have a customized cursor over the slider control. The main class...
http://www.codeproject.com/Articles/2453/Skin-based-slider-control?fid=4112
CC-MAIN-2015-48
en
refinedweb
Hi friends, I've got a question: is the ApplicationScoped bean is thread safe? I mean, does the proxy controls all methods calls to the instance? @ApplicationScoped public class ApplicationScopedBean { public void doSomething() { // should I use the 'synchronized' keyword here? // change some critical state } } I've te...
https://community.jboss.org/message/728024
CC-MAIN-2015-48
en
refinedweb
Hi All, Our application was developed with silverlight 3 now i want to migrate into the silverlight 5 version. i am getting error in xaml. "Undefined CLR namespace. The 'clr-namespace' URI refers to a namespace 'System.Windows.Controls.Primitives' that could not be found" Thanks for help in advance. Asim Maqbool Accord...
https://social.msdn.microsoft.com/Forums/en-US/33ea8d1d-8211-4d3e-9cfa-755b3b04be61/migration-from-silverlight-3-to-silverlight-5
CC-MAIN-2015-48
en
refinedweb
China glazed eaves roofing tile for private gardens US $0.8-2 5000 Pieces (Min. Order) Left and Right Eaves Tiles Hip Tiles Fittings of Clay Roof ... US $0.55-0.75 1000 Square Meters (Min. Order) Chinese roofing and waterproof expo 2012 eave tiles US $35-85 50 Square Meters (Min. Order) glazed roof eaves tiles for Chin...
http://www.alibaba.com/showroom/eaves-tiles.html
CC-MAIN-2015-48
en
refinedweb
Try/Catch Blocks You will notice throughout our application the use of try/catch blocks. Since we're working with handling exceptions, it's important to note that try/catch block(s) are the basic fundamental building base to handling exceptions. Anytime your application does the following operations, you should use the...
http://www.webreference.com/programming/asp-net-exception-handling/2.html
CC-MAIN-2015-48
en
refinedweb
Results 1 to 2 of 2 - Join Date - Jun 2007 - 57 - Thanks - 4 - Thanked 1 Time in 1 Post my program is not asking me what my fav color is i get no error but my program should be asking me what my favorite color is Code: import java.util.Scanner; public class Assignment2 { public static void main (String [] args) { Strin...
http://www.codingforums.com/java-and-jsp/157587-my-program-not-asking-me-what-my-fav-color.html
CC-MAIN-2015-48
en
refinedweb
This is the last post of the Pew Pew Chronicles – a series of blog posts about a crazy journey that eventually led to Pew Pew becoming one of the first apps in Microsoft’s App Store. I would like to end this series with summarizing the underlying ideas of my work on Pew Pew. Please wake up now Last month I gave a talk ...
http://blogs.adobe.com/bparadie/tag/pew-pew/
CC-MAIN-2015-48
en
refinedweb
now. as you can all see by my join date ive been interested in programming for quite some time. and ive probably gone through this multiple tutorials to get nowhere. i never built a solid foundation. i was using concepts that i didnt understand at all. so im back to basics. ive been working on the third excercise from ...
http://cboard.cprogramming.com/cplusplus-programming/114253-counting-white-space-seperated-words.html
CC-MAIN-2015-48
en
refinedweb
GeoLocation with VB and Windows 8 /8.1 Introduction This has to be my favorite feature in Windows 8.x. OK, I've probably said that many a time. With so many developers wondering why exactly there were five-thousand plus new APIs introduced in Windows 8.x, it is hard to resist the temptation of looking into them. The Ge...
http://www.codeguru.com/win_mobile/win_store_apps/geolocation-with-vb-and-windows-8-8.1.htm
CC-MAIN-2015-48
en
refinedweb
MICROTIME(9) BSD Kernel Manual MICROTIME(9) microtime - realtime system clock #include <sys/time.h> void microtime(struct timeval *tv); microtime() returns the current value of the system realtime clock in the structure pointed to by the argument tv. The system realtime clock is guaranteed to be monotonically increasin...
https://www.mirbsd.org/htman/i386/man9/microtime.htm
CC-MAIN-2015-48
en
refinedweb
Details Description It should be possible to write UDFs in scripting languages such as python, ruby, etc. This frees users from needing to compile Java, generate a jar, etc. It also opens Pig to programmers who prefer scripting languages over Java. Issue Links Activity - All - Work Log - History - Activity - Transition...
https://issues.apache.org/jira/browse/PIG-928?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel
CC-MAIN-2015-48
en
refinedweb
05 September 2008 17:37 [Source: ICIS news] NEW DELHI (ICIS news) – ?xml:namespace> ?xml:namespace> The company said that the process licensor for this integrated unit would be Shaw Group's Stone & Webster of the MRPL did not specify the propylene capacity in the tender document. It had earlier stated that the expanded...
http://www.icis.com/Articles/2008/09/05/9154468/indias-mrpl-seeks-bids-for-propylene-recovery-unit.html
CC-MAIN-2013-20
en
refinedweb
<ac:macro ac:<ac:plain-text-body><![CDATA[]]></ac:plain-text-body></ac:macro> <ac:macro ac:<ac:plain-text-body><![CDATA[ This proposition covers several classes dedicated to the client browser/device detection and the available associated features and capabilities. <ac:macro ac:<ac:plain-text-body><![CDATA[ Zend Framew...
http://framework.zend.com/wiki/display/ZFPROP/Zend_Http_UserAgent+-+Interakting?focusedCommentId=26673306
CC-MAIN-2013-20
en
refinedweb
Details Description assert "${1} " + "2" instanceof GString assert "1" + "$ " instanceof String As far as I can see plus() should be commutative throughout the GDK. At least it should be commutative for String and GString. Activity This issue is not there anymore. Checked on all 3 branches (1.5, 1.6, 1.7). So let's clo...
http://jira.codehaus.org/browse/GROOVY-2994?focusedCommentId=160516&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel
CC-MAIN-2013-20
en
refinedweb
NAME pam - Pluggable Authentication Modules Library SYNOPSIS #include <security/pam_appl.h> #include <security/pam_modules.h> #include <security/pam_ext.h> DESCRIPTION PAM is a system of libraries that handle the authentication tasks of applications (services) on the system. The library provides a stable general interf...
http://manpages.ubuntu.com/manpages/oneiric/man3/pam.3.html
CC-MAIN-2013-20
en
refinedweb
/* * Lib This header provides a subset of the hosting/SecCodeHost.h>. This file is documented as a delta to <Security/SecCodeHost.h>, which you should consult as a baseline. */ #ifndef _H_SECCODEHOSTLIB #define _H_SECCODEHOSTLIB #include <Security/SecCodeHost.h> #ifdef __cplusplus extern "C" { #endif /*! @function SecH...
http://opensource.apple.com/source/libsecurity_codesigning/libsecurity_codesigning-55032/lib/SecCodeHostLib.h
CC-MAIN-2013-20
en
refinedweb
#include <decodeout.hpp> #include <decodeout.hpp> List of all members. The (generated) section decoder drives the section decoding by calling the functions provided by this class. Constructor. Enter a nested block in the section. Leave a nested block in the section. Output an "else" conditional. Output a field within t...
http://wordaligned.org/docs/dvbcodec/doxygen/html/classDecodeOut.html
CC-MAIN-2013-20
en
refinedweb
TIFF and LibTiff Mailing List Archive June 2010 Previous Thread Next Thread Previous by Thread Next by Thread Previous by Date Next by Date The TIFF Mailing List Homepage This list is run by Frank Warmerdam Archive maintained by AWare Systems HI, I am a beginner to TIFF images. I got 36 different kinds of TIFF images, ...
http://www.asmail.be/msg0054960608.html
CC-MAIN-2013-20
en
refinedweb
20 March 2008 07:00 [Source: ICIS news] SINGAPORE (ICIS news)--Jinzhou Petrochemical, China’s largest isopropanol (IPA) producer, plans to shut down one of its two 50,000 tonne/year production lines for 25 days of scheduled maintenance starting 20 April, a company official said on Thursday. The other line was expected ...
http://www.icis.com/Articles/2008/03/20/9109871/jinzhou-plans-april-turnaround-for-ipa-unit.html
CC-MAIN-2013-20
en
refinedweb
Visual Basic is by a large margin the most popular programming language in the Windows world. Visual Basic.NET (VB.NET) brings enormous changes to this widely used tool. Like C#, VB.NET is built on the Common Language Runtime, and so large parts of the language are effectively defined by the CLR. In fact, except for th...
http://flylib.com/books/en/2.78.1.33/1/
CC-MAIN-2013-20
en
refinedweb
The motivation behind this post is to answer a simple question: What's the difference between Docker and classic Virtualization techniques? I set out to research this topic in depth and I will share my findings. I am by no means an expert in either Docker or virtualization so feel free to comment if you find any incons...
https://www.monkeyvault.net/docker-vs-virtualization/
CC-MAIN-2020-05
en
refinedweb
Reverse a number in C: The code for reversing a number in C is: #include <stdio.h> int main() { int num; int reversedNum = 0; int remainder; printf("Enter an integer: "); scanf("%d", & amp; num); while (num != 0) { remainder = num % 10; reversedNum = reversedNum * 10 + remainder; num = num / 10; } printf("Reversed Numb...
https://www.studymite.com/c-programming-language/examples/reverse-number-program/?utm_source=related_posts&utm_medium=related_posts
CC-MAIN-2020-05
en
refinedweb
Hi guys! I'm trying to fade out a lightbox when clicking a button. I wrote the following code but it just closes the lightbox, without the fade out animation: import wixWindow from 'wix-window'; export function button1_click(event) { wixWindow.lightbox.close("fade"); } What am I doing wrong? Thanks in advance. You can'...
https://www.wix.com/corvid/forum/community-discussion/problem-with-code-1
CC-MAIN-2020-05
en
refinedweb
As already mentioned FileChannel implementation of Java NIO channel is introduced to access meta data properties of the file including creation, modification, size etc.Along with this File Channels are multi threaded which again makes Java NIO more efficient than Java IO. In general we can say that FileChannel is a cha...
https://www.tutorialspoint.com/java_nio/java_nio_file_channel.htm
CC-MAIN-2020-05
en
refinedweb
Used by (2) Jenkins jobs (6) Package Summary Sets up the gazebo robot manager as a service to assist in spawning/killing robots as concert clients. - Maintainer status: developed - Maintainer: Daniel Stonier <d.stonier AT gmail DOT com>, Piyush Khandelwal <piyushk AT gmail DOT com> - Author: Daniel Stonier, Piyush Khan...
http://wiki.ros.org/concert_service_gazebo?distro=hydro
CC-MAIN-2020-05
en
refinedweb
kio KIO::ParseTreeCALC Class Reference #include <ktraderparsetree.h> Inheritance diagram for KIO::ParseTreeCALC: Detailed Description For internal use only. Definition at line 216 of file ktraderparsetree.h. Constructor & Destructor Documentation Definition at line 219 of file ktraderparsetree.h. Member Function Docume...
https://api.kde.org/3.5-api/kdelibs-apidocs/kio/html/classKIO_1_1ParseTreeCALC.html
CC-MAIN-2020-05
en
refinedweb
In software engineering,. Basically, there can be only one instance of a singleton class throughout the system. In Delphi there are three common methods (that I aware of) to implement singleton class. - Using global variable - Using global function - Internally managed by the class Personally I call the last one as the...
http://forum.codecall.net/topic/66865-design-pattern-in-delphi-singleton/
CC-MAIN-2020-05
en
refinedweb
Scala FAQ: Can you share some examples of the Scala if/then/else syntax? Also, can you show a function that returns a value from an if/then/else statement? In its most basic use, the Scala if/then/else syntax is similar to Java: if (your test) { // do something } else if (some test) { // do something } else { // do som...
https://alvinalexander.com/scala/scala-if-then-else-syntax-returning-value-functional-programming
CC-MAIN-2020-05
en
refinedweb
Adobe Reader XI Installation - Error:1642 - Kace 2000 3.6.98680 After updating our K2000 from 3.5 to 3.6 we found that our Adobe Reader XI fails to install as a post install task. The task fails and gives me the following - Our file structure is as follows that is located in C:\KACE\Applications\39 The Batch file reads...
http://www.itninja.com/question/adobe-reader-xi-installation-error-1642-kace-2000-3-6-98680
CC-MAIN-2017-39
en
refinedweb
A pointer to a pointer in C programming is a pointer variable which is used to store the address of another variable. A pointer can store the address of another pointer variable also like any other data type pointer. A pointer to a pointer means, first pointer will contains the address of second pointer and second poin...
http://www.techcrashcourse.com/2015/08/c-programming-pointer-to-pointer.html
CC-MAIN-2017-39
en
refinedweb
"Can I return an actual car object instead of a string description? It would be killer if I can actually show some real car sale item objects coming back from the database instead of the string description." Yes, Dick, you can, now. scouchdb now offers APIs for returning Scala objects directly from couchdb views. Here'...
http://debasishg.blogspot.com/2009_06_01_archive.html
CC-MAIN-2017-39
en
refinedweb
{-# #-} -- | Allocate resources which are guaranteed to be released. -- -- For more information, see <>. -- -- One point to note: all register cleanup actions live in the @IO@ monad, not -- the main monad. This allows both more efficient code, and for monads to be -- transformed. module Control.Monad.Trans.Resource ( ...
http://hackage.haskell.org/package/resourcet-1.1.9/docs/src/Control-Monad-Trans-Resource.html
CC-MAIN-2017-39
en
refinedweb
Creating and loading models using SketchUp SketchUp is a free 3D modeling program, which was acquired by Google in 2006. It has been designed as a 3D modeling program that's easier to use than other 3D modeling programs. A key to its success is its easy learning curve compared to other 3D tools. Mac OS X, Windows XP, a...
https://www.packtpub.com/books/content/papervision3d-external-models-part-2
CC-MAIN-2017-39
en
refinedweb
Opened 12 years ago Closed 12 years ago Last modified 11 years ago #258 closed defect (invalid) Cannot create many-many relationships within the same table Description This model fails: from django.core import meta # Create your models here. class Object(meta.Model): fields = ( meta.CharField('title', maxlength=50), ) ...
https://code.djangoproject.com/ticket/258
CC-MAIN-2017-39
en
refinedweb
if . . . elsif . . . else in Ruby on rails By: Brian Marick Emailed: 1788 times Printed: 2608 times Here is Ruby’s if statement in all its glory, wrapped in a method: Download if-facts/describe.rb def describe(inhabitant) if inhabitant == "sophie" puts 'gender: female' puts 'height: 145' elsif inhabitant == "paul" puts...
http://java-samples.com/showtutorial.php?tutorialid=878
CC-MAIN-2017-39
en
refinedweb
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. Web service API call I have a method in a model with this signature: @api.model def do_stuff(self, arg1): ... The method expects ...
https://www.odoo.com/forum/help-1/question/web-service-api-call-101831
CC-MAIN-2017-39
en
refinedweb
package org.datanucleus.samples.jdo.tutorial; public class Inventory { String name = null; Set<Product> products = new HashSet<>(); public Inventory(String name) { this.name = name; } public Set<Product> getProducts() {return products;} } PersistenceCapable so it is visible to the persistence mechanism Identify which f...
http://www.datanucleus.org/products/accessplatform_5_0/jdo/tutorial.html
CC-MAIN-2017-39
en
refinedweb
/* * Apple Computer, Inc. * * The information contained herein is subject to change without * notice and should not be construed as a commitment by Apple * Computer, Inc. Apple Computer, Inc. assumes no responsibility * for any errors that may appear. * * Confidential and Proprietary to Apple Computer, Inc. * */ /* at...
http://opensource.apple.com/source/AppleTalk/AppleTalk-66/at_paths.h
CC-MAIN-2014-52
en
refinedweb
For the general introduction of the app, its basically a utility app which consists of the likes of a search tool, a geocode related tool and a translator tool. I have opted to showcase this app as an entry for the AppInnovation Contest. The users will have access to search, geocode browsing and a language translator a...
http://www.codeproject.com/Articles/476151/The-Companion-App-Search-Engine-GeoLocation-Browse?msg=4408823
CC-MAIN-2014-52
en
refinedweb
13 May 2011 11:50 [Source: ICIS news] BUCHAREST (ICIS)--Rompetrol’s petrochemicals business posted a net profit of $5.3m (€3.7m) for the first three months of 2011, compared with a net loss of $1.9m in the same period of 2010, mainly due to the diversification of its product portfolio and the optimisation of current ac...
http://www.icis.com/Articles/2011/05/13/9459608/romanias-rompetrol-petrochemicals-q1-net-profit-rises-to-5.3m.html
CC-MAIN-2014-52
en
refinedweb
15 November 2013 17:10 [Source: ICIS news] HOUSTON (ICIS)--One worker died early Friday in a fire at Chevron’s ?xml:namespace> The accident occurred at about 02:00 local time at the refinery’s “Cracking II” area, the company said in a brief media statement. “Refinery teams have responded to the emergency, and the site ...
http://www.icis.com/Articles/2013/11/15/9726078/worker-dies-in-chevron-refinery-fire-at-pascagoula-mississippi.html
CC-MAIN-2014-52
en
refinedweb
Results 1 to 3 of 3 I'm trying to create a Linux image for an embedded system so that I can boot from a USB stick (or USB flash card reader). I can't use any other ... - Join Date - Apr 2011 - 3 [SOLVED] Booting from a USB stick: VFS: Cannot open root device I'm working from a previous configuration that was not decide...
http://www.linuxforums.org/forum/other-linux-distributions/177802-solved-booting-usb-stick-vfs-cannot-open-root-device.html
CC-MAIN-2014-52
en
refinedweb
............... goodevining. I am using hibernate on eclipse, while connection to database Orcale10g geting error .........driver ARNING: SQL Error: 0, SQLState: null 31 May, 2012 8:18:01 PM java compilation error - Hibernate Java Compilation hibernate code - Hibernate hibernate code while generating the hibernate code...
http://www.roseindia.net/tutorialhelp/comment/17007
CC-MAIN-2014-52
en
refinedweb
Agenda See also: IRC log <scribe> New member, George Gowe George is from Origo an insurance vertical organisation Origo has own mesage specifications now running a web services adoption program and seeing issues with WS toolkits Minutes from F2F and last conf call approved Next f2f meeting ... In Europe looking at date...
http://www.w3.org/2002/ws/databinding/6/3/28-databinding-minutes.html
CC-MAIN-2014-52
en
refinedweb
- QUrl problems - [moved] Need getting started info - How to make QT application full screen - Launch Web Page - link error : error:LINK2019 & 2001 - Where are all the beginners?! - spectrum analyzer demo, the HZ is 0 ~ 2000, how to change this? - How to interface with the ccmare classes? - How to avoid Qt ListWidget f...
http://developer.nokia.com/community/discussion/archive/index.php/f-264.html
CC-MAIN-2014-52
en
refinedweb
Gets the first value of an attribute in an entry as a string. #include "slapi-plugin.h" char *slapi_entry_attr_get_charptr(const Slapi_Entry* e, const char *type); This function takes the following parameters: Entry from which you want to get the string value. Attribute type from which you want to get the value. This f...
http://docs.oracle.com/cd/E19424-01/820-4810/aaifz/index.html
CC-MAIN-2014-52
en
refinedweb
#include <player.h> List of all members. This ioctl allows the client to switch between position and velocity control, for those drivers that support it. Note that this request changes how the driver interprets forthcoming commands from all clients. Must be set to PLAYER_PTZ_CONTROL_MODE_REQ Mode to use: must be either...
http://playerstage.sourceforge.net/doc/Player-1.6.5/player-html/structplayer__ptz__controlmode__config.php
CC-MAIN-2014-52
en
refinedweb
Hi i have the following little programme which prints out some numbers from an Array i declared at the start which holds 5 values. Once the 5 values are printed the programme catches the exception and prints out the message, as there are no more numbers to print!. Here is the code. Code : package ClientServer; public c...
http://www.javaprogrammingforums.com/%20whats-wrong-my-code/11566-printing-out-numbers-array-printingthethread.html
CC-MAIN-2014-52
en
refinedweb
Description of the files: ext-all.js, ext-debug.js, ext-all-debug.js, ext-dev, ... Description of the files: ext-all.js, ext-debug.js, ext-all-debug.js, ext-dev, ... Sorry! bump! I am wondering about the same thing myself. - Join Date - Jan 2009 - Location - Palo Alto, California - 1,939 - Vote Rating - 9 We're simplif...
http://www.sencha.com/forum/showthread.php?142565-Description-of-the-files-ext-all.js-ext-debug.js-ext-all-debug.js-ext-dev-...&p=744017&viewfull=1
CC-MAIN-2014-52
en
refinedweb
SGI CC compiler: What happens if I use --> #include "unistd.h" and "stdio.h"? Discussion in 'C++' started by clusardi2k@aol INTERNAL COMPILER ERROR C1001: msc1.cpp (line 1794) error at every std include file: stdio.h, windowpaul calvert, Oct 10, 2003, in forum: C++ - Replies: - 6 - Views: - 2,204 - WW - Oct 14, 2003 Co...
http://www.thecodingforums.com/threads/sgi-cc-compiler-what-happens-if-i-use-include-unistd-h-and-stdio-h.448204/
CC-MAIN-2014-52
en
refinedweb
Convert the Private Key File to PKCS8 There's one final step that's not in the Google documentation anywhere, but is critical. The .pem format created earlier is required for the certificate, but the Java code that will use the private key needs that key specified in a different format called "PKCS8." Convert the .pem ...
http://www.drdobbs.com/tools/getting-started-with-the-cloud-logging-o/229625374?pgno=3
CC-MAIN-2014-52
en
refinedweb
09 October 2009 16:37 [Source: ICIS news] By John Richardson ?xml:namespace> But even the most bullish of chemicals traders have been consistently putting this recovery into worrying context. "I have done reasonable business this year and made quite good returns, but volumes are way down," said one trader, who deals in...
http://www.icis.com/Articles/2009/10/09/9254285/insight-weak-sentiments-in-china-markets.html
CC-MAIN-2014-52
en
refinedweb
Content All Articles Python News Numerically Python Python & XML Community Database Distributed Education Getting Started Graphics Internet OS Programming Scientific Tools Tutorials User Interfaces ONLamp Subjects Linux Apache MySQL Perl PHP Python BSD Editor: unicode str >>>). \xc3\xa4: Unicode >>>. 0xc3 Related Readi...
http://www.macdevcenter.com/pub/a/python/excerpt/pythonckbk_chap1/index.html
CC-MAIN-2014-52
en
refinedweb
Searched for: "net send sdk windows" About 17 results for "net send sdk windows" Reverse engineering your .NET applications The .NET Framework makes it easy to reverse engineer an existing application. Discover what techniques to use to deter prying eyes from deconstructing your code. TR member appeals to Canadian gove...
http://www.techrepublic.com/search/?q=net+send+sdk+windows
CC-MAIN-2014-52
en
refinedweb
Several common authentication schemes are not secure over plain HTTP. In particular, Basic authentication and forms authentication send unencrypted credentials. To be secure, these authentication schemes must use SSL. In addition, SSL client certificates can be used to authenticate clients. Enabling SSL on the Server T...
http://www.asp.net/web-api/overview/security/working-with-ssl-in-web-api
CC-MAIN-2014-52
en
refinedweb
Catching Cheats With the Perl Compiler The Perl Journal March, 2004 By Deborah Pickett Debbie teaches Perl and assembly at Monash University in Australia. She can be reached at debbiep@csse.monash.edu.au. Laziness, impatience, hubris. Perl users have been raised to believe that these are the virtues of a good programme...
http://www.drdobbs.com/web-development/catching-cheats-with-the-perl-compiler/184416093?pgno=1
CC-MAIN-2014-52
en
refinedweb
XML as a tool Nowadays you can easily take XML for granted. It's everywhere! But when you stand back and look at it, you can see that it's a powerful technology. IDEs help build XML trees. Several validation technologies make sure that the XML code is right. XSLT is a dedicated XML translation language. Support is even...
http://www.ibm.com/developerworks/xml/library/x-xmldo/index.html?ca=drs-
CC-MAIN-2014-52
en
refinedweb
13 November 2007 11:48 [Source: ICIS news] LONDON (ICIS news)--BASF has bought SABIC’s stake in the companies’ engineering plastics joint venture BASF GE Schwarzheide for an undisclosed sum, the German chemicals major said on Tuesday. ?xml:namespace> Based in Schwarzheide, eastern ?xml:namespace> “With the purchase of ...
http://www.icis.com/Articles/2007/11/13/9078141/basf-buys-out-sabics-stake-in-pbt-joint-venture.html
CC-MAIN-2014-52
en
refinedweb
So I'm a complete noob at programming. Help please!! // The "Ok" class. import java.awt.*; import hsa.Console; public class Ok { static Console c; // The output console public static void main (String[] args) { c = new Console (); String num; c.println ("Enter a three digit number whose first digit is greater than its ...
http://www.javaprogrammingforums.com/java-ides/18069-ready-program-helpp.html
CC-MAIN-2014-52
en
refinedweb
Threaded View Unspecified error in IE but good in firefox Unspecified error in IE but good in firefox Hi guys I have an array reader with values like Ext.namespace('Ext.exampledata'); Ext.exampledata.recordValues = [ ['A','$2000','<ul><li>firstitem</li><li>seconditem</li></ul>','Address1','Sample memo',"<img src='../im...
http://www.sencha.com/forum/showthread.php?60564-Unspecified-error-in-IE-but-good-in-firefox&p=291582&mode=threaded
CC-MAIN-2014-52
en
refinedweb
AsyncCallback creation of Accordion contents not displayed AsyncCallback creation of Accordion contents not displayed It seems that when I populate the contents of an Accordion panel they are not displayed until I do a window resize. eg: I load a set of categories from a database and create a Panel for each of them. Th...
http://www.sencha.com/forum/showthread.php?63076-AsyncCallback-creation-of-Accordion-contents-not-displayed
CC-MAIN-2014-52
en
refinedweb
NAME s3dw_widget - s3d widget information SYNOPSIS #include <s3dw.h> STRUCTURE MEMBERS struct _s3dw_widget { int type; s3dw_widget *parent; s3dw_style *style; int nobj; s3dw_widget **pobj; int focus; int flags; float ax; float ay; float az; float as; float arx; float ary; float arz; float width; float height; uint32_t ...
http://manpages.ubuntu.com/manpages/oneiric/man9/s3dw_widget.9.html
CC-MAIN-2014-52
en
refinedweb
16 November 2008 By clicking Submit, you accept the Adobe Terms of Use. General experience of building applications with Flash CS3 is suggested. For more details on getting started with this Quick Start, refer to Building the Quick Start sample applications with Flash. Additional Requirements Intermediate Operating sys...
http://www.adobe.com/devnet/air/flash/quickstart/articles/adding_menus.html
CC-MAIN-2014-52
en
refinedweb
How to use add_subplot() in matplotlib In this post, we will discuss one of the most used functions in matplotlib. At the end of this article, you will know how to use add_subplot() in matplotlib. If there is a need for you to be here, it is good to assume that you have already installed matplotlib on your machine. How...
https://www.codespeedy.com/use-add_subplot-in-matplotlib/
CC-MAIN-2021-17
en
refinedweb