text stringlengths 20 1.01M | url stringlengths 14 1.25k | dump stringlengths 9 15 ⌀ | lang stringclasses 4
values | source stringclasses 4
values |
|---|---|---|---|---|
Using TxtFormatProvider
TxtFormatProvider makes it easy to import and export TXT files. Note that TXT is a plain text format and holds only the contents of the worksheet without its formatting. Exporting a file to this format strips all styling and saves only cell's result value with their format applied using tab as a... | https://docs.telerik.com/devtools/document-processing/libraries/radspreadprocessing/formats-and-conversion/txt/txtformatprovider | CC-MAIN-2020-50 | en | refinedweb |
I’m trying to improve my cross-platform implementation of the weak event pattern ().
Currently my impl require the listener register to pass an additional gcTarget parameter as below:
public class WeakSimpleEvent { public void addWeak(object gcTarget, Action listener) { // GcBinder will ensure a strong ref to listener ... | https://talk.remobjects.com/t/is-it-possible-to-get-the-target-of-a-delegate-on-ios/8843 | CC-MAIN-2020-50 | en | refinedweb |
Experimental features that may or may not make it into the library. These features should not expected to be stable.
#include <boost/hana/experimental/type_name.hpp>
Returns a
hana::string representing the name of the given type, at compile-time.
This only works on Clang (and apparently MSVC, but Hana does not work the... | https://www.boost.org/doc/libs/develop/libs/hana/doc/html/group__group-experimental.html | CC-MAIN-2020-50 | en | refinedweb |
SK Genius wrote:What was your program doing
KIDYA wrote:Hello Experts!!
Shaik Haneef wrote:I created Public Assembly by providing strong name, then what is that use still i need to give reference of that assembly.
Shaik Haneef wrote:Then what is the use of Global assembly ?
public class Child<br />
{<br />
public strin... | https://www.codeproject.com/Forums/1649/Csharp?df=90&mpp=25&sort=Position&view=Normal&spc=Relaxed&prof=True&select=3077603&fr=117401 | CC-MAIN-2020-50 | en | refinedweb |
This blog post will guide us through the steps required to configure the SAP S/4HANA Cloud SDK Continuous Delivery Toolkit to scale dynamically on a Kubernetes cluster.
Note: This post is part of a series. For a complete overview please visit the SAP S/4HANA Cloud SDK Overview.
The goal of this blog post
When we decide... | https://blogs.sap.com/2018/09/26/autoscaling-of-sap-s4hana-cloud-sdk-continuous-delivery-toolkit-on-kubernetes/ | CC-MAIN-2018-43 | en | refinedweb |
[ ]
Mark Struberg reassigned OWB-1216: ---------------------------------- Assignee: Mark Struberg > InjectionPoint.getType() returns wrong type for produced beans > -------------------------------------------------------------- > > Key: OWB-1216 > URL: > Project: OpenWebBeans > Issue Type: Bug > Reporter: John D. Ament... | https://www.mail-archive.com/dev@openwebbeans.apache.org/msg09294.html | CC-MAIN-2018-43 | en | refinedweb |
This class is an
InputStream that implements one half of a pipe and
is useful for communication between
threads. A
PipedInputStream must be connected to a
PipedOutputStream object, which may be specified
when the PipedInputStream is created or with the
connect( )
method. Data read from a PipedInputStream object
is rece... | http://books.gigatux.nl/mirror/javainanutshell/0596007736/ch09-77318.html | CC-MAIN-2018-43 | en | refinedweb |
Interface for compilation databases. More...
#include "clang/Tooling/CompilationDatabase.h"
Interface for compilation databases.
A compilation database allows the user to retrieve compile command lines for the files in a project.
Many implementations are enumerable, allowing all command lines to be retrieved. These can... | http://clang.llvm.org/doxygen/classclang_1_1tooling_1_1CompilationDatabase.html | CC-MAIN-2018-43 | en | refinedweb |
Dave,
I've implemented the inheritance as the tutorial say, it worked fine, but the factory method
still need to get the initial artist class to know the type, then ask cayenne again to give
the right class to instantiate.
I think there may be another way to get the object without doing this double call to objectForPK.... | http://mail-archives.apache.org/mod_mbox/cayenne-user/200903.mbox/%3C1314533533.4601236030009204.JavaMail.root@ronin%3E | CC-MAIN-2018-43 | en | refinedweb |
Prompt for and read a password
#include <unistd.h> char *getpass( const char *prompt );
libc
Use the -l c option to qcc to link against this library. This library is usually included automatically.
The getpass() function can be used to get a password. It opens the current terminal, displays the given prompt, suppresses... | http://www.qnx.com/developers/docs/6.6.0_anm11_wf10/com.qnx.doc.neutrino.lib_ref/topic/g/getpass.html | CC-MAIN-2018-43 | en | refinedweb |
Why do the test cases involve 0 and negative numbers when these values are not traditionally even considered in regards to whether a number is prime or not and when the question gives no indications of how these cases should be handled?
Primes - Why do the test cases involve 0 and negative numbers
Is_prime problem: Isn... | https://discuss.codecademy.com/t/primes-why-do-the-test-cases-involve-0-and-negative-numbers/232933 | CC-MAIN-2018-43 | en | refinedweb |
On 13/04/2018 10:41, p...@highoctane.be wrote: > A somewhat unique name makes it easier to google for it (like Roassal > Pharo, or DeepTraverser Pharo, or Zinc Pharo). > These will give us hits that are relevant. > > Try System Browser, Inspector... > > And Apple has worked with NSObject and stuff like that without too... | https://www.mail-archive.com/pharo-users@lists.pharo.org/msg30896.html | CC-MAIN-2018-43 | en | refinedweb |
hi there
I want to give a for loop in my programm that if any student fails in more than four subject he will not be able to go to the next level. if average is less than 40 then the student will be failed . i tried in many ways. but compiler is not taking at all. below i am just showing the logs for the loop but not t... | https://www.daniweb.com/programming/software-development/threads/140459/looping-problem | CC-MAIN-2018-43 | en | refinedweb |
Stores a copy of the current floating-point environment
#include <fenv.h>
int fegetenv ( fenv_t *envp );
The fegetenv( ) function saves the current state of the floating-point environment in the object referenced by the pointer argument. The function returns 0 if successful; a nonzero return value indicates that an err... | http://books.gigatux.nl/mirror/cinanutshell/0596006977/cinanut-CHP-17-61.html | CC-MAIN-2018-43 | en | refinedweb |
A few months ago, a developer sent the following error stack trace to Square from their iOS app:
This led to a patch of Valet, Square’s popular open source library for managing iOS and macOS keychains. Along the way, we also uncovered a subtle but interesting inconsistency in keychain behavior on iOS and macOS.
This po... | http://engineeringjobs4u.co.uk/uncovering-inconsistent-keychain-behavior-while-fixing-a-valet-ios-bug | CC-MAIN-2018-43 | en | refinedweb |
Allegload.
AllegroGraph 6.3.0
AllegroGraph Server: General Changes
Catalogs may no longer be named root or system.
The names root and system are reserved as catalog names. root interferes with the default catalog (which is referred to as the root catalog) and the system catalog is used for auditing and other system dat... | https://franz.com/agraph/support/documentation/current/change-history.html | CC-MAIN-2018-43 | en | refinedweb |
#include <MeteorMgr.hpp>
Inherits StelModule.
Initialize the MeteorMgr object.
Implements StelModule.
Draw meteors.
Reimplemented from StelModule.
Update time-dependent parts of the module.
This function adds new meteors to the list of currently visiable ones based on the current rate, and removes those which have run ... | http://www.stellarium.org/doc/0.10.4/classMeteorMgr.html | CC-MAIN-2016-36 | en | refinedweb |
xml\:lang=, xml:lang
Namespaces are not supported for this format.
If there is an indication prior to this sentence that the browser supports namespaces, test passes if the background is blue . Otherwise, test passes if the background is yellow .
Assertion: [Exploratory test] An xml\:lang= selector with a value that ma... | http://www.w3.org/International/tests/html-css/generate?test=selectors-071 | CC-MAIN-2016-36 | en | refinedweb |
Many of you who have upgraded to the new Beta version of sendmail have had or are still having problems getting mailman to run. The problem lies with smrsh itself. I had asked for help on the sendmail news group and had received an answer quite promptly on how to fix the problem and get Sendmail to play nice with Mailm... | https://mail.python.org/pipermail/mailman-users/2000-February/003751.html | CC-MAIN-2016-36 | en | refinedweb |
options 1.0
Container for flexible class, instance, and function call options
A module that helps encapsulate option and configuration data using a multi-layer stacking (a.k.a. nested context) model.
Classes are expected to define default option values. When instances are created, they can be instantiated with “overrid... | https://pypi.python.org/pypi/options/1.0 | CC-MAIN-2016-36 | en | refinedweb |
China, Russia Try To Hack Australia's Upcoming Submarine Plans 83
An anonymous reader writes: Chinese and Russian spies have attempted to hack into the top secret details of Australia's future submarines (paywalled), with both Beijing and Moscow believed to have mounted repeated cyber attacks in recent months. One of t... | https://tech.slashdot.org/story/15/11/09/209227/china-russia-try-to-hack-australias-upcoming-submarine-plans | CC-MAIN-2016-36 | en | refinedweb |
8 August 2011
By clicking Submit, you accept the Adobe Terms of Use.
This guide assumes you are familiar with the Flash Professional workspace and have a basic knowledge of working with FLA files and ActionScript.:
To change the alpha (transparency) of a graphic:
Note: If you use a TLF text field, you can skip Step 2. ... | http://www.adobe.com/devnet/flash/learning_guide/graphic_effects/part02.html | CC-MAIN-2016-36 | en | refinedweb |
Download source - 31 KB
The French version of this article is available at this link.
A few years ago, I developed the storage part of a NoSQL DBMS technology.
The server should store data in the form key / value on the disk, and be able to manage various aspects such as transactional system, replication, lock, repair ... | http://www.codeproject.com/Articles/610399/SortedSplitList-An-Indexing-Algorithm-in-Csharp?fid=1843659&df=90&mpp=50&noise=5&prof=False&sort=Position&view=Normal&spc=Relaxed | CC-MAIN-2016-36 | en | refinedweb |
The Java Specialists' Newsletter
Issue 1392007-02-10
Category:
Tips and Tricks
Java version: JDK 1.6
GitHub
Subscribe Free
RSS Feed
Welcome to the 139th edition of The Java(tm) Specialists' Newsletter, sent to you from
the beautiful island of Crete. In the last 8 years, I have
flown over 100 times and have experienced ... | http://www.javaspecialists.co.za/archive/newsletter.do?issue=139 | CC-MAIN-2016-36 | en | refinedweb |
SMILA/Development Guidelines/Tuscany Integration
This page lists the current state of the Tuscany integration in SMILA and SMILA related issues in Tuscany.
Contents
Tuscany OSGi bundles
Tuscany is making good process in creating separate bundles. 3rd party jars are also available as separate bundles now. There are stil... | http://wiki.eclipse.org/SMILA/Development_Guidelines/Tuscany_Integration | CC-MAIN-2016-36 | en | refinedweb |
Dear all,
once"?
{ "keys": "super+f8"], "command": "test" },
{ "keys": "super+shift+c"], "command": "test2" }
]
Thank you,
r.
I'm not sure what you're asking...
You can type sublime.log_commands(True) in the console to see what command a keybinding executes.
what i am asking in detailed in the first post
thank you for ... | https://forum.sublimetext.com/t/retrieve-key-bindings/5359/9 | CC-MAIN-2016-36 | en | refinedweb |
I tried to convert this pseudocode function IntNoise(32-bit integer: x) x = (x<<13) ^ x; return ( 1.0 - ( (x * (x * x * 15731 + 789221) + 1376312589) & 7fffffff) / 1073741824.0); end IntNoise function from this website to python. But it seems to rely on wraparound within the 32 bit int. Can you duplicate this behavior ... | https://mail.python.org/pipermail/tutor/2005-March/036502.html | CC-MAIN-2016-36 | en | refinedweb |
# -*- mode: org -*- #+TITLE: =README= for =swak4Foam= - Version for OpenFOAM 2.x #+OPTIONS: H:4 * - 2.0, 2.1 or 2.2 of OpenFOAM (a version that works with 1.6, 1.6-ext and 1.7 is available separately) - The =finiteArea=-stuff will probably work with version 2.0-ext (once that is available) -* ** and later be merged to ... | https://sourceforge.net/p/openfoam-extend/swak4Foam/ci/feature/particleParser_2.2/%7E/tree/ | CC-MAIN-2016-36 | en | refinedweb |
Hi Guys,
I have the following problem.
In my Form1 (IsMdiContainer = true) I have added a MenuStrip with the following structure:
System
System->Log In
System->Register
System->Log Out(Visible = false)
Forms(Enabled=False)
Forms->Table1
Forms->Table2
Statistics
Statistics->Blablabl
Statistics->...
From my Log In button... | http://forums.codeguru.com/showthread.php?469507-Access-a-MainMenuStrip-subitem-from-a-child-form&mode=hybrid | CC-MAIN-2016-36 | en | refinedweb |
Hi
I have written a class library(dll), which is used in a site that I am creating.
The same dll will be used in many of our sites and is universal for all the sites. So, I was thinking of centralizing my dll.
I think putting the DLL in the GAC would be a good solution, and all the other sites will use this dll. But ho... | http://www.antionline.com/showthread.php?277707-Creating-DLL-for-adding-in-GAC&p=943762&mode=linear | CC-MAIN-2016-36 | en | refinedweb |
Visualizing Context Switches that Cross Cores with Visual Studio 2010
Context switches that cross from one logical core to another can reduce the performance of your application. Visual Studio 2010 Premium or Ultimate versions allow you to visualize this problem on Windows Vista, Windows 7, Windows Server 2008 or Windo... | http://www.drdobbs.com/parallel/visualizing-context-switches-that-cross/229300340 | CC-MAIN-2016-36 | en | refinedweb |
This document is also available in these non-normative formats: PDF version.
Copyright document has been reorganized to expose the abstract syntax, which is intended to support features that are shared with many concrete production rule languages. Each abstract construct is associated with normative semantics and a nor... | http://www.w3.org/TR/2008/WD-rif-prd-20081218/ | CC-MAIN-2016-36 | en | refinedweb |
Java Assignment Problem
Im having an error on my java assignment i have most of the program right but I cant figure out how to fix the errors i have. any help would be appreciated.
The errors im getting are in the Dialog File.
errors:
error: variable sum might not have been initialized
return sum;
^
error: unreachable ... | https://coderanch.com/t/599625/java/java/Java-Assignment | CC-MAIN-2016-36 | en | refinedweb |
1 #include <QtTest> 2 #include <QtCore> 3 4 class testDate: public QObject 5 { 6 Q_OBJECT 7 private slots: 8 void testValidity(); 9 void testMonth(); 10 }; 11 12 void testDate::testValidity() 13 { 14 // 11 March 1967 15 QDate date( 1967, 3, 11 ); 16 QVERIFY( date.isValid() ); 17 } 18 19 void testDate::testMonth() 20 {... | https://techbase.kde.org/index.php?title=Development/Tutorials/Unittests&diff=72836&oldid=72071 | CC-MAIN-2016-36 | en | refinedweb |
urn:lsid:ibm.com:blogs:entries-203cd156-7537-4b84-9c9d-77278729c8c1 A view from the clouds: Cloud computing for developers - Tags - apache_wink A view from the clouds: Cloud computing for developers 0 30 1 2013-12-06T05:09:12-05:00 IBM Connections - Blogs urn:lsid:ibm.com:blogs:entry-1a101046-9691-4eb6-882a-826db0dbede... | https://www.ibm.com/developerworks/community/blogs/cloudview/feed/entries/atom?tags=apache_wink&lang=en | CC-MAIN-2016-36 | en | refinedweb |
A colleague of mine recently asked me about Perl's future. Specifically, he wondered if we have any tricks up our sleeves to compete against today's two most popular platforms: .NET and Java. Without a second's hesitation, I repeated the same answer I've used for years when people ask me if Perl has a future:
Perl cert... | http://www.perl.com/pub/2004/01/09/survey.html | crawl-003 | en | refinedweb |
L_GrayScaleToDuotone
#include "l_bitmap.h"
L_LTIMGCLR_API L_INT L_GrayScaleToDuotone(pBitmap, pNewColor, crColor, uFlags)
Converts the grayscale bitmap into a colored one by mixing or replacing the original values of the pixels with new colors.
Returns
This function does not support signed data images. It returns the e... | http://www.leadtools.com/help/leadtools/v15/main/api/dllref/l_grayscaletoduotone.htm | crawl-003 | en | refinedweb |
clang API Documentation
Data for.
More...
#include <Index.h>
List of all members.
Data for.
Definition at line 4383 of file Index.h.
Definition at line 4384 of file Index.h.
Non-zero if the AST file is a module otherwise it's a PCH.
Definition at line 4393 of file Index.h.
Location where the file is imported. It is use... | http://clang.llvm.org/doxygen/structCXIdxImportedASTFileInfo.html | crawl-003 | en | refinedweb |
Optimistic.
What is optimistic locking?
Before defining optimistic locking, I'll first describe it's opposite, pessimistic locking. Suppose you need to update a record in your database, but you cannot do so atomically -- you'll have to read the record, then save it in a separate step. How do you ensure that, in a concu... | http://charlesleifer.com/blog/optimistic-locking-in-peewee-orm/ | CC-MAIN-2020-50 | en | refinedweb |
The PGX API is designed to be asynchronous. This means that all of its core methods ending with Async do not block the
caller thread until the request is completed. Instead, a
PgxFuture object is instantly returned. In PGX, three actions can be performed on the returned
PgxFuture:
The easiest and probably most obvious ... | https://docs.oracle.com/cd/E56133_01/latest/prog-guides/block-chain-cancel.html | CC-MAIN-2020-50 | en | refinedweb |
Tutorial: Use Azure Storage for build artifacts
This article illustrates how to use Blob storage as a repository of build artifacts created by a Jenkins continuous integration (CI) solution, or as a source of downloadable files to be used in a build process. One of the scenarios where you would find this solution'll be... | https://docs.microsoft.com/sv-se/azure/developer/jenkins/azure-storage-blobs-as-build-artifact-repository | CC-MAIN-2020-50 | en | refinedweb |
The default behaviour of creating spawned objects from prefabs on the client can be customized by using spawn handler functions. This way you have full control of how you spawn the object as well as how you un-spawn it. You can register functions to spawn and un-spawn client objects with ClientScene.RegisterSpawnHandle... | https://docs.unity3d.com/ru/2017.2/Manual/UNetCustomSpawning.html | CC-MAIN-2020-50 | en | refinedweb |
Created on 2014-05-29 21:03 by Miquel.Garcia, last changed 2014-05-29 21:18 by Miquel.Garcia. This issue is now closed.
In browsing the documentation for datetime.datetime:
It states that the datetime.datetime.microseconds returns the number of microseconds but in trying (Python 2.7.1 r271:86832):
import datetime
print... | https://bugs.python.org/issue21609 | CC-MAIN-2020-50 | en | refinedweb |
Have problem getting the correct date format while print
- kian hong Tan last edited by
Hello, this is the code I use to print the log.
def log(self, txt, dt=None): ''' Logging function fot this strategy''' dt = dt or self.datas[0].datetime.date(0) print('%s, %s' % (dt.isoformat(), txt))
The output:
Starting Portfolio ... | https://community.backtrader.com/topic/2856/have-problem-getting-the-correct-date-format-while-print | CC-MAIN-2020-50 | en | refinedweb |
Data, called XForms. XForms is an HTML form replacement that provides much more functionality and flexibility. Although no browsers currently support the XForms standard, it offers tremendous promise, and developers should become familiar with its features.
What's wrong with an HTML form?
Many aspects of HTML developme... | http://www.builderau.com.au/program/web/soa/Prepare-for-the-transition-from-HTML-forms-to-XForms/0,339024632,320276682,00.htm | crawl-002 | en | refinedweb |
Re: How can I cause the datetime to be the name of the output file.....
- From: Michael Mair <Michael.Mair@xxxxxxxxxxxxxxx>
- Date: Sun, 05 Feb 2006 10:02:03 +0100
Keith Thompson wrote:
"Merlin" <mrb7494@xxxxxxxxx> writes:
I realize that I'm new to the group, but I'm hoping that someone might
be able to help me out. Wh... | http://coding.derkeiler.com/Archive/C_CPP/comp.lang.c/2006-02/msg00520.html | crawl-002 | en | refinedweb |
Re: Is C99 the final C? (some suggestions)
From: Sidney Cadot (sidney_at_jigsaw.nl)
Date: 12/02/03
- ]
Date: Tue, 02 Dec 2003 22:58:07 +0100
Paul Hsieh wrote:
> Sidney Cadot <sidney@jigsaw.nl> wrote:
>>I think C99 has come a long way to fix the most obvious problems in
>>C89 (and its predecessors).
> It has? I can't th... | http://coding.derkeiler.com/Archive/C_CPP/comp.lang.c/2003-12/0459.html | crawl-002 | en | refinedweb |
An
Oracle JDeveloper How To DocumentNovember 2002
This
document was written for Oracle9i JDeveloper versions 9.0.2 and 9.0.3.
This is one of many BC4J-related
HowTo articles that you can find at /products/jdev/howtos/index.html
J2EE developers talk a lot
about Value Objects. Value Objects, also known as Data Transfer O... | http://www.oracle.com/technology/products/jdev/howtos/bc4j/bc4j-collections.html | crawl-002 | en | refinedweb |
Updated: December 6, 2007
Applies To: Windows Server 2008
A backward compatible task is a Task Scheduler 1.0 task that is used in the Windows XP, Windows Server 2003, and Windows 2000 operating systems. A Task Scheduler 1.0 task can be registered (scheduled) to execute any of the following application or file types: Wi... | http://technet.microsoft.com/en-us/library/cc775040(WS.10).aspx | crawl-002 | en | refinedweb |
> cdx.zip > IOCTL.HPP
/*C4*/ //**************************************************************** // Author: Jethro Wright, III TS : 1/18/1994 9:36 // Date: 01/01/1994 // // ioctl.hpp : definitions/declarations for an // ioctl-oriented command interface for audio // cd access via mscdex // // History: // 01/01/1994 jw3 ... | http://read.pudn.com/downloads/sourcecode/scsi/1449/IOCTL.HPP__.htm | crawl-002 | en | refinedweb |
See ACI.
Access Control Instruction. An instruction that grants or denies permissions to entries in the directory.
See ACL.
Access Control List. The mechanism for controlling access to your directory.
In the context of access control, specify the level of access granted or denied. Access rights are related to the type ... | http://www.redhat.com/docs/manuals/dir-server/install/7.1/glossary.html | crawl-002 | en | refinedweb |
Opened 9 years ago
Closed 9 years ago
Last modified 9 years ago
#6699 closed (invalid)
contrib.auth decorators aren't using proper decorator syntax
Description
The related documentation () is totally incorrect. Neither of the 2.3 or 2.4 decoration methods stated will work:
my_view = login_required(redirect_field_name='... | https://code.djangoproject.com/ticket/6699 | CC-MAIN-2017-04 | en | refinedweb |
I have a byte say 1 byte of size of 8.. How do i get the bit each values? for example, I want 16th bit value, 17th bit, 18th bit so on..
byte[] _byte = new byte[8];
If you want the Xth bit in your Byte Array (I think that is what your asking at least), you need to index the correct Byte from the array and then extract ... | https://codedump.io/share/EP9guop29Ces/1/how-to-get-bit-values-from-byte | CC-MAIN-2017-04 | en | refinedweb |
I'd like to create a Python decorator that can be used either with parameters:
@redirect_output("somewhere.log")
def foo():
....
@redirect_output
def foo():
....
I know this question is old, but some of the comments are new, and while all of the viable solutions are essentially the same, most of them aren't very clean ... | https://codedump.io/share/ubjQhYh1G3d5/1/how-to-create-a-python-decorator-that-can-be-used-either-with-or-without-parameters | CC-MAIN-2017-04 | en | refinedweb |
I know that asynchronous programming has seen a lot of changes over the years. I'm somewhat embarrassed that I let myself get this rusty at just 34 years old, but I'm counting on StackOverflow to bring me up to speed.
What I am trying to do is manage a queue of "work" on a separate thread, but in such a way that only o... | https://codedump.io/share/wuOEZ11mNzAH/1/best-way-in-net-to-manage-queue-of-tasks-on-a-separate-single-thread | CC-MAIN-2017-04 | en | refinedweb |
Download presentation
Presentation is loading. Please wait.
Published byRemington Blye Modified about 1 year ago
1
Priority Queues CSC 172 SPRING 2002 LECTURE 16
2
Priority Queues Model Set with priorities associate with elements Priorites are comparable by a < operator Operations Insert and element with a given priori... | http://slideplayer.com/slide/4035052/ | CC-MAIN-2017-04 | en | refinedweb |
CodePlexProject Hosting for Open Source Software
Hi,
I have 3 different roles (Administrators, Editors and Users) but I only want the pages widget to appear for 2 of them (Administrators and Editors). Is ir possible to hide this widget from Users and people who are not logged in?
Thanks,
Phil
You can use the System.Sec... | https://blogengine.codeplex.com/discussions/217162 | CC-MAIN-2017-04 | en | refinedweb |
Now Only
Llano Journal The
50
¢
Vol. 10 No. 37
COUNTY
Wednesday, March 6, 2013
Llano, Texas
Red Top Jail funds in jeopardy BY LYN ODOM HIGHLAND LAKES NEWSPAPERS
Lake Country Life: A topaz hunter’s dream
Inside
State funds to renovate the Llano Red Top Jail may disappear July 1 if foundation work isn’t completed on time... | https://issuu.com/milessmith8/docs/lcj03.06.13 | CC-MAIN-2017-04 | en | refinedweb |
22 March 2010
By clicking Submit, you accept the Adobe Terms of Use.
All
You can create reusable components by using ActionScript, and reference these components in your applications as MXML tags. Components created in ActionScript can contain graphical elements, define custom business logic, or extend existing Flex co... | https://www.adobe.com/devnet/flex/quickstarts/building_components_in_as.html | CC-MAIN-2017-04 | en | refinedweb |
The primary focus of this book is not on creating your own web services?there are numerous other texts that describe how to do this (including several from O'Reilly)?but on using existing web services in productive and useful ways. However, it is helpful to understand how to create a web service because it illustrates ... | http://etutorials.org/Programming/web+services/Chapter+3.+Development+Platform/3.2+Test+Drive/ | CC-MAIN-2017-04 | en | refinedweb |
Selection Sort Algorithm and its Implementation
Selection sort is the most fundamental, simple and most importantly an in-place sorting algorithm.
This algorithm divides the input list into two sub arrays-
- A sub array of sorted elements which is empty at the beginning and keep on increasing with each item added to it... | http://www.codingeek.com/algorithms/selection-sort-algorithm-and-its-implementation/ | CC-MAIN-2017-04 | en | refinedweb |
Frame With Multiple Popup Options - Online Code
Description
This code shows how to create frames with multiple popup actions
Source Code
import java.awt.BorderLayout; import java.awt.Color; import java.awt.Component; import java.awt.Container; import java.awt.Graphics; import java.awt.GridLayout; import java.awt.Polygo... | http://www.getgyan.com/show/2269/Frame_with_Multiple_Popup_Options | CC-MAIN-2017-04 | en | refinedweb |
Counting cancer cells with computer vision for time-lapse microscopy
April 21, 2016 byArtem Kaznatcheev 7 Comments
Some people characterize TheEGG as a computer science blog . And although (theoretical) computer science almost always informs my thought, I feel like it has been a while since I have directly dealt with t... | http://126kr.com/article/129zv0wcxi | CC-MAIN-2017-04 | en | refinedweb |
Encrypting a PDF for individual users
A PDF can be protected in a number of ways. Most of the time it's sufficient to add a password - anyone who knows the PDF password can open it, and (if the document author allowed it) can print, copy text and so on.
However if you want to allow only some users to print, this requir... | http://bfo.com/blog/2009/11/12/public_key_encryption_and_pdf/ | CC-MAIN-2017-04 | en | refinedweb |
JDOM is fully namespace aware
Namespaces are represented by instances of
the
Namespace class rather than by attributes or raw strings
Always ask for elements and attributes by local names and namespace URIs
Elements and attributes that are not in any namespace can be asked for by local name alone
Never identify an elem... | http://www.cafeconleche.org/slides/acmdc/xmlandjava/284.html | CC-MAIN-2017-04 | en | refinedweb |
Generic code to execute any stored procedure/batch of stored procedures with different number of parameters and data types
Latest C# Articles - Page 99.
Access Newly Available Network Information with .NET 2.0
A new namespace in the upcoming 2.0 release of the Microsoft .NET Framework adds support for some very useful ... | http://www.codeguru.com/csharp/csharp/588/ | CC-MAIN-2017-04 | en | refinedweb |
Today we explore how to do this in ASP.NET MVC using KnockoutJS to give our application a fast responsive feeling.
The Master Details Use CaseWe will pick a simple master-detail style use case where we have a User (master) with multiple addresses (details) and we need to create an AddressBook application.
The applicati... | http://www.devcurry.com/2013/04/master-details-knockout-aspnet-mvc.html | CC-MAIN-2017-04 | en | refinedweb |
Game.Tournament
Contents
Description
Tournament construction and maintenance including competition based structures and helpers.
This library is intended to be imported qualified as it exports functions that clash with Prelude.
import Game.Tournament as T
The Tournament structure contain a Map of
GameId ->
Game for its... | http://hackage.haskell.org/package/Tournament-0.0.1/docs/Game-Tournament.html | CC-MAIN-2017-04 | en | refinedweb |
1 /*2 * QInputStream.java3 * Copyright (C) 2002 The Free Software Foundation gnu.mail.util;21 22 import java.io.*;23 24 /**25 * Provides RFC 2047 "B" transfer encoding.26 * See section 4.2:27 * <p>28 * The "Q" encoding is similar to the "Quoted-Printable" content-29 * transfer-encoding defined in RFC 2045. It is design... | http://kickjava.com/src/gnu/mail/util/QInputStream.java.htm | CC-MAIN-2017-04 | en | refinedweb |
The following is the explanation to the C++ code to create a single colored blank image in C++ using the tool OpenCV.
Things to know:
(1) The code will only compile in Linux environment.
(2) To run in windows, please use the file: ‘blank.o’ and run it in cmd. However if it does not run (problem in system architecture) ... | http://126kr.com/article/6y74flahw0p | CC-MAIN-2017-04 | en | refinedweb |
The Samba-Bugzilla – Bug 447
make fails
Last modified: 2004-02-17 08:45:40 UTC
Trying to build SAMBA 2.2.8a on AIX 5.2, using IBM's C v6.0 compiler results in
the error:
Linking bin/smbd
ld: 0711-317 ERROR: Undefined symbol: .SAFE_FREE
ld: 0711-317 ERROR: Undefined symbol: .VA_COPY
ld: 0711-345 Use the -bloadmap or -bn... | https://bugzilla.samba.org/show_bug.cgi?id=447 | CC-MAIN-2017-30 | en | refinedweb |
.xml.initializer;23 24 /**25 * Container.26 * 27 * @author <a HREF="adrian@jboss.com">Adrian Brock</a>28 * @version $Revision: 40495 $29 */30 public class Container31 {32 private Object value;33 34 public Object getValue()35 {36 return value;37 }38 39 public void setValue(Object value)40 {41 this.value = value;42 }43 }... | http://kickjava.com/src/org/jboss/test/xml/initializer/Container.java.htm | CC-MAIN-2017-30 | en | refinedweb |
Hi Brett, Here are some comments on your proposal. Sorry this took so long. I apologize if any of these comments are out of date (but also look forward to your answers to some of the questions, as they'll help me understand some more of the details of your proposal). Thanks! > Introduction > ///////////////////////////... | https://mail.python.org/pipermail/python-dev/2006-September/068673.html | CC-MAIN-2017-30 | en | refinedweb |
to get the record, and dereference it to get the object reference.
def remove(self, recordID): myRecord = MyObject.selectBy(id=recordID) if myRecord.count(): myRecord = list(myRecord)[0] myRecord.destroySelf() else: #Could not find record with that id.
If there are dependencies, you will have to delete the dependent r... | http://trac.turbogears.org/wiki/SimpleDelete?version=2 | CC-MAIN-2017-30 | en | refinedweb |
Disclaimer
Please note that this is an example on how to do geocoding and Virtual Earth integration. There are probably a lot of different ways to do the same, and this might not work in all areas of the world. I do however think that there is enough information in the post that people can make it work anywhere and the... | https://blogs.msdn.microsoft.com/freddyk/2009/03/18/integration-to-virtual-earth-part-1-out-of-4/ | CC-MAIN-2018-26 | en | refinedweb |
Most web developers know that HTML5 is available and is already supported (though not completely supported in all its features) in the leading browsers. See a summary of new tags and features in HTML5. Internet Explorer 8, Firefox 3.6+, and the latest versions of Safari and Chrome all have strong support for HTML5. Upc... | https://blogs.msdn.microsoft.com/timlee/2010/08/06/working-with-html5-pages-in-webmatrix-and-the-razor-syntax/ | CC-MAIN-2018-26 | en | refinedweb |
Hey guys. I am trying to take a normal queue and change it into a cyclic queue, which basically means that the enqueue operation will make the elements shift to make space if the rear pointer is pointing at the end of the queue.
I am getting an error about a "Missing External Link," but I also am not too sure if I am i... | https://www.daniweb.com/programming/software-development/threads/94451/cyclic-queue | CC-MAIN-2018-26 | en | refinedweb |
Overview
Atlassian Sourcetree is a free Git and Mercurial client for Windows.
Atlassian Sourcetree is a free Git and Mercurial client for Mac.
Intro
This project is based on the concept I used to aggregate Links, Posts, Episodes, etc for This Week In Django's rss feed.
I initially implemented a more "reusable" version ... | https://bitbucket.org/danfairs/django-proxy | CC-MAIN-2018-26 | en | refinedweb |
Red Hat Bugzilla – Bug 55867
7.1 installer failure (after repeated attempts)
Last modified: 2007-04-18 12:38:06 EDT
Description of Problem:
I have been trying to install redhat 7.1 on my Pentium200 class system for
many days, and it invariably fails during part of the install. I now have
an error message which I am ins... | https://bugzilla.redhat.com/show_bug.cgi?id=55867 | CC-MAIN-2018-26 | en | refinedweb |
Android API Demos for Studio
When learning to program Android apps nothing beats seeing working example code. Unfortunately rapid changes in the Android Operating System (OS), and the Google preferred tools, means that it is sometimes hard to find good working samples. (Hence the free Android Studio example projects pr... | https://tekeye.uk/android/examples/android-api-demos-for-studio | CC-MAIN-2018-26 | en | refinedweb |
Red Hat Bugzilla – Bug 7600
installation of 6.1 quits afer "running installer" & "running /sbin/loader"
Last modified: 2015-01-07 18:39:58 EST
Here are, in column format, are the screen messages leading up to the
Signal 11:
Uniform CDROM driver Revision :2.56
Floppy drive(s) : fd0 is 1.44M
FDC0 is a post 1991 82077
md ... | https://bugzilla.redhat.com/show_bug.cgi?id=7600 | CC-MAIN-2018-26 | en | refinedweb |
Indicates the progress of a page load
#include <WebNotificationDelegate.h> virtual void progressNotification(WebFrame* frame ) = 0;
This method is called by the WebView instance each time progress is made in loading the page.
This can be called (using the estimateProgress() method) several times for the same WebView in... | https://www.qnx.com/developers/docs/6.4.1/webkit/dev_guide/progressnotification.html | CC-MAIN-2018-26 | en | refinedweb |
Overview
Atlassian Sourcetree is a free Git and Mercurial client for Windows.
Atlassian Sourcetree is a free Git and Mercurial client for Mac.
This project is now DEPRECATED. Currently there are better alternatives, please use those in new projects.
GlorpenCompassConnectorBundle
The better Compass integration for Symfo... | https://bitbucket.org/glorpen/glorpencompassconnectorbundle | CC-MAIN-2018-26 | en | refinedweb |
This page is a snapshot from the LWG issues list, see the Library Active Issues List for more information and the meaning of New status.
Section: 20.15.4.3 [meta.unary.prop] Status: New Submitter: Hubert Tong Opened: 2015-05-07 Last modified: 2015-08-17
Priority: 3
View other active issues in [meta.unary.prop].
View al... | https://cplusplus.github.io/LWG/issue2496 | CC-MAIN-2019-51 | en | refinedweb |
Addressing many LEDs with a single Arduino
A fun little side project of mine is Arduino C/MRI, a library that lets you easily connect your Arduino projects up to the JMRI layout control software, by pretending to be a piece of C/MRI hardware. Hence the name.
A common problem when using Arduino C/MRI is dealing with lot... | http://www.utrainia.com/45-addressing-many-leds-with-a-single-arduino | CC-MAIN-2019-51 | en | refinedweb |
How to Create A Web App With External API Access using Wix Code
Subscribe On YouTube
Wix.com is a cloud-based website builder that makes it easy to create beautiful, professional website. With the Wix Editor, users are able to arrange and customize any element on their site. Traditionally Wix.com has targeted people wh... | https://codingthesmartway.com/how-to-create-a-web-app-with-external-api-access-using-wix-code/ | CC-MAIN-2019-51 | en | refinedweb |
a version resource or put a TensorFlow SavedModel in a Cloud Storage location that your project can access.
- If you choose to use a version resource for batch prediction, you must create the version with the
mls1-c1-m2machine type.
Set up a:
-. For batch prediction, the version must use the
mls1-c1-m2machine type.
If... | https://cloud.google.com/ml-engine/docs/tensorflow/batch-predict?hl=no | CC-MAIN-2019-51 | en | refinedweb |
General Information
Desktop
Web
Controls and Extensions
Mainteinance Mode
Frameworks and Libraries
General Information
Desktop
Web
Controls and Extensions
Mainteinance Mode
Frameworks and Libraries
BootstrapChartSeriesCollection Class
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v19.2.dll
Decl... | https://docs.devexpress.com/AspNetBootstrap/DevExpress.Web.Bootstrap.BootstrapChartSeriesCollection | CC-MAIN-2019-51 | en | refinedweb |
How to track recently used files and folders (XAML)
[This article is for Windows 8.x and Windows Phone 8.x developers writing Windows Runtime apps. If you’re developing for Windows 10, see the latest documentation]. This:
using Windows.Storage; using Windows.Storage.Pickers; FileOpenPicker openPicker = new FileOpenPick... | https://docs.microsoft.com/en-us/previous-versions/windows/apps/hh972344%28v%3Dwin.10%29 | CC-MAIN-2019-51 | en | refinedweb |
So for many weeks I've debated about what to post here. My colleagues and I have worked pretty hard since the release of Exchange 2000 to document the SMTP Transport stack. So I figured by now everyone knew everything there was to know about setting up SMTP domains for inbound and relay. We covered the topic in the Gre... | https://techcommunity.microsoft.com/t5/Exchange-Team-Blog/Configuring-SMTP-Domains-for-Inbound-and-Relay/ba-p/609935 | CC-MAIN-2019-51 | en | refinedweb |
51877/python-splitting-numpy-2-d-array
For splitting the 2d array,you can use two specific functions which helps in splitting the NumPy arrays row wise and column wise which are split and hsplit respectively .
1. split function is used for Row wise splitting.
2. hsplit function is used for Column wise splitting .
The s... | https://www.edureka.co/community/51877/python-splitting-numpy-2-d-array?show=51878 | CC-MAIN-2019-51 | en | refinedweb |
This reply is a little bit late (just got back from holiday) but I think
it's an important topic and I was wondering if anybody has given this more
thought in the meantime.
With some minor adaptions I think your general description of the usage of
XML namespaces sounds very good.
> -----Original Message-----
> From: Ni... | http://mail-archives.eu.apache.org/mod_mbox/ant-dev/200209.mbox/%3C36E996B162DAD111B6AF0000F879AD1A76BF9F@nts_par1.paranor.ch%3E | CC-MAIN-2019-51 | en | refinedweb |
1 /* 2 * Fimex, UnitsConverterDecl.h 3 * 4 * (C) Copyright 2019, met.no 5 * 6 * Project Info: 7 * 8 * This library is free software; you can redistribute it and/or modify it 9 * under the terms of the GNU Lesser General Public License as published by 10 * the Free Software Foundation; either version 2.1 of the License,... | https://fossies.org/linux/fimex/include/fimex/UnitsConverterDecl.h | CC-MAIN-2019-51 | en | refinedweb |
Porting Dojo Methods to Flash - Part 2 of 3 May 2nd, 2008 at 12:01 am by Mike Wilcox
Adobe recently announced their new Open Screen project, which opens the licensing of the Flash Player and much more.
We’re celebrating this event with a three part series on Dojo and ActionScript and previewing some of the work by the ... | http://www.sitepen.com/blog/2008/05/02/porting-dojo-methods-to-flash-part-2-of-3/ | crawl-001 | en | refinedweb |
This chapter provides a set of design guidelines and techniques you can use to ensure that your Swing GUIs perform well and provide fast, sensible responses to user input. Many of these guidelines imply the need for threads, and sections 11.2, 11.3, and 11.4 review the rules for using threads in Swing GUIs and the situ... | http://java.sun.com/docs/books/performance/1st_edition/html/JPSwingThreads.fm.html | crawl-001 | en | refinedweb |
.
You can download the bits here . The "value-add" package is now called "Futures" and it's available as
Fox nous a TRES brievement annoncer la mis en ligne de la beta 2 de Microsoft Ajax Extension : ASP.NET
Jon: so the other frameworks can use short aliases, but we can't? All $ aliases are shortcuts for a properly nam... | http://weblogs.asp.net/bleroy/archive/2006/11/06/DOM-events-in-the-Microsoft-AJAX-Library.aspx | crawl-001 | en | refinedweb |
This document is also available in these non-normative formats: Single XHTML file, PostScript version, PDF version, ZIP archive, and Gzip'd TAR archive.
Copyright ©2006 may also contain an xsi:schemaLocation attribute that associates this namespace with
the XML Schema at the URI..
On introducing a fallback attribute PR... | http://www.w3.org/TR/xhtml2/xhtml2.html | crawl-001 | en | refinedweb |
What are the disadvantages of lazy evaluation?
Give an example of an expression that evaluates with both eager and lazy evaluation, but takes much longer to evaluate with eager evaluation.
What expressions take longer to evaluate with lazy evaluation than with eager evaluation?
class Thunk: def __init__(self, expr, env... | http://www.cs.virginia.edu/~evans/cs150/classes/class30/notes30.html | crawl-001 | en | refinedweb |
The QTextBrowser class provides a rich text browser with hypertext navigation. More...
#include <qtextbrowser.h>
Inherits QTextEdit.
List of all member functions.
This class extends QTextEdit (in read-only mode), adding some navigation functionality so that users can follow links in hypertext documents. The contents of... | http://doc.trolltech.com/3.3/qtextbrowser.html | crawl-002 | en | refinedweb |
A static member class (or interface) is much like a regular top-level class (or interface). For convenience, however, it is nested within another class or interface. Example 3-8 class or interface is defined as a static member of a containing class, making it analogous to the class fields and methods that are also decl... | http://docstore.mik.ua/orelly/java-ent/jnut/ch03_09.htm | crawl-002 | en | refinedweb |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.