text stringlengths 20 1.01M | url stringlengths 14 1.25k | dump stringlengths 9 15 ⌀ | lang stringclasses 4
values | source stringclasses 4
values |
|---|---|---|---|---|
Difference between revisions of "GtkMMification"
Revision as of 13:15, 29 May 2004
Gtk+ and GtkMM interact cleanly. This task is to replace individual widgets and dialogs with their GtkMM ports so as to reduce the code size and make code reading easier.
We won't be using Glade, but we may consider other GtkMM-based der... | http://wiki.inkscape.org/wiki/index.php?title=GtkMMification&diff=prev&oldid=1677 | CC-MAIN-2019-43 | en | refinedweb |
Architecture components are a set of Android libraries that help you structure your app in a way that is robust, testable, and maintainable.
The new Room Persistence Library guarantee SQL statements at compile-time and removes boilerplate code related to storing data locally in SQLite using the following features:
Live... | https://codelabs.developers.google.com/codelabs/android-persistence/index.html?index=..%2F..%2Findex&hl=fi | CC-MAIN-2019-43 | en | refinedweb |
Overview
- This article is a complete tutorial to learn data science using python from scratch
- It will also help you to learn basic data analysis methods using python
- You will also be able to enhance your knowledge of machine learning algorithms
Introduction
It happened a few years back. After working on SAS for mo... | https://demo2.aifest.org/blog/2016/01/complete-tutorial-learn-data-science-python-scratch-2/ | CC-MAIN-2019-43 | en | refinedweb |
My Top 3 Ruby on Rails Best Practices
Mike Coutermarsh
・1 min read
Here is what will give you the biggest bang for your effort.
Learn the presenter and service object patterns. This allows you to break down complex logic into small, self contained and easily tested classes. This makes writing/changing/reading code easy... | https://dev.to/mscccc/top-3-ruby-on-rails-best-practices | CC-MAIN-2019-43 | en | refinedweb |
Detecting Theft by Hyperobject Abuse
By Arch D. Robison (Intel), Updated
Intel® Cilk™ Plus employs work stealing, where threads steal work from other threads. Though a good Intel Cilk Plus program should not depend on whether work is stolen or not, you might be curious about when it occurs in a program. This blog shows... | https://software.intel.com/en-us/blogs/2010/11/22/detecting-theft-by-hyperobject-abuse | CC-MAIN-2017-26 | en | refinedweb |
Let's get started with the "RPC" challenge, poked with and solved by quite a few people on our team: jagger, mak, keidii, Mawekl and vnd, and available during the CTF with the following description:
Wallarm experts[0] do it in 3 minutes. How long will it take you[1]?Once we clicked on the second link, the task website ... | http://blog.dragonsector.pl/2014/02/olympic-ctf-2014-rpc-400.html | CC-MAIN-2017-26 | en | refinedweb |
Next: Widget classes, Previous: General concepts, Up: Top [Contents][Index]
The core of MathGL is mglGraph class defined in
#include <mgl2/mgl.h>. It contains a lot of plotting functions for 1D, 2D and 3D data. It also encapsulates parameters for axes drawing. Moreover an arbitrary coordinate transformation can be used... | http://mathgl.sourceforge.net/doc_en/MathGL-core.html | CC-MAIN-2017-26 | en | refinedweb |
Consider a classical HelloWorld Java Program :
public class HelloWorld { public static void main(String[] args) { System.out.println("Hello World."); } }
1. Compile .java files
Running a Java compiler on this program will produce HelloWorld.class – a Java byte code representation of this program. In most Java implement... | http://rtjava.blogspot.com/2011/07/real-time-embedded-java-helloworld-with.html | CC-MAIN-2017-26 | en | refinedweb |
User-Agent: Mozilla/5.0 (X11; U; Linux i686 (x86_64); nb-NO; rv:1.9.2.12) Gecko/20101027 Fedora/3.6.12-1.fc14 Firefox/3.6.12 Build Identifier: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:2.0b7) Gecko/20100101 Firefox/4.0b7 On a Mac OS X machines connected to networks with IPv6 router advertisements that have no aut... | https://bugzilla.mozilla.org/show_bug.cgi?id=614526 | CC-MAIN-2017-26 | en | refinedweb |
I have a dictionary called "locations". A function I'm writing for the dictionary is set up in the format (d, description, current) where 'd' references the dictionary, 'description' references a string describing the location we are looking for, and 'current' references the spot we currently are in the dictionary as a... | https://codedump.io/share/0cnFIQRRjx16/1/navigating-through-a-dictionary-in-python | CC-MAIN-2017-26 | en | refinedweb |
While testing my realization of stack (that is using linked list) I found one interesting thing. There is a test code to reproduce it:
#include <iostream>
using namespace std;
struct Node {
int val;
Node *prev;
};
int main() {
Node *first = new Node;
first->val = 20;
first->prev = NULL;
cout << "first:" << first << end... | https://codedump.io/share/UP6tgmSQ7mnZ/1/accessing-deleted-memory | CC-MAIN-2017-26 | en | refinedweb |
QuantLib_InflationCouponPricer man page
InflationCouponPricer — Base inflation-coupon pricer.
Synopsis
#include <ql/cashflows/inflationcouponpricer.hpp>
Inherits Observer, and Observable.
Inherited by CPICouponPricer, and YoYInflationCouponPricer.
Public Member Functions
Interface
virtual Real swapletPrice () const =0
... | https://www.mankier.com/3/QuantLib_InflationCouponPricer | CC-MAIN-2017-26 | en | refinedweb |
Uncategorized A Tale of Contrasts August 26, 2011 John Scalzi21 Comments This picture does in fact illustrate the difference in personality between these two animals. Photo once again by Athen “A Tale of Contrasts”
Does that not illustrate the personality difference between most dogs and most cats? I think it does.
The... | http://whatever.scalzi.com/2011/08/26/a-tale-of-contrasts/ | CC-MAIN-2017-26 | en | refinedweb |
I am currently working on a banking system that has 3 classes. customer, savingsAccount and transaction. I have created the 3 classes but am having problems with the saveAcnt object in the customer class. I need to link it with the savingsAccount class. Any help would be appreciated.
Also I should note that each class ... | https://www.daniweb.com/programming/software-development/threads/356942/referencing-class-object-within-another-class | CC-MAIN-2017-26 | en | refinedweb |
CodePlexProject Hosting for Open Source Software
I finished my version of UICompositionQuicStart succesfuly, but I have still one problem to solve.
My version uses RIA Services to access Northwind database. My version of EmployeeProjectsViewModel is EmployeeOrdersViewModel which loads the Employee's Orders.
The code th... | http://compositewpf.codeplex.com/discussions/363847 | CC-MAIN-2017-26 | en | refinedweb |
CodePlexProject Hosting for Open Source Software
I am trying to load a module from a XAP file within my Boot Strapper and I am gettting an exception that its unable to locate the module with type "BPO.Assets.Productivity.Core.Module.CoreModule, BPO.Assets.Productivity.Core, Version=1.0.0.0, Culture=neutral"
amoung the ... | http://compositewpf.codeplex.com/discussions/273859 | CC-MAIN-2017-26 | en | refinedweb |
Greg Weinger wrote:
>
> > But this is not enough: behavioral description *depends* on
> > the type of the exposed resource.
> >
> > For example, a resource such as
> >
> > block:skin://xslt/document2html
> >
> > will have to expose the returning MIME-type (XSLT in this
> > case) as well as it's schema, as well as the s... | http://mail-archives.apache.org/mod_mbox/cocoon-dev/200203.mbox/%3C3CA43FEF.526788D7@apache.org%3E | CC-MAIN-2017-26 | en | refinedweb |
- what is Aspect Oriented Programming and why we need it
- what is AspectJ
- using AspectJ with Spring (configuring Aspect.
I will show at the end w hat are they and how to use them within an example.:
<context:load-time-weaver
That is all what is needed to be done with in spring configuration.
The next step is configu... | http://www.javacodegeeks.com/2012/10/clean-code-with-aspects.html | CC-MAIN-2014-42 | en | refinedweb |
Download | JavaDoc | Source | Forums | Support
Available as of Camel 2.6
This cookbook shows how to load and add routes from XML files into an existing CamelContext.
When adding routes as shown on this page, the routes is isolated and cannot re-use any existing onException, intercept etc.
onException
intercept
You can ... | http://camel.apache.org/loading-routes-from-xml-files.html | CC-MAIN-2014-42 | en | refinedweb |
In this chapter, you create and configure an Oracle Coherence cache in Oracle JDeveloper using all the concepts presented in this tutorial. This chapter has the following sections:
Creating a Cache Application
Creating a Database Cache
A Coherence cache is a collection of data objects that serves as an intermediary bet... | http://docs.oracle.com/cd/E14526_01/coh.350/e14527/cohjdev.htm | CC-MAIN-2014-42 | en | refinedweb |
.
- Microsoft.Vsa
- Contains interfaces that allow you to integrate script for the .NET Framework script engines into applications, and to compile and execute code at run time.
- Microsoft.Win32
- Provides two types of classes: those that handle events raised by the operating system and those that manipulate the system... | http://msdn.microsoft.com/en-us/library/d11h6832(v=vs.71) | CC-MAIN-2014-42 | en | refinedweb |
Object Swapping, Part 7: How Do You Call It?
We've talked about why swapping is important, and about how to use it to implement other operations such as assignment. We shall now look more closely at how to use it.
More Insights
White Papers
- Top 8 Considerations To Enable and Simplify Mobility
- Consolidation: The Fou... | http://www.drdobbs.com/cpp/object-swapping-part-7-how-do-you-call-i/232900925 | CC-MAIN-2014-42 | en | refinedweb |
This blog post is going to explain what MEF is, the benefits of using MEF and then a walk through on how to implement it, followed by a screen shot demo.
The Managed Extensibility Framework, otherwise known as MEF, is essentially a “.NET Dating Service”. I call it a dating service because it allows assemblies to be loa... | http://blogs.msdn.com/b/mcsuksoldev/archive/2010/04/28/managed-extensibility-framework-overview.aspx | CC-MAIN-2014-42 | en | refinedweb |
Name | Synopsis | Description | Return Values | Errors | Examples | Usage | Attributes | See Also
#include <port.h> int port_send(int port, int events, void *user);
int port_sendn(int ports[], int errors[], uint_t nent, int events, void *user);
The port_send() function submits a user-defined event to a specified port. ... | http://docs.oracle.com/cd/E19082-01/819-2243/port-sendn-3c/index.html | CC-MAIN-2014-42 | en | refinedweb |
Microsoft.Office.RecordsManagement.InformationPolicy namespace
SharePoint 2013
Provides types and members for creating and administrating information management policies..
Show: | http://msdn.microsoft.com/en-us/library/ms562341.aspx | CC-MAIN-2014-42 | en | refinedweb |
Subject: [Boost-announce] [Review] Review results for Coroutines
From: Hartmut Kaiser (hartmut.kaiser_at_[hidden])
Date: 2012-11-24 12:03:58
All,
The review for the Coroutines library written by Oliver Kowalke started
September 3rd 2012, and ended on September 12th 2012. I counted 7 votes,
none of which were NO. All au... | http://lists.boost.org/boost-announce/2012/11/0375.php | CC-MAIN-2014-42 | en | refinedweb |
21 March 2007 17:27 [Source: ICIS news]
LONDON (ICIS news)--BASF is beginning to unleash its considerable potential in biotechnology.
The company has developed a range of techniques, including metabolic profiling, or metabolomics, and high throughput screening in its Plant Science business that is obviously attractive.... | http://www.icis.com/Articles/2007/03/21/9015244/insight-basf-finds-smart-route-for-plant-science.html | CC-MAIN-2014-42 | en | refinedweb |
02 February 2012 08:00 [Source: ICIS news]
SINGAPORE (ICIS)--?xml:namespace>
The company is offering 60% white potash at CNY3,100/tonne CPT (carriage paid to) east
The company’s MOP inventory is low because its plants are still shut after turnarounds were started in November 2011, the source added.
However, market play... | http://www.icis.com/Articles/2012/02/02/9528721/chinas-qinghai-salt-lake-potash-raises-mop-offer-on-low.html | CC-MAIN-2014-42 | en | refinedweb |
Something to be aware of, is that when your users write dynamic modules
for your application, they are subject to the interface you design. It
is very important to design a dynamic module interface that is clean and
functional before other people start to write modules for your code. If
you ever need to change the inte... | http://sourceware.org/autobook/autobook/autobook_162.html | CC-MAIN-2014-42 | en | refinedweb |
23 April 2013 09:01 [Source: ICIS news]
SINGAPORE (ICIS)--CNOOC Energy Technology & Services (CNOOC EnerTech) plans to build a 50,000 tonne/year butyl rubber plant at Putian in Fujian province, a company source said on Tuesday.
“We are currently doing environmental assessment and feasibility research, which may last a ... | http://www.icis.com/Articles/2013/04/23/9661519/chinas-cnooc-enertech-to-build-new-butyl-rubber-plant-in-fujian.html | CC-MAIN-2014-42 | en | refinedweb |
JavaOne: A lot of hype, not a lot of technical details. That was my impression of the four days following the third-year anniversary of Java's Internet debut for public consumption (March 23, 1995). And yet, one thing stood out at the conference and captured my imagination: The Ring. Not just any ring, mind you. No, th... | http://www.javaworld.com/article/2076652/ring-fever--a-first-hand-look-at-java-powered-jewelry.html | CC-MAIN-2014-42 | en | refinedweb |
eli.carter@inet.com (Eli Carter) writes: > Enrico Scholz wrote: > [snip] > > An issue related to the `BuildRecommends'-tag is the behavior while > > upgrading a package. A package with all fulfilled recommendations > > (being called full-package now) should takes precedence over older > > packages (serial + version + r... | http://www.redhat.com/archives/rpm-list/2001-June/msg00201.html | CC-MAIN-2014-42 | en | refinedweb |
35.0 (which comes with React Native 0.59)
- We’ll also need Expo’s localization library, which we can install with the expo CLI
- i18next 17.3
- Moment.js 2.24
- React Navigation 4.0 — After we initialize our demo app, we can install react-navigtation and its dependencies with expo.
- We’ll also need these additional ... | https://phrase.com/blog/posts/react-native-i18n-with-expo-and-i18next-part-1/ | CC-MAIN-2020-50 | en | refinedweb |
\.
* guix system: (guix)Invoking guix system
Managing the operating system configuration.
@end direntry
@dircategory Software development
@direntry
* guix environment: (guix)Invoking guix environment
Building development environments with Guix.
@end direntry
.
* Emacs Interface:: Using Guix from Emacs.
*.
Emacs Interfa... | http://git.genenetwork.org/guix-bioinformatics/guix/src/commit/d33fa0c71435396280aff94e7608c5c5be0e06a4/doc/guix.texi | CC-MAIN-2020-50 | en | refinedweb |
Productivity Apps 89
sale order remove reference no, hide purchase order product no, invoice line delete reference, vendor bills remove internal, internal reference number hide, product code remove module, remove reference no app odoo
Internal Reference Remove From Product Name
import product Template from csv, import ... | https://apps.odoo.com/apps/modules/category/Productivity/browse/page/3?amp%3Border=Highest+Price&%3Bamp%3Bold_series=9.0&%3Brepo_maintainer_id=115472&%3Bprice=Paid&order=Lowest+Price | CC-MAIN-2020-50 | en | refinedweb |
- class
NullLogger: std.experimental.logger.core.Logger;
- The
NullLoggerwill not process any log messages.In case of a log message with LogLevel.fatal nothing will happen.Examples:
import std.experimental.logger.nulllogger : LogLevel; auto nl1 = new NullLogger(LogLevel.all); nl1.info("You will never read this."); nl1... | https://docarchives.dlang.io/v2.073.0/phobos/std_experimental_logger_nulllogger.html | CC-MAIN-2020-50 | en | refinedweb |
class in UnityEngine.Networkingマニュアルに切り替える
A Custom Attribute that can be added to member functions of NetworkBehaviour scripts, to make them only run on servers, but not generate warnings.
This custom attribute is the same as the [Server] custom attribute, except that it does not generate a warning in the console if c... | https://docs.unity3d.com/ja/2018.2/ScriptReference/Networking.ServerCallbackAttribute.html | CC-MAIN-2020-50 | en | refinedweb |
Badges for Flutter
Installing:
In your pubspec.yaml
dependencies: badges: ^1.1.4
import 'package:badges/badges.dart';
Basic Usage:
Badge( badgeContent: Text('3'), child: Icon(Icons.settings), )
Animations:
Chips:
Sometimes you may want to use chip but it's too big, even if set padding to zero. This is where Badge comes... | https://pub.dev/documentation/badge_flutter/latest/ | CC-MAIN-2020-50 | en | refinedweb |
Flutter is Google's UI toolkit for building beautiful, natively compiled applications for mobile, web, and desktop from a single codebase. In this codelab, you'll finish an app that reports the number of stars on a GitHub repository. You'll use Dart DevTools to do some simple debugging. You'll learn how to host your ap... | https://codelabs.developers.google.com/codelabs/web-url-launcher | CC-MAIN-2020-50 | en | refinedweb |
Using ZopeSkel and Paster¶
Deprecated since version may_2015: Use bobtemplates.plone
Note
Using ZopeSKel is not considered best practice anymore, if you know how to handle it and its dependencies it fine, otherwise we advise you to use bobtemplates.
Description
ZopeSkel is a tool which generates a code skeleton templat... | https://docs.plone.org/4/en/develop/addons/paste.html?highlight=zopeskel | CC-MAIN-2020-50 | en | refinedweb |
I want to implement OnNewToken() method from FirebaseMessagingService in my Xamarin Android project that uses Firebase Cloud Messaging since FirebaseInstanceIdService and OnTokenRefreshed() are deprecated.
I tried this
[Service] [IntentFilter(new[] { "com.google.firebase.MESSAGING_EVENT" })] public class MessagingServi... | https://forums.xamarin.com/discussion/comment/419151 | CC-MAIN-2020-50 | en | refinedweb |
Introduction to Hibernate Annotations
Hibernate annotations can be considered as metadata to link the JAVA applications to the relational database in the backend. Hibernate is used to map the traditional relational databases with front end JAVA applications. Hibernate works as a bridge to connect object-oriented langua... | https://www.educba.com/hibernate-annotations/?source=leftnav | CC-MAIN-2020-50 | en | refinedweb |
A Cloud Foundry Buildpack for PHP.
A buildpack to deploy PHP applications to Cloud Foundry based systems, such as a cloud provider or your own instance.
Official buildpack documentation can be found here: php buildpack docs.
git submodule update --init
git checkout v4.4.2 # or whatever version you want, see releases pa... | https://xscode.com/cloudfoundry/php-buildpack | CC-MAIN-2020-50 | en | refinedweb |
Almost to venture into machine learning (ML) and deep learning.
The Evolution of AI
Artificial intelligence (AI) first launched when researchers came up with handcrafted features in an attempt to capture relevant attributes of various entities in the world.
Based on these entity models, sets of rules were manually writ... | https://neo4j.com/blog/deepwalk-implementing-graph-embeddings-in-neo4j/ | CC-MAIN-2020-50 | en | refinedweb |
What would be the best way (ideally with IronPython) to access an object using its memory address?
By address I mean the hex identifier which is often part of repr string.
ie.:
import Rhino.Geometry as rg curve = rg.Circle(rg.Point3d(0,0,0), 10).ToNurbsCurve() print curve print hex(id(curve))
<Rhino.Geometry.NurbsCurve... | https://discourse.mcneel.com/t/retrieve-object-from-memory-using-its-identifier/103393 | CC-MAIN-2020-50 | en | refinedweb |
OpenTelemetry Spans in Python.
from opentelemetry import trace tracer = trace.get_tracer(_
from opentelemetry import trace span = trace.get_current_span(). span = trace.get_current_span() cake_span = self._tracer.start_span(name="bake-cake", parent=span) chef.bake_cake() cake_span.
from opentelemetry import trace trace... | https://opentelemetry.lightstep.com/python/tracing/spans/ | CC-MAIN-2020-50 | en | refinedweb |
I wanna to get full Endpoint from the request. I passing endpoints dynamically for each step that I need to record it.
I tried below options to get complete url (Constant one + dynamically passed) but its just giving me only the constant endpoint
1) def endpoint = (testRunner.testCase.testSteps["GET"].testRequest.respo... | https://community.smartbear.com/t5/API-Functional-Security-Testing/How-to-get-Endpoint-from-the-Request/m-p/177646/highlight/true | CC-MAIN-2020-50 | en | refinedweb |
Java Program Has Compilation Errors After Upgrade to JDBC Driver 11g
Last updated on AUGUST 03, 2016
Applies to:JDBC - Version 11.1.0.6 and later
Information in this document applies to any platform.
Symptoms
Some java programs fail to compile after upgrading to JDBC driver 11g. These programs did compile and run succe... | https://support.oracle.com/knowledge/Middleware/443573_1.html | CC-MAIN-2018-13 | en | refinedweb |
- Advertisement
CGameProgrammerMember
Content count4264
Joined
Last visited
Community Reputation640 Good
About CGameProgrammer
- RankContributor
Vectorizing a 1-bit raster image of polygon(s)
CGameProgrammer replied to CGameProgrammer's topic in Graphics and GPU ProgrammingI'm too lazy right now to make the code neatly... | https://www.gamedev.net/profile/130-cgameprogrammer/ | CC-MAIN-2018-13 | en | refinedweb |
Results 1 to 8 of 8
Thread: compiler problem
- Join Date
- Dec 2005
- 22
compiler problem
#include <iostream.h>
int main(int argc, char **argv)
{
cout << "Hello World";
return 0;
}
and I get the following error message
[wiraj@x1-6-00-09-6b-40-03-e7 Qt]$ g++ hello1.cpp
In file included from /usr/lib/gcc/i586-mandrake-li... | http://www.linuxforums.org/forum/newbie/52636-compiler-problem.html | CC-MAIN-2018-13 | en | refinedweb |
How to Support Kotlin and Java Simultaneously
If you ask most Android developers about Kotlin or follow the trends, it’s quite clear that Kotlin’s star is on the rise. 🌟
Kotlin already accounts for ~7.5% of Realm Platform users today and we continue to see that number grow month over month. We’re very excited about th... | https://academy.realm.io/posts/two-birds-with-one-stone/ | CC-MAIN-2018-13 | en | refinedweb |
Hello.
Does anyone knows how i can adjust the output console's result a little bit more to the right side?Is there any file which i can edit? I don't know maybe there's a margin or something like that...
This is how it is currently:
And this is i'd like to get:
Thanks in advance!
I don't know in general. If you just wa... | https://forum.sublimetext.com/t/is-there-a-way-to-adjust-output-consoles-result/32370 | CC-MAIN-2018-13 | en | refinedweb |
Posted Dec 20, 2007
By James Koopmann
Gaining an understanding of internal Oracle structures is
essential to becoming better DBAs and servicing our end user community.
Oracle's library cache is one such internal structure that, after learning about,
can help eliminate some very nasty denial of service requests originat... | https://www.databasejournal.com/features/oracle/article.php/3717001/Oracle-Library-Cache151Part-I.htm | CC-MAIN-2018-13 | en | refinedweb |
Introduction: LinkitONE Room Humidity Sensor
Ever wanted to build something cool with electronics? Want to make your room environment sensor to check humidity of your room? Got a LinkitONE board? Then you are at the right place!
Here i'll show you how to make a humidity sensor using LinkitONE, (DHT11) which sends a mes... | http://www.instructables.com/id/LinkitONE-Room-Humidity-Sensor/ | CC-MAIN-2018-13 | en | refinedweb |
from bokeh.io import output_notebook, show from bokeh.plotting import figure
Sometimes we want to add visual cues (boundary lines, shaded regions, labels and arrows, etc.) to our plots to call out some feature or other. Bokeh has several annotation types available for uses like this. Typically to add annotations we cre... | https://nbviewer.jupyter.org/github/bokeh/bokeh-notebooks/blob/master/tutorial/03%20-%20Adding%20Annotations.ipynb | CC-MAIN-2018-13 | en | refinedweb |
On 1/25/13 7:05 PM, Apache Bloodhound wrote:
> > One note though, the permission test should include product column value
> when inserting into global environment. But you might wait with that till
> after my patch...
>
> IMO it's quite important to be consistent with the previous approach (i.e.
> no explicit reference... | http://mail-archives.apache.org/mod_mbox/incubator-bloodhound-dev/201301.mbox/%3C51066A48.9000501@digiverse.si%3E | CC-MAIN-2015-48 | en | refinedweb |
Mark H2 wrote:Moron.
emartinho wrote:When the mechanic tells them to check their oil in their car, do they say "well I'm not a mechanic/car expert"?
public class Sander : Lazy<Person>{
public void DoWork(){ throw new NotImplementedException(); }
}
Quote:What says the CodeProject community?
glennPattonWork wrote:in Norw... | http://www.codeproject.com/Lounge.aspx?msg=4733883 | CC-MAIN-2015-48 | en | refinedweb |
Character entities and XML Schema
Discussion in 'XML' started by kamp@inl.n
XML DTD or schema for representing entities and relationships (SQL)?Simon Brooke, Oct 12, 2003, in forum: XML
- Replies:
- 0
- Views:
- 516
- Simon Brooke
- Oct 12, 2003
[XML Schema] Including a schema document with absent target namespace to a... | http://www.thecodingforums.com/threads/character-entities-and-xml-schema.169627/ | CC-MAIN-2015-48 | en | refinedweb |
Opened 7 years ago
Closed 7 years ago
#7685 closed (fixed)
Error in Code example "local flavor"
Description
The first Code example don't work.
from django import newforms as forms from django.contrib.localflavor import fr class MyForm(forms.Form): my_french_phone_no = fr.forms.FRPhoneNumberField()
get this error/traceb... | https://code.djangoproject.com/ticket/7685 | CC-MAIN-2015-48 | en | refinedweb |
Salut,
I have a problem with creating different instances of the pyx.document
class: I would like to have a "slides" class which writes out a number
of slides in different ways (for beamer presentations, for handouts,
with different sizes).
Unfortunately, when I create several pyx.document instances, they are
all the s... | http://sourceforge.net/p/pyx/mailman/message/6193417/ | CC-MAIN-2015-48 | en | refinedweb |
.NET:
The regular expression pattern to identify in the text.
In the .NET Framework, regular expression patterns are defined by a special syntax or language, which is compatible with Perl 5 regular expressions and adds some additional features such as right-to-left matching. For more information, see Regular Expression... | https://msdn.microsoft.com/en-us/library/hs600312.aspx | CC-MAIN-2015-48 | en | refinedweb |
Grid Sort for formatted date column in FF vs IE6
It looks like the grid sorts by the data model's column value in IE6 and the view's rendered html in FF. Not certain about this. I'll have to investigate further but that's my initial assessment.
As your RSS feed viewer, I parse the date on the way in (converting unix ti... | https://www.sencha.com/forum/showthread.php?363-Grid-Sort-for-formatted-date-column-in-FF-vs-IE6 | CC-MAIN-2015-48 | en | refinedweb |
It looks like your system's sys/wait.h defines macros to access the wait argument as a structure, but that is not what Emacs expects on a POSIX system. I don't have a copy of the POSIX spec here; does anyone know what it says about this? Meanwhile, I think some people have build Emacs on HPUX 11 and do not have this pr... | http://lists.gnu.org/archive/html/emacs-devel/2002-07/msg00779.html | CC-MAIN-2015-48 | en | refinedweb |
P.
Managing usessaud
Although this audit is on-by-default, the regular clean-up routine will only keep the last five (5) days of data in the table. I recommend increasing this value to at least a month. Ideally, set this to be 90 days.
Update the setting database.cleanup.Usessaud.KeepInterval:
sql> exec settings_write_... | https://blogs.oracle.com/priminout/entry/p6_session_audit | CC-MAIN-2015-48 | en | refinedweb |
- NAME
- SYNOPSIS
- NAVIGATION
- DESCRIPTION
- OPTIONS
- OTHER OPTIONS
- ACTIONS
- CONFIGURATION
- deploy.log-directory
- deploy.log-timing-data
- deploy.block-file
- deploy.can-make-tags
- deploy.config-file
- deploy.deploy-file
- deploy.hook-dir
- deploy.tag-prefix
- deploy.support-email
- deploy.mail-tool
- deploy.r... | https://metacpan.org/pod/distribution/git-deploy/README.pod | CC-MAIN-2015-48 | en | refinedweb |
Agenda
See also: IRC log
<scribe> Scribe: Roy Fielding
<scribe> ScribeNick: Roy
DC: we haven't published anything in
a while
... a working draft sort of thing
NM: I volunteer to scribe next week
<dorchard> possible regrets, may be on a plane
DC: regrets for next week
VQ: Any objections the minutes of 12 April telcon?
[... | http://www.w3.org/2001/tag/2005/04/19-minutes.html | CC-MAIN-2015-48 | en | refinedweb |
mysql_commando 0.4.3
mysql_commando is a lightweight MySQL driver
Installing a MySQL driver on a machine is sometime a pain, or even impossible. Furthermore you may want to distribute self contained scripts that access MySQL without having to ask for additional software installation.
mysql_commando is a pure Python MyS... | https://pypi.python.org/pypi/mysql_commando/0.4.3 | CC-MAIN-2015-48 | en | refinedweb |
, and more). Now, I need your help in figuring out how we can get it to you.
I really want to create a series of events delivered around the US, where each event is a full day of SharePoint training. Would you attend if this were lecture only? What if it were a full day of Instructor Led Labs, where the instructor demo... | http://blogs.msdn.com/b/kaevans/archive/2008/07/02/i-need-your-help-planning-for-sharepoint-training.aspx | CC-MAIN-2015-48 | en | refinedweb |
Search: Search took 0.02 seconds.
- 15 Nov 2013 7:37 AM
- Replies
- 0
- Views
- 4,825
com.extjs.gxt.ui.client.widget.Status renders it's html as text (using El.toSafeHTML) if setHtml executing on not yet rendered Status.
For example:
final Status status = new Status();...
- 28 Oct 2011 4:44 AM
- Replies
- 6
- Views
- 5... | https://www.sencha.com/forum/search.php?s=9089177b99f70708466a7b1969c29fd7&searchid=13305320 | CC-MAIN-2015-48 | en | refinedweb |
GLUT. glutCreateMenu creates a Menu in GLUT. The syntax of glutCreateMenu is
int glutCreateMenu(void (*func)(int value));
This function defines the callback that has to be called when a menu item was selected. This callback function has one parameter, the value. This function returns an
int, this is the menu identifier... | http://www.programming-techniques.com/2012/05/glut-tutorial-creating-menus-and.html | CC-MAIN-2015-48 | en | refinedweb |
Validating e-mail addresses865068 Oct 16, 2012 4:52 AM
Hello, I've been asked to establish methods of validating an e-mail address in OPA. I know that regular expressions can be used on attributes to throw errors at runtime, but we have a need to validate the e-mail string as part of a rule.
This content has been marke... | https://community.oracle.com/thread/2454566 | CC-MAIN-2015-48 | en | refinedweb |
Java -, object is a reference to the object being synchronized. A synchronized block ensures that a call to a method that is a member of object occurs only after the current thread has successfully entered object's monitor.
Here is an example, using a synchronized block within the run( ) method:
// File Name : Callme.j... | http://www.tutorialspoint.com/java/java_thread_synchronization.htm | CC-MAIN-2013-20 | en | refinedweb |
.
LISTEN(2) BSD System Calls Manual LISTEN(2)
NAME
listen -- listen for connections on a socket
SYNOPSIS
#include <sys/socket.h>
int
listen(int socket, int backlog);
DESCRIPTION
Creation of socket-based connections requires several operations. First, a socket is created with
socket(2). Next, a willingness to accept inc... | http://developer.apple.com/library/mac/documentation/Darwin/Reference/ManPages/man2/listen.2.html | CC-MAIN-2013-20 | en | refinedweb |
Graphics.DrawingCombinators
Description
Drawing combinators as a functional interface to 2D graphics using OpenGL.
This module is intended to be imported
qualified, as in:
import qualified Graphics.DrawingCombinators as Draw
Whenever possible, a denotational semantics for operations in this library
is given. Read
[[x]]... | http://hackage.haskell.org/packages/archive/graphics-drawingcombinators/1.4.4/doc/html/Graphics-DrawingCombinators.html | CC-MAIN-2013-20 | en | refinedweb |
XiLib
XiLib is a package of 2 classes, that can help in building modular Flash applications.
It facilitates application*).
Install
In order to use XiLib, you need to install the library using haxelib, like that :
haxelib install xilib
Then you can use the library by adding -lib xilib to haxe commandline parameters.
Wha... | http://haxe.org/com/libs/xilib?lang=en | CC-MAIN-2013-20 | en | refinedweb |
Are you using a standard command interpreter (ie, cmd.exe) Eg, I try your exact code ('sqlplus' isnt installed here, so it fails): Python 2.0 (#5, Sep 12 2000, 14:13:44) [MSC 32 bit (Intel)] on win32 Type "copyright", "credits" or "license" for more information. >>> import popen2 >>> x=popen2.popen3('sqlplus pf/pf at d... | http://mail.python.org/pipermail/python-list/2000-October/056238.html | CC-MAIN-2013-20 | en | refinedweb |
24 August 2010 14:11 [Source: ICIS news]
SINGAPORE (ICIS)--Here is Tuesday’s end-of-day ?xml:namespace>
CRUDE: Oct WTI $72.45/bbl, down 64 cents ; Oct BRENT $73.09/bbl, down 53 cents
Crude futures softened on Tuesday, undermined by a stronger US dollar, equity market declines. Further downward pressure was generated by... | http://www.icis.com/Articles/2010/08/24/9387576/evening+snapshot+-+asia+markets+summary.html | CC-MAIN-2013-20 | en | refinedweb |
.
I.
Source:
Marco Shaw published a blogpost about and Advanced example using PowerShell and the OpsMgr SDK: Creating and Updating Groups and mentioned an old blog post from me which he could not find anymore.
Here is that blog post from me (without the pictures)
Compiling commandline application for Creating and Updat... | http://blogs.technet.com/b/stefan_stranger/archive/2008/12.aspx?PostSortBy=MostViewed&PageIndex=1 | CC-MAIN-2013-20 | en | refinedweb |
The section hash table internal value class. More...
#include <Configuration.h>
The section hash table internal value class.
This class is present as the internal portion of a section's value hash table It may store string, integer or binary data.
Default constructor.
String constructor, takes ownership of string.
Inte... | http://www.dre.vanderbilt.edu/Doxygen/5.7.7/html/ace/a00131.html | CC-MAIN-2013-20 | en | refinedweb |
#include <errno.h>
#include <aio.h>
void aio_init (const struct aioinit *init).
struct aioinit
This data type is used to pass the configuration or tunable parameters to the implementation. The program has to initialize the members of this struct and pass it to the implementation using the aio_init function.
This functi... | http://www.makelinux.net/man/3/A/aio_init | CC-MAIN-2013-20 | en | refinedweb |
Where's the rest of the properties stuff? I was going to write about default properties in this entry (and have quite a lengthy one saved for future use), but there are a few disagreements I have with the current implementation of default properties, and I want to see those issues resolved before I discuss a feature. (... | http://blogs.msdn.com/b/arich/archive/2004/08/16/215313.aspx?Redirected=true&title=Interior%20Pointers&summary=&source=Microsoft&armin=armin | CC-MAIN-2013-20 | en | refinedweb |
Installing Python
Actually, it is a bit harder than I originally said, since you also need to install the turtle and grpahics libraries that go with the book. So, following are the more complete (and correct) instructions:
First go to the Download Python site and get the version of Python for your particular computer o... | http://homepages.gac.edu/~mc27/F2010/install-python.php | CC-MAIN-2013-20 | en | refinedweb |
Using ASP.NET with FrontPage 2003
David Berry
FrontPage MVP
April 2004
Applies to:
Microsoft® Office FrontPage®
Summary: Discover how to create and edit ASP.NET pages with Microsoft Office FrontPage 2003, which adds significant new functionality for working with ASP.NET pages. (8 printed pages)
Contents
Introduction
Se... | http://msdn.microsoft.com/en-us/library/aa218650(v=office.11).aspx | CC-MAIN-2013-20 | en | refinedweb |
SystemEvents Class
Provides a set of global system events to callers. This class cannot be inherited.
For a list of all members of this type, see SystemEvents Members.
System.Object
Microsoft.Win32.SystemEvents
[Visual Basic] NotInheritable Public Class SystemEvents [C#] public sealed class SystemEvents [C++] public __... | http://msdn.microsoft.com/en-us/library/microsoft.win32.systemevents(v=vs.71) | CC-MAIN-2013-20 | en | refinedweb |
iObjectModelListener Struct ReferenceImplement this class if you're interested in hearing about when the object model changes.
More...
[Geometry utilities]
#include <imesh/objmodel.h>
Inheritance diagram for iObjectModelListener:
Detailed DescriptionImplement this class if you're interested in hearing about when the ob... | http://www.crystalspace3d.org/docs/online/api-1.2/structiObjectModelListener.html | CC-MAIN-2013-20 | en | refinedweb |
Posting a video on tumblr.com allows you to just paste the URL of the video on youtube, vimeo, whatever and tumblr automatically does the embedding for you.
I assume that this would ...
Greetings all,
I am trying to download 'gz' file using URL class .Code snippet is as:
URL url = new URL("");
InputStream conn = new GZ... | http://www.java2s.com/Questions_And_Answers/Java-Network/url/stream.htm | CC-MAIN-2013-20 | en | refinedweb |
Details
- Type:
Bug
- Status:
Open
- Priority:
Major
- Resolution: Unresolved
- Affects Version/s: 1.1.2
- Fix Version/s: None
- Component/s: Annotations
- Labels:None
- Number of attachments :
Description
Annotation @WebMethod is totaly ignored.
Now all methods starting with 'get' is visible from webservice.
Activity
... | http://jira.codehaus.org/browse/XFIRE-546?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel | CC-MAIN-2013-20 | en | refinedweb |
On Tue, 09 Dec 2003 14:14:27 -0800, Matthew Dillon wrote: > > : > :> > >. Ummm, maybe it's only on 5.x? Check here: ================================== # uname -a FreeBSD ns1.mezzweb.com 5.1-CURRENT FreeBSD 5.1-CURRENT #0: Wed Aug 13 22:39:47 CDT 2003 mezz@xxxxxxxxxxxxxxxx:/usr/obj/usr/src/sys/BSDROCKS i386 ============... | http://leaf.dragonflybsd.org/mailarchive/kernel/2003-12/msg00170.html | CC-MAIN-2013-20 | en | refinedweb |
Represents a transition between StateNodes.
More...
#include <Transition.h>
Represents a transition between StateNodes.
This is an abstract class - you'll want to subclass it to put conditions on the transitions. Transitions are "smart" - they are behaviors in and of themselves and can listen for events and use the sta... | http://www.tekkotsu.org/dox/classTransition.html | CC-MAIN-2013-20 | en | refinedweb |
Details
- Type:
Bug
- Status:
Closed
- Priority:
Major
- Resolution: Fixed
- Affects Version/s: 1.8.5
- Fix Version/s: 1.8.6, 2.0-beta-3
- Component/s: groovy-jdk
- Labels:None
- Environment:Windows XP and LINUX
- Testcase included:
- Number of attachments :
Description
If a constant in a sub-interface replaces/shadows... | http://jira.codehaus.org/browse/GROOVY-5272 | CC-MAIN-2013-20 | en | refinedweb |
Groovy
Groovy
By Dierk Konig
34,366 Downloads · Refcard 15 of 185 (see them all)
Download
FREE PDF
The Essential Groovy Cheat Sheet
Groovy
ABOUT Groovy.
Starting Groovy
Install Groovy from and you will have the following commands available:
The groovy command comes with -h and --help options to show all options and req... | http://refcardz.dzone.com/refcardz/groovy?oid=hom3634 | CC-MAIN-2013-20 | en | refinedweb |
Investors in Enterprise Products Partners L.P. (Symbol: EPD) saw new options begin trading today, for the October 11th expiration. At Stock Options Channel, our YieldBoost formula has looked up and down the EPD options chain for the new October 11th contracts and identified one put and one call contract of particular i... | https://www.nasdaq.com/articles/epd-october-11th-options-begin-trading-2019-09-03 | CC-MAIN-2020-10 | en | refinedweb |
Do you have any questions with regard to my packages, SlackBuild scripts, other scripts, or my documentation? Or do you have a request to make? Please use this space to write down your ideas and I will try to answer. Other readers are of course also allowed to voice their thoughts about what you write.
Keep your posts ... | https://alien.slackbook.org/blog/your-feedback/?replytocom=18688 | CC-MAIN-2020-10 | en | refinedweb |
@ThreadSafe @Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AmazonSageMakerRuntimeClient extends AmazonWebServiceClient implements AmazonSageMakerRuntime
The Amazon SageMaker runtime API. AmazonSageMakerRuntimeClientBuilder builder()
public InvokeEndpointResult invokeEndpoint(InvokeEndpointRe... | https://docs.aws.amazon.com/AWSJavaSDK/latest/javadoc/com/amazonaws/services/sagemakerruntime/AmazonSageMakerRuntimeClient.html | CC-MAIN-2020-10 | en | refinedweb |
I have to apologize, when I wrote my response yesterday I picked "map" as a variable name. There is a class named "map" that is in the default namespace. It does work but its a really bad practice to overwrite things in the default namespace. -- William Clemens Phone: 847.485.9455 E-mail: wesclemens at gmail.com On Tue... | https://mail.python.org/pipermail/chicago/2015-June/013476.html | CC-MAIN-2020-10 | en | refinedweb |
Async database support for Python.
Project description
Databases
Databases gives you simple asyncio support for a range of databases.
It allows you to make queries using the powerful SQLAlchemy Core expression language, and provides support for PostgreSQL, MySQL, and SQLite.
Databases is suitable for integrating agains... | https://pypi.org/project/databases/0.1.7/ | CC-MAIN-2020-10 | en | refinedweb |
Create an intelligent XML image Gallery & Slideshow in Flash CS4 (+PHP) – Part I/II
by 13 July, 2009 12:30 pm30. Nice ah?
So, why the XML term in title? Easy, the gallery will work also with a xml if you want to, just change two lines of code and it is working with a XML file.
And the PHP? If you want the gallery to au... | https://www.thetechlabs.com/xml/create-an-intelligent-xml-image-gallery-slideshow-in-flash-cs4-php-part-iii/?replytocom=11726 | CC-MAIN-2020-10 | en | refinedweb |
Neighbour discovery. More...
#include <stdint.h>
#include <stdlib.h>
#include <string.h>
#include <errno.h>
#include <ipxe/iobuf.h>
#include <ipxe/retry.h>
#include <ipxe/timer.h>
#include <ipxe/malloc.h>
#include <ipxe/neighbour.h>
Go to the source code of this file.
Neighbour discovery.
This file implements the abstr... | https://dox.ipxe.org/neighbour_8c.html | CC-MAIN-2020-10 | en | refinedweb |
in reply to RE: RE: RE: Call Subroutines by Approximate Name (poetic license)in thread Call Subroutines by Approximate Name
You can get to any core function through CORE. For
instance if you override print you can still call the
real one as CORE::print. OTOH that does seem to be hacked
in at a low level. I cannot figur... | https://www.perlmonks.org/?node_id=26468 | CC-MAIN-2020-10 | en | refinedweb |
Please I am desperate, how do I change a tag during runtime: I tried what I knew from Unity 4- I have a tagged Object "Tag1" and have a second tag "Tag2"; Then I use this: void Update() { gameObject.tag = "Tag2"; } and during runtime it switches between "Tag1" and "Tag2"- but its not possible now:( , help me,please.
Wh... | https://answers.unity.com/questions/1116846/how-do-you-change-the-tag-of-an-object-in-runtime.html | CC-MAIN-2020-10 | en | refinedweb |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.