text stringlengths 20 1.01M | url stringlengths 14 1.25k | dump stringlengths 9 15 ⌀ | lang stringclasses 4
values | source stringclasses 4
values |
|---|---|---|---|---|
1, Serial port transmission file
1. Serial port connection
Cross connect the RXD and TXD pins of the two USB TO TTL serial ports, and connect the two USB interfaces to a laptop respectively to realize the serial port transmission between the two computers.
Serial Interface is referred to as serial port for short. Seria... | https://programmer.group/6194fb63bba21.html | CC-MAIN-2022-40 | en | refinedweb |
PySide2 without drivers QSql
- Alexandre E Souza last edited by
I`m start with pyside2 and how I run
from PySide2.QtSql import QSqlDatabase, QSqlDriver print(QSqlDatabase.drivers())
out is []
I have a dylib in /usr/local/mysql/lib
libmysqlclient.18.dylib libmysqlclient_r.18.dylib
libmysqlclient.20.dylib libmysqlclient_... | https://forum.qt.io/topic/91939/pyside2-without-drivers-qsql | CC-MAIN-2022-40 | en | refinedweb |
#include <Request.h>
#include <Request.h>
Collaboration diagram for CORBA::Request:
Provides a way to create requests and populate it with parameters for use in the Dynamic Invocation Interface.
[private]
[static]
Pseudo object methods.
Set the byte order member.
Get the byte order member.
Set the lazy evaluation flag.... | https://www.dre.vanderbilt.edu/Doxygen/5.4.6/html/tao/dynamicinterface/classCORBA_1_1Request.html | CC-MAIN-2022-40 | en | refinedweb |
C# | Search in a SortedList object
SortedList class is a collection of (key, value) pairs which are sorted according to keys. Those pairs can be accessible by key and as well as by index(zero-based indexing). This comes under System.Collections namespace. SortedList.ContainsKey(Object) method is used to check whether a... | https://www.geeksforgeeks.org/c-sharp-search-in-a-sortedlist-object/?ref=rp | CC-MAIN-2022-40 | en | refinedweb |
If I only had an hour to chop down a tree, I would spend the first 45 minutes watching YouTube videos about it
SQL injection vulnerabilities arise when you construct database queries unsafely, and untrusted data gets interpreted as a part of the SQL query structure.
Let's say we have a Java app that allows
Using Java a... | https://hackernoon.com/what-is-an-sql-injection-attack-how-to-prevent-sql-injection-vulnerabilities-xo5r35wz | CC-MAIN-2022-40 | en | refinedweb |
Counted Body Techniques
Kevlin Henney
(kevlin@curbralan.com)
Reference counting techniques? Nothing new, you might think. Every good C++ text that takes you to an intermediate or advanced level will introduce the concept. It has been explored with such thoroughness in the past that you might be forgiven for thinking th... | http://www.boost.org/community/counted_body.html | crawl-001 | en | refinedweb |
[UNIX] OpenBSD File Descriptor Vulnerability (Additional Details)From: support@securiteam.com
Date: 05/19/02
- Previous message: support@securiteam.com: "[NEWS] SonicWALL SOHO Content Blocking Script Injection and Logfile DoS"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: support... | http://www.derkeiler.com/Mailing-Lists/Securiteam/2002-05/0080.html | crawl-001 | en | refinedweb |
Go forward in time to October 2004.
There is now a wiki for the Boston Gnome Summit! I started filling in the restaurants page from the stuff I remember. I just realised that I know how to get to those places, but I don't know the actual addresses. Hmmm.
For Beagle we need to be able to extend all GtkFileChooser object... | http://www.gnome.org/~federico/news-2004-09.html | crawl-001 | en | refinedweb |
Table of Contents
The examples in the last few chapters have duplicated quite a bit of tree walking code. Some of them searched for particular information. Others modified documents in memory. What they all had in common was that they navigated a tree from the root to the deepest leaf element in document order. This is... | http://www.cafeconleche.org/books/xmljava/chapters/ch12.html | crawl-001 | en | refinedweb |
You have to compile the PHP adapter. The instructions are in the src distro but not on the website.
There's a reasonable API.
<html xmlns=""> <head> <title>Mokka mit Schlag</title> </head> <body> <?php $mgr = new XmlManager(null); $con = $mgr->openContainer("website.dbxml"); $results = $mgr->query(" declare namespace {... | http://www.cafeconleche.org/slides/nyphp/xquery/28.html | crawl-001 | en | refinedweb |
The rules of English grammar were laid down, written in stone, and encoded in the DNA of grammar school teachers long before computers were invented. Unfortunately, this means that sometimes I have to decide between syntactically correct code and syntactically correct English. When I’m forced to do so, English normally... | http://www.cafeconleche.org/books/xmljava/chapters/pr01s04.html | crawl-001 | en | refinedweb |
Source distribution for Kehei Wiki, one of the oldest wiki implementations. Targeted at commercial environments, provides adjustable enforcement of author rights, WYSIWYG editing, optional blog by page, multi namespaces, templates for everything..
Project Admins:
bobr_, rolandr_
Operating System: All POSIX (Linux/BSD/U... | http://sourceforge.net/projects/kehei-wiki/ | crawl-001 | en | refinedweb |
Slashdot Log In
PHP5: Could PHP Soon Be Owned by Sun?
At first glance, the obvious changes to PHP are a result of the success of the Java platform and the weaknesses of PHP revealed in comparison. With the release of PHP 5, it's apparent that the developers of PHP and the Zend Engine (essentially a single group) felt c... | http://developers.slashdot.org/developers/04/08/05/1915255.shtml | crawl-001 | en | refinedweb |
In the comments on the entry on spring effects under third-party LAFs, Chris has asked if it would be possible to make this functionality available under the platform's system look and feel. My first response mentioned one possible way to do this - download the sources for JDK, create a custom Ant build script to injec... | http://weblogs.java.net/blog/kirillcool/archive/2007/03/index.html | crawl-001 | en | refinedweb |
The QIMEvent class provides parameters for input method events. More...
#include <qevent.h>
Inherits QEvent.
List of all member functions. cancelled).
See also Event Classes.
Constructs a new QIMEvent with the accept flag set to FALSE. type can be one of QEvent::IMStartEvent, QEvent::IMComposeEvent or QEvent::IMEndEven... | http://doc.trolltech.com/3.1/qimevent.html | crawl-001 | en | refinedweb |
D (The Programming Language)/d2/Intro to Functions
Lesson 3: Intro to Functions[edit]
In this lesson, you see more of functions, which were used back in Lesson 1. If you are already familiar with another C-like language, you only need to skim this over.
Introductory Code[edit]
import std.stdio; int watch_tv(int first_w... | https://en.wikibooks.org/wiki/D_(The_Programming_Language)/d2/Intro_to_Functions | CC-MAIN-2017-39 | en | refinedweb |
baked 0.2.1
Import order detection
guidelines.
Example::
[baked] zamboni $ p ~/sandboxes/baked/baked.py lib/video/ffmpeg.py -p
lib/video/ffmpeg.py:9: order wrong for check_output, subprocess, VideoBase
--- /Users/andy/sandboxes/zamboni/lib/video/ffmpeg.py 2014-05-23 16:11:56.000000000 -0700
+++ /var/folders/15/3crpnr7j... | https://pypi.python.org/pypi/baked/0.2.1 | CC-MAIN-2017-39 | en | refinedweb |
There are several secrets (for example passwords) that sahara uses with respect to deployed frameworks which are currently stored in its database. This blueprint proposes the usage of the castellan package key manager interface for offloading secret storage to the OpenStack Key management service.
There are several si... | http://specs.openstack.org/openstack/sahara-specs/specs/mitaka/improved-secret-storage.html | CC-MAIN-2017-39 | en | refinedweb |
This
Thanks a lot
most comprehensive article I have seen to date
Rhoderick ,
I got quick question
from my understanding in hybrid where the on premises is 2010 and the hybrid servers are 2013 the SCP record needs to point to the most updated version of exchange and that is Exchange 2013 correct?
Thanks in advance
big t... | https://blogs.technet.microsoft.com/rmilne/2015/04/29/office-365-autodiscover-lookup-process/ | CC-MAIN-2017-39 | en | refinedweb |
Super Smash Bros. Brawl
Toon Link by Vamper62
Version: 1.8 | Updated: 08/07/08 | Search Guide | Bookmark Guide
------------------------------------------------------------------------------- TTTTTTTTTTTTT L I K K TT OOOOO 00000 N NN L N NN K K TT 0 0 0 0 NN N L I NN N K K TT 0 0 0 0 N N L I N N KKK TT 0 0 0 0 N N L I N... | https://www.gamefaqs.com/wii/928518-super-smash-bros-brawl/faqs/52292 | CC-MAIN-2017-39 | en | refinedweb |
[Solved] Why the compiler can't search the sub-dir of the standard include-search-path?
Hi, every one!
I'm just building Qt 5.4.1 with MinGW 4.9.2 in MSYS2. for the support of glib, I download the glib library of MinGW in MSYS2, and install it in the MinGW's default include-and-library paths with MSYS2(/MinGW64/include... | https://forum.qt.io/topic/52441/solved-why-the-compiler-can-t-search-the-sub-dir-of-the-standard-include-search-path | CC-MAIN-2017-39 | en | refinedweb |
New magic and clock behaviour¶
Clocks¶
The rule for clocks in Brian 1 was that you would either specify a clock explicitly, or it would guess it based on the following rule: if there is no clock defined in the execution frame of the object being defined, use the default clock; if there is a single clock defined in that... | http://brian2.readthedocs.io/en/2.0a8/developer/new_magic_and_clocks.html | CC-MAIN-2017-39 | en | refinedweb |
What is the recommended approach to combine two instances from torch.utils.data.Dataset?
torch.utils.data.Dataset
I came up with two ideas:
class Concat(Dataset):
def __init__(self, datasets):
self.datasets = datasets
self.lengths = [len(d) for d in datasets]
self.offsets = np.cumsum(self.lengths)
self.length = np.sum(... | https://discuss.pytorch.org/t/combine-concat-dataset-instances/1184 | CC-MAIN-2017-39 | en | refinedweb |
Convert Python's pickled data into XML, or excel format
Bütçe €30-250 EUR
Hello folks,
I have multiple data files, stored in python's .pkl format. I need to create some utility, which would unpickle data, decode them and save in XML or any other readable format (or into MS Excel), so it could be later imported into Ora... | https://www.tr.freelancer.com/projects/excel-python/convert-python-pickled-data-into/ | CC-MAIN-2017-39 | en | refinedweb |
Package testing
Overview ▹
Overview ▾
Package testing provides support functions for testing iterators conforming to the standard pattern. See package google.golang.org/api/iterator and. TestIterator ¶
func TestIterator(want interface{}, create func() interface{}, next func(interface{}) (interface{}, error)) (string, b... | http://docs.activestate.com/activego/1.8/pkg/google.golang.org/api/iterator/testing/ | CC-MAIN-2019-18 | en | refinedweb |
This is the mail archive of the cygwin mailing list for the Cygwin project.
I am using R 2.14.2-1 under cygwin 1.7.12-1 in Windows 7 Professional Service Pack 1. In the past I found very desirable to modify the RODBC package to access the Windows ODBC connections in R under cygwin: This enables NTLM authenticated conne... | http://cygwin.com/ml/cygwin/2012-04/msg00473.html | CC-MAIN-2019-18 | en | refinedweb |
Provided by: libcoin80-doc_3.1.4~abc9f50-4ubuntu2_all
NAME
SoIndexedNurbsSurface - The SoIndexedNurbsSurface class can be used to render NURBS surfaces. It is very similar to the SoNurbsSurface class, but controlpoints can be specified using indices.
SYNOPSIS
#include <Inventor/nodes/SoIndexedNurbsSurface.h> Inherits S... | http://manpages.ubuntu.com/manpages/trusty/man3/SoIndexedNurbsSurface.3.html | CC-MAIN-2019-18 | en | refinedweb |
Build an app to learn about the power and flexibility of RxJS in Angular while exploring speech recognition with Web Speech API.
TL 2 of our 2-part tutorial. RxJS Advanced Tutorial With Angular & Web Speech: Part 1 covered pick up right where we left off.
Angular App Keyboard Component
Not all browsers support speech r... | https://auth0.com/blog/amp/rxjs-advanced-tutorial-with-angular-web-speech-part-2/ | CC-MAIN-2019-18 | en | refinedweb |
Fixing a bug is a whole lot easier when you know how it occurred, but that may not always be the case. Once the software has been shipped, you are left at the mercy of customers, who may not always report the crash.
When the code crashes, you log the errors in the log file, and hence continues the journey of a develope... | https://www.4elements.com/nl/blog/read/error_and_performance_monitoring_for_web_mobile_apps_using_raygun/ | CC-MAIN-2019-18 | en | refinedweb |
Directory Listing
netcdf build option is now 3-state no, 3, 4 I haven't bumped the options file version because my changes should be backwards compatible
Weipa netcdf update passes unit tests -DNETCDF4 and only directly links: netcdf_c++4 Need to clean up scons options control
More netcdf4 work Still need to convert we... | https://svn.geocomp.uq.edu.au/escript/trunk/?pathrev=6509&sortby=log&view=log | CC-MAIN-2019-18 | en | refinedweb |
Flask and SQLAlchemy without the Flask-SQLAlchemy Extension
Nested Software
Jun 11 '18
Updated on Mar 21, 2019
・2 min read
When using SQLAlchemy with Flask, the standard approach is to use the Flask-SQLAlchemy extension.
However, this extension has some issues. In particular, we have to use a base class for our sqlalch... | https://dev.to/nestedsoftware/flask-and-sqlalchemy-without-the-flask-sqlalchemy-extension-3cf8 | CC-MAIN-2019-18 | en | refinedweb |
Saving data in the CSV format is fine most of the time. It is easy to exchange CSV files, since most programming languages and applications can handle this format. However, it is not very efficient; CSV and other plaintext formats take up a lot of space. Numerous file formats have been invented, which offer a high leve... | https://www.oreilly.com/library/view/python-data-analysis/9781783553358/ch05s02.html | CC-MAIN-2019-18 | en | refinedweb |
Learn how to implement a notification system using Arduino and PushBullet. Send notification events to your smartphone when an event occurs. Monitor the soil moisture using Arduino and sends alert to your smartphone when it is too dry.
This article describes how to implement an IoT notification system. A notification i... | https://www.survivingwithandroid.com/2018/01/implement-iot-notification-system-using-arduino-pushbullet.html | CC-MAIN-2019-18 | en | refinedweb |
span8
span4
span8
span4
When attempting to write features to a File Geodatabase using the Esri Geodatabase (File Geodb) writer, a runtime error occurs during the process reporting:
Runtime Error! Program: <FME HOME>\fme.exe R6034 An application has made an attempt to load the C runtime library incorrectly. Please conta... | https://knowledge.safe.com/articles/20199/c-runtime-error-6034.html?smartspace=fanouts | CC-MAIN-2019-18 | en | refinedweb |
Change API
The GigaSpace.change and the ChangeSet allows updating existing objects in Space, by specifying only the required change instead of passing the entire updated object.
Additional Resources
The
GigaSpace.change and the
ChangeSet allow updating existing objects in the Space, by specifying only the required chan... | https://docs.gigaspaces.com/latest/dev-java/change-api-overview.html | CC-MAIN-2019-18 | en | refinedweb |
Web Services Security for Java
October 28, 2003
My new WebServices.XML.com column, which focuses on web services security, will demonstrate practical aspects of using various security standards for web services along with specific server side technologies and programming languages. In the first few articles of the colu... | https://www.xml.com/pub/a/ws/2003/10/28/jwss.html | CC-MAIN-2022-05 | en | refinedweb |
Jun 13 2017 05:41 PM
Jun 13 2017 05:41 PM
so the ddocumentation for spfx command sets says we should
import { Dialog } from '@microsoft/sp-dialog/lib/index';
to display a dialog box.
i thought we were supposed to be using fabric for. the ui.
what's up with that?
Jun 14 2017 05:02 AM
Jun 14 2017 05:02 AM
@Russell Gove, ... | https://techcommunity.microsoft.com/t5/sharepoint-developer/import-dialog-from-microsoft-sp-dialog-lib-index/td-p/77600 | CC-MAIN-2022-05 | en | refinedweb |
Gateway side of RC-MAC. More...
#include <introspected-doxygen.h>
Gateway side of RC-MAC.
ns3::UanMacRcGw is accessible through the following paths with Config::Set and Config::Connect:
This MAC protocol assumes a network topology where all traffic is destined for a set of GW nodes which are connected via some out of b... | https://coe.northeastern.edu/research/krclab/crens3-doc/classns3_1_1_uan_mac_rc_gw.html | CC-MAIN-2022-05 | en | refinedweb |
Rendering the Image Field
The Image field allows content writers to upload an image that can be configured with size constraints and responsive image views.
Before Reading
This page assumes that you have retrieved your content and stored it in a variable named document.
The easiest way to render an image is to retrieve... | https://prismic.io/docs/technologies/rendering-the-image-field-reactjs | CC-MAIN-2022-05 | en | refinedweb |
- 🏃 Getting started
- 🔌 Plugin options
- 🎨 Images
- 🚨 Limitations
- 🛠 Development
- 💾 Migrating from v4 to v5 to your Gatsby site.
npm install gatsby-source-shopify
Configure
Add the plugin to your
gatsby-config.js:
require("dotenv").config() module.exports = { plugins: [ { resolve: "gatsby-source-shopify", optio... | https://v4.gatsbyjs.com/plugins/gatsby-source-shopify | CC-MAIN-2022-05 | en | refinedweb |
Introduction
What is
React.cloneElement()?
React.cloneElement() is part of the React Top-Level API used to manipulate elements. It clones and returns a new element using its first argument as the starting point. This argument can be a React element or a component that renders a React element.
The new element will have ... | https://blog.logrocket.com/using-react-cloneelement-function/ | CC-MAIN-2022-05 | en | refinedweb |
Description.
API Docs -
Okta Authentication SDK for Java alternatives and similar libraries
Based on the "Security" category.
Alternatively, view Okta Authentication SDK for Java alternatives based on common mentions on social networks and blogs.
Keycloak9.4 9.8 L2 Okta Authentication SDK for Java VS KeycloakOpen Sourc... | https://java.libhunt.com/okta-auth-java-alternatives | CC-MAIN-2022-05 | en | refinedweb |
Character Repertoire Validation for XML
January 14, 2004
In this article I present a small schema language for XML -- which can be used to restrict the use of character repertoires in XML documents -- called Character Repertoire Validation for XML (CRVX). CRVX restrictions can be based on structural components of an XM... | https://www.xml.com/pub/a/2004/01/14/crv.html | CC-MAIN-2022-05 | en | refinedweb |
Easy way to calculate d-prime with Python.
In signal detection theory d-prime index is used as sensitivity index, a higher index indicates that the signal can be more readily detected.
d-prime=0 is considered as pure guessing.
d-prime=1 is considered as good measure of signal sensitivity/detectability.
d-prime=2 is con... | https://bratus.net/knowledgebase/d-prime-with-python/ | CC-MAIN-2022-05 | en | refinedweb |
USB Device CDC ACM Class
- USB Device CDC Base Class Overview
- USB Device CDC ACM Class Resource Needs from Core
- USB Device CDC ACM Subclass Overview
- USB Device CDC ACM Class Configuration
- USB Device CDC ACM Class Programming Guide
This section describes the Communications Device Class (CDC) class and the associ... | https://docs.silabs.com/usb/1.0/05a-usb-device-class-cdc-acm | CC-MAIN-2022-05 | en | refinedweb |
XMonad.Hooks.BorderPerWindow
Contents
Description
Want to customize border width, for each window on all layouts? Want specific window have no border on all layouts? Try this.
Synopsis
- defineBorderWidth :: Dimension -> ManageHook
- actionQueue :: XConfig l -> XConfig l
Usage
To use this module, first import it
import... | https://xmonad.github.io/xmonad-docs/xmonad-contrib/XMonad-Hooks-BorderPerWindow.html | CC-MAIN-2022-05 | en | refinedweb |
On 06/20/2017 01:42 AM, Amir Goldstein wrote:
On Tue, Jun 20, 2017 at 12:34 AM, Eric W. Biederman
<ebiederm@xxxxxxxxxxxx> wrote:
"Serge E. Hallyn" <serge@xxxxxxxxxx> writes:Apropos stackable filesystems [cc some overlayfs folks], is there any
Quoting Stefan Berger (stefanb@xxxxxxxxxxxxxxxxxx):Agreed. I will take a look... | http://lkml.iu.edu/hypermail/linux/kernel/1706.2/03812.html | CC-MAIN-2022-05 | en | refinedweb |
jsmin 2.2.1
JavaScript minifier.
JavaScript minifier.
Usage
from jsmin import jsmin with open('myfile.js') as js_file: minified = jsmin(js_file.read())
You can run it as a commandline tool also:
python -m jsmin myfile.js
NB: jsmin makes no attempt to be compatible with ECMAScript 6 / ES.next / Harmony. The current main... | https://pypi.python.org/pypi/jsmin | CC-MAIN-2016-50 | en | refinedweb |
Support » Pololu AVR C/C++ Library User’s Guide » 3. Functional Overview and Example programs »
3.e. Orangutan LED Control Functions
Overview
These functions allow you to easily control the user LED(s) on the 3pi Robot, Orangutan SV, Orangutan SVP, Orangutan LV-168, and Baby Orangutan B. On the Orangutan SV-xx8 and LV-... | https://www.pololu.com/docs/0J20/3.e | CC-MAIN-2016-50 | en | refinedweb |
Tirex/Overview
The Tirex tile rendering system renders map tiles on the fly and caches them. It is very similar (and mostly backwards compatible) to the mod_tile/renderd system, but improves on it in many respects.
Contents
Rendering Backends
Tirex can work with several different rendering backends at the same time. No... | http://wiki.openstreetmap.org/wiki/Tirex/Overview | CC-MAIN-2016-50 | en | refinedweb |
Event Tester - Online Code
Description
This is a code which shows various events working together like mouse clicked, mouse moved or component resized etc.
Source Code
import java.awt.*; import java.awt.event.*; import java.util.Vector; import javax.swing.JFrame; import javax.swing.JPanel; /** A program that displays a... | http://www.getgyan.com/show/347/Event_Tester | CC-MAIN-2016-50 | en | refinedweb |
Just a noob question, i dont know much about flickr and i would like to know more on flickr monotonizing, i heard about flickr moderator too. Anyway my point is, i am not going to use some else photo but my own photos and upload and i really want to monotonize my flickr traffic, getting perday hits of 4,168 just starte... | https://www.blackhatworld.com/seo/anyone-knows-how-to-monotonize-flickr-traffic.94455/ | CC-MAIN-2016-50 | en | refinedweb |
Defines standard symbols (and types via its base trait).
Defines standard types.
A value containing all standard definitions in DefinitionsApi
The methods available for each reflection entity, without the implementation. Since the reflection entities are later overridden by runtime reflection and macros, their API coun... | http://www.scala-lang.org/files/archive/nightly/docs/reflect/scala/reflect/api/StandardDefinitions.html | CC-MAIN-2016-50 | en | refinedweb |
;24 25 public class AllModelGroup extends ModelGroup {26 private static final String RCSRevision = "$Revision: 1.1 $"; 27 private static final String RCSName = "$Name: $";28 29 public AllModelGroup() { 30 super(ModelGroup.ALL);31 }32 33 public void accept(SchemaVisitor visitor) throws SchemaException {34 visitor.visit(... | http://kickjava.com/src/org/xquark/schema/AllModelGroup.java.htm | CC-MAIN-2016-50 | en | refinedweb |
I am really new to java and I signed up for an AP class which is being taught very badly, and so I have no idea of how to do this part of the assignment. It prampts you to add code that will do the following
Find and print the maximum sale. Print both the id of the salesperson with the max sale and the amount of the sa... | https://codedump.io/share/t3VdTJENowq8/1/how-to-find-the-max-value-of-an-unsorted-array | CC-MAIN-2016-50 | en | refinedweb |
0
I am a beginner but my problem with this game is that when i enter east it said it going to north.
here my code for my main and parser also when i enter a word then it quit the game so how do i make it stay open to allow me to enter other words
Main.CPP
#include <iostream> #include <fstream> #ifndef Parse_h #define P... | https://www.daniweb.com/programming/software-development/threads/454398/text-adventure-game | CC-MAIN-2016-50 | en | refinedweb |
This action might not be possible to undo. Are you sure you want to continue?
1, April 2010
A Collaborative Model for Data Privacy and its Legal Enforcement
Manasdeep
MSCLIS IMS2008023@iiita.ac.in IIIT Allahabad
Damneet Singh Jolly
MSCLIS IMS2008011@iiita.ac.in IIIT Allahabad
Amit Kumar Singh
MSCLIS IMS2008020@iiita.ac... | https://www.scribd.com/document/33728854/A-Collaborative-Model-for-Data-Privacy-and-its-Legal-Enforcement | CC-MAIN-2016-50 | en | refinedweb |
Oracle's extensions to the JDBC standard include Java packages and interfaces that let you access and manipulate Oracle datatypes and use Oracle performance extensions. Compared to standard JDBC, the extensions offer you greater flexibility in how you can manipulate the data. This chapter presents an overview of the pa... | http://docs.oracle.com/cd/B14117_01/java.101/b10979/oraint.htm | CC-MAIN-2016-50 | en | refinedweb |
.applications.jmailadmin;20 21 import java.io.Serializable ;22 23 public class Account implements Serializable 24 {25 public String user;26 public String address = "";27 public String type = "imap";28 public String inHost = "";29 public int inPort = 143;30 public String outHost = "";31 public int outPort = 25;32 public... | http://kickjava.com/src/org/lucane/applications/jmailadmin/Account.java.htm | CC-MAIN-2016-50 | en | refinedweb |
No Sponsor this Week - Pinboard
No Sponsor this week. Instead, I'll just share some Pinboard tips. My loss may be your gain.
2. Subscribe to awesome people on Pinboard
3. Subscribe to awesome tags on Pinboard
4. Subscribe to the awesome Pinboard popular feed in your RSS reader.
5. Auto Import Instapaper articles:
Get y... | http://macdrifter.com/2012/10/no-sponsor-this-week-pinboard.html | CC-MAIN-2016-50 | en | refinedweb |
Document - Online Code
Description
This is a code which demonstrates a Document with a certain Action involved.
Source Code
import java.awt.Dimension; import java.awt.GridBagConstraints; import java.awt.GridBagLayout; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import javax.swing.BorderFact... | http://www.getgyan.com/show/1410/Document | CC-MAIN-2016-50 | en | refinedweb |
WebReference.com - Excerpt from Inside XSLT, Chapter 2, Part 1 (1/4)
Inside XSLT
Trees and Nodes
When you're working with XSLT, you no longer think in terms of documents, but rather in terms of trees. A tree represents the data in a document as a set of nodes-elements, attributes, comments, and so on are all treated as... | http://www.webreference.com/authoring/languages/xml/insidexslt/chap2/1/index.html | CC-MAIN-2016-50 | en | refinedweb |
I've been looking for a way to open a text file with a text editor I made with python, and assumed it had something to do with system arguments, so made a simple application which would write the arguments sent by the system to a text window, and used "open with" on the text file and application, but the only argument ... | https://codedump.io/share/3rmvLWuxuQWZ/1/using-quotopen-withquot-on-a-text-file-with-a-python-application | CC-MAIN-2018-26 | en | refinedweb |
Name, and click Next. Note that your skill's name must not indicate that it's functionality is limited. For example, you should not use "basic", "reduced" or "simple" in the title of your skill. The skill will default to English (US). Change the language using the drop-down, if you are targeting a different region/lang... | https://developer.amazon.com/docs/smarthome/steps-to-build-a-smart-home-skill.html | CC-MAIN-2018-26 | en | refinedweb |
EDE300 Parallel/ Serial Transceiver IC
- Gillian Lambert
- 1 years ago
- Views:
Transcription
1 EDE300 Parallel/ Serial Transceiver IC EDE300 Data Direction, Output Latch 1 Dir/Latch XMIT 18 Serial Transmit 0=2400,1= BAUD RCV 17 Serial Receive 0=Local, 1=Host 3 Mode OSC1 16 Oscillator Connection Connect to +5V DC 4 +5V... | http://docplayer.net/22585216-Ede300-parallel-serial-transceiver-ic.html | CC-MAIN-2018-26 | en | refinedweb |
Hi André, this commit of yours breaks the build on meta-java's current master-next branch with following message:
ERROR: ca-certificates-java-20170930-r0 do_fetch: Fetcher failure for URL: 'git://anonscm.debian.org/pkg-java/ca-certificates-java.git'. Unable to fetch URL from any source. Therefore it will be removed fro... | https://www.mail-archive.com/openembedded-devel@lists.openembedded.org/msg59168.html | CC-MAIN-2018-26 | en | refinedweb |
When React finds an element representing a user-defined component, it passes JSX attributes to this component as a single object, and this object is called “Props”.
Props are arguments nothing else that are passed into React components.
Let us understand with an example
import React from "react"; import ReactDOM from "... | https://www.sharequery.com/reactjs/reactjs-props/ | CC-MAIN-2020-45 | en | refinedweb |
Working With Property Wrappers
Anatomy of a Property Wrapper
The Missing Manual
for Swift Development
The Guide I Wish I Had When I Started Out
Join 20,000+ Developers Learning About Swift DevelopmentDownload Your Free Copy
Property wrappers were introduced in Swift 5.1 to eliminate boilerplate code, facilitate code re... | https://cocoacasts.com/working-with-property-wrappers-in-swift-anatomy-of-a-property-wrapper | CC-MAIN-2020-45 | en | refinedweb |
On 6 January 2016 at 21:37, Jeffrey Walton wrote: > We have a library that's C++03, and its moving towards full support > for C++11. We are supplementing classes with: > > class Foo > { > public: > Foo(); > Foo(const Foo&); > Foo& operator=(const Foo&); > > #if defined(CXX11_AVAILABLE) > Foo(const Foo&&); > #endif I ho... | https://gcc.gnu.org/pipermail/gcc-help/2016-January/125558.html | CC-MAIN-2020-45 | en | refinedweb |
Wrapper around tarfile with support for more compression formats.
Project description
Overview
Wrapper around tarfile to add support for more compression formats.
Usage
First, install the library with the tarfile compression formats you wish to support. The example below shows an install for zstandard tarfile support.
... | https://pypi.org/project/xtarfile/ | CC-MAIN-2020-45 | en | refinedweb |
How to access MP3 metadata in Python
Here we are going to see how to access MP3 metadata in Python in a simple way. We will use the eyeD3 tool.
eyeD3:
- It is a Python module that is used to work with audio files.
- It is a command-line program to process ID3 tags.
- Using this, we can extract the metadata like the tit... | https://www.codespeedy.com/access-mp3-metadata-in-python/ | CC-MAIN-2020-45 | en | refinedweb |
I).
No changes required.
Also note that when you make forks on github (for example); you're making a brand new namespace every time too. It'd be much like if every module on CPAN was JETTERO::Net::IMAP:... though..
PerlMonks, of course - how could you ask?
Other tech
Porn
Shopping
News
Sports
Games & puzzles
Social me... | https://www.perlmonks.org/?node_id=764247 | CC-MAIN-2020-45 | en | refinedweb |
Thickness
Animation Class
Definition
public ref class ThicknessAnimation : System::Windows::Media::Animation::ThicknessAnimationBase
public class ThicknessAnimation : System.Windows.Media.Animation.ThicknessAnimationBase
type ThicknessAnimation = class inherit ThicknessAnimationBase
Public Class ThicknessAnimation Inhe... | https://docs.microsoft.com/en-us/dotnet/api/system.windows.media.animation.thicknessanimation?view=netframework-4.7.2 | CC-MAIN-2020-45 | en | refinedweb |
binoyp
12-09-2020
Hi All,
Is there any way to make use of non english words like "español" as fulltext in Querybuilder API?
ChitraMadan
Hi @binoyp,
Full text search will be able to find español in the content irrespective of language. Please see below OOTB groovy script which is able to find all the references of españ... | https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/query-regarding-full-text-search/qaq-p/378783/comment-id/80189 | CC-MAIN-2020-45 | en | refinedweb |
We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hello!
I currently am working on a project using eclipse and have been getting a NullPointerException Error. I was able to mimic this in a small program with the stack provided below. The error in this example is ... | https://forum.processing.org/two/discussion/12993/nullpointerexception-when-calling-textwidth-in-another-class | CC-MAIN-2020-45 | en | refinedweb |
Learn to convert multi-line string into stream of lines using String.lines() method in Java 11.
This method is useful when we want to read content from a file and process each string separately.
1. String.lines() API
The
lines() method is a static method. It returns a stream of lines extracted from a given multi-line s... | https://howtodoinjava.com/java11/string-to-stream-of-lines/ | CC-MAIN-2020-45 | en | refinedweb |
A Stream in Java 8 can be defined as a sequence of elements from a source. Streams supports aggregate operations on the elements. The source of elements here refers to a Collection or Array that provides data to the Stream.
Stream keeps the ordering of the elements the same as the ordering in the source. The aggregate ... | https://howtodoinjava.com/java8/java-streams-by-examples/ | CC-MAIN-2020-45 | en | refinedweb |
Individuals working in the field of Data Science understand the importance of data. Data is the resource to fuel a machine learning model. But raw data in the real world cannot be used without pre-processing them to a usable format. One of the most common problems faced with real-time data is missing values. There are ... | https://analyticsindiamag.com/tutorial-on-missingno-python-tool-to-visualize-missing-values/ | CC-MAIN-2020-45 | en | refinedweb |
Implement backend for a read-only "Auditor" user
TasksTasks
- PoC
- Write a PoC
- Write a small post describing the implementation strategy
- Get strategy vetted
- Backend
- Auditor should be able to access all projects / groups
- Restrictions
- Cannot commit
- Cannot access admin area
- Can read issues / MRs
- Cannot ... | https://gitlab.com/gitlab-org/gitlab/-/merge_requests/998 | CC-MAIN-2020-45 | en | refinedweb |
This chapter includes the following sections:
Overview of POF Serialization
Using the POF API to Serialize Objects
Using POF Annotations to Serialize Objects
Using POF Extractors and POF Updaters
Serializing Keys Using POF
Serialization is the process of encoding an object into a binary format. It is a critical compone... | https://docs.oracle.com/middleware/12211/coherence/develop-applications/using-portable-object-format.htm | CC-MAIN-2020-45 | en | refinedweb |
In this Quick Tip, I'll show you how and why the Bubble Sort algorithm works, and how to implement it in AS3. You'll end up with a class that you can use in any Flash project, for sorting any array.
Final Result Preview
Here's a simple demo of the result of the bubble sort algorithm:
Of course, this SWF doesn't prove m... | https://code.tutsplus.com/tutorials/quick-tip-implementing-the-bubble-sort-in-as3--active-10728 | CC-MAIN-2017-13 | en | refinedweb |
Type System
The types are defined in dotty/tools/dotc/core/Types.scala
Class diagram
- PDF, generated with a fork of scaladiagrams
Proxy types and ground types
A type which inherits
TypeProxy is a proxy for another type accessible using
the
underlying method, other types are called ground types and inherit
CachedGround... | http://dotty.epfl.ch/docs/internals/type-system.html | CC-MAIN-2017-13 | en | refinedweb |
WCTYPE(3) Linux Programmer's Manual WCTYPE(3)
NAME
wctype - wide-character classification
SYNOPSIS
#include <<wctype.h>>
wctype_t wctype(const char *name);
DESCRIPTION
The wctype_t type represents a property which a wide character may or
may not have. In other words, it represents a class of wide charac-
ters. This typ... | http://modman.unixdev.net/?sektion=3&page=wctype&manpath=Debian-5.0 | CC-MAIN-2017-13 | en | refinedweb |
Can I connect to a Ubuntu server, that is running MySQL using ADO.NET or do I need a special driver?
You'll need the MySQL Connector/NET ADO.NET driver.
Once installed, it behaves almost identically to Microsoft's native
System.Data.SqlClient. Instead of importing that namespace, use MySQL's:
using MySql.Data.MySqlClie... | https://codedump.io/share/UIoLUViGPYEm/1/connecting-to-a-linux-server-running-mysql-from-a-windows-net-server-adonet | CC-MAIN-2017-13 | en | refinedweb |
Notify a thread waiting on a change in the state of monitored data.
Syntax
#include <prcmon.h> PRStatus PR_CNotify(void *address);
Parameter
The function has the following parameter:
address
- The address of the monitored object. The calling thread must be in the monitor defined by the value of the address.
Returns
PR_... | https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSPR/Reference/PR_CNotify | CC-MAIN-2017-13 | en | refinedweb |
One of the most powerful features of Ferris is scaffolding. Scaffolding can provide you with common CRUD functionality very quickly, and it may be customized. Developers can use the entire scaffold or use certain parts as needed. Scaffolding provides both actions and templates for the actions list(), add(), view(), edi... | http://ferris-framework.appspot.com/docs21/users_guide/scaffolding.html | CC-MAIN-2017-13 | en | refinedweb |
kmem(7) kmem(7)
NAME
kmem - perform I/O on kernel memory based on symbol name.
SYNOPSIS
#include <<<<sys/ksym.h>>>>
int ioctl(int kmemfd, int command, void *rks);
DESCRIPTION
When used with a valid file descriptor for /dev/kmem (kmemfd), ioctl
can be used to manipulate kernel memory. The specifics of this
manipulation ... | http://modman.unixdev.net/?sektion=7&page=kmem&manpath=HP-UX-11.11 | CC-MAIN-2017-13 | en | refinedweb |
:
August 20,223
This item is only available as the following downloads:
( PDF )
Full Text
PAGE 1
Bays: Analyze programs for costMIKEWRIGHT Staff writerBEVERLY HILLS Gerry Ferguson likes to socialize every so often. His spot of choice: Central Citrus Community Center off County Road 491, where Ferguson plays cards, gree... | http://ufdc.ufl.edu/UF00028315/03223 | CC-MAIN-2017-13 | en | refinedweb |
The simplest way to add elements to a database is the DB->put interface.
The DB->put interface takes five arguments:
Here's what the code to call DB->put looks like:
#include <sys/types.h> #include <stdio.h> #include <db.h>
#define DATABASE "access.db"
int main() { DB *dbp; DBT key, data;; }
memset(&key, 0, sizeof(key)... | https://web.stanford.edu/class/cs276a/projects/docs/berkeleydb/ref/simple_tut/put.html | CC-MAIN-2018-39 | en | refinedweb |
Meshes with Python & Blender: Cubes and Matrices
Welcome to the second part in this series. It’s time to get into some math and learn how to control the position, rotation and scale of the mesh.
This tutorial builds on the lessons of part one. If you find yourself lost too often, try going back. Today we will quickly l... | http://sinestesia.co/blog/tutorials/python-cube-matrices/ | CC-MAIN-2018-39 | en | refinedweb |
from lightning import Lightning from sklearn import datasets
lgn = Lightning(ipython=True, host='')
Connected to server at
The
image-poly visualization let's you draw polygonal regions on images and then query them in the same notebook!
Try drawing a region on the image. Hold command to pan, and option to edit the regi... | https://nbviewer.jupyter.org/github/lightning-viz/lightning-example-notebooks/blob/master/images/image-poly.ipynb | CC-MAIN-2018-39 | en | refinedweb |
# create a list of all items to go on the third page
page3 = books[20:30]
# or, pull ten records into a list, and loop over them
for book in books[20:30]:
print book
def __getitem__(self, item):
q = "select * from %s" % (self.name)
# isinstance is recommended over direct type(a) == type(b) comparisons,
# to accomodate... | http://www.devx.com/dbzone/Article/22093/0/page/3 | CC-MAIN-2018-39 | en | refinedweb |
Next: Version Check, Previous: Header, Up: Preparation [Contents][Index]
GSS does not need to be initialized before it can be used.
In order to take advantage of the internationalisation features in
GSS, e.g. translated error messages, the application must set the
current locale using
setlocale() before calling, e.g.,
... | http://www.gnu.org/software/gss/manual/html_node/Initialization.html | CC-MAIN-2018-39 | en | refinedweb |
TabbedViewNavigatorApplication IssueSinetDannyUtah Aug 30, 2011 12:08 PM
When clicking on a tab in the application that is currently the selected tab I am returned to what appears to be the first view of that tab. Having dived a little deeper I am finding that it dosent just return me to the first view but rather it cr... | https://forums.adobe.com/message/3892553 | CC-MAIN-2018-39 | en | refinedweb |
Thumbnails for Django, Flask and other Python projects.
Project description
Thumbnails for Django, Flask and other Python projects.
Install
pip install pillow # default image engine, not necessary if another engine is used pip install python-thumbnails
Usage
from thumbnails import get_thumbnail get_thumbnail('path/to/i... | https://pypi.org/project/python-thumbnails/ | CC-MAIN-2018-39 | en | refinedweb |
The current RichFaces build structure (RichFaces 4.0 Build & Directory Structure) has served the project well over the initial 4.0 release, and the subsequient 4.1 and 4.2 releases, we want to re-visit the the build struture with RichFaces 4.3, and make sure we are achieving our desired goals with the build structure.
... | https://developer.jboss.org/docs/DOC-18767 | CC-MAIN-2021-04 | en | refinedweb |
Html emails can be formatted well and include pictures, unlike plain text emails. However, some email clients (mostly older ones) cannot read html. Therefore It may be useful to send
plain text emails a alongside
html email because we want all our subscribers receiving their emails.
To achieve sending multiple email co... | https://practicaldev-herokuapp-com.global.ssl.fastly.net/achiengcindy/laughing-blog-tutorial-part-3-send-alternative-content-type-emails-in-django-4le2 | CC-MAIN-2021-04 | en | refinedweb |
Functional Testing for Synergy Web Services with ASP.NET Core
by Jeff Greene, Principal Software Engineer
Until recently, web developers had two basic options for backend testing: unit tests and integration tests. Starting with ASP.NET Core 2.1, Microsoft introduced another testing mechanism, functional testing, which ... | https://www.synergex.com/functional-testing-for-synergy-web-services-with-asp-net-core/ | CC-MAIN-2021-04 | en | refinedweb |
Tom Dringer
Joined
Activity
Hi, I am having to use a different computer whilst mine is in for repair. So i generated the SSH keys to be used for deployment with Hatchbox. Using [email protected] or [email protected] just gives me an error
Permission denied (publickey). Does anyone know a fix for this? I am locked out o... | https://gorails.com/users/35309 | CC-MAIN-2021-04 | en | refinedweb |
Backwards compatibility and TripleO¶
TripleO has run with good but not perfect backwards compatibility since creation. It’s time to formalise this in a documentable and testable fashion.
TripleO will follow Semantic Versioning (aka semver) for versioning all releases. We will strive to avoid breaking backwards compatib... | https://specs.openstack.org/openstack/tripleo-specs/specs/juno/backwards-compat-policy.html | CC-MAIN-2021-04 | en | refinedweb |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.