text
stringlengths
20
1.01M
url
stringlengths
14
1.25k
dump
stringlengths
9
15
lang
stringclasses
4 values
source
stringclasses
4 values
sequelize-typescriptsequelize-typescript Decorators and some other features for sequelize (v6). - Installation - Model Definition - Usage - Model association - Indexes - Repository mode - Model validation - Scopes - Hooks - Why () => Model? - Recommendations and limitations InstallationInstallation - this assumes usage...
https://www.npmjs.com/package/sequelize-typescript
CC-MAIN-2021-31
en
refinedweb
from datascience import * import numpy as np import matplotlib.pyplot as plt %matplotlib inline import plotly.express as px Table.interactive_plots() Note: We're not going to be able to work through this entire notebook in lecture; you should definitely review whatever we don't get a chance to finish. Our dataset comes...
http://data94.org/resources/assets/lecture/lec22/lec22.html
CC-MAIN-2021-31
en
refinedweb
Ussuri Series Release Notes¶ 10.2.0-66¶ New Features¶ Adds the ability to override the automatic detection of fluentd_version and fluentd_binary. These can now be defined as extra variables. This removes the dependency of having docker configured for config generation. Adds support for collecting Prometheus metrics fro...
https://docs.openstack.org/releasenotes/kolla-ansible/ussuri.html
CC-MAIN-2021-31
en
refinedweb
#include <wx/filedlg.h> This class represents the file chooser dialog. The path and filename are distinct elements of a full file pathname. If path is wxEmptyString, the current directory will be used. If filename is wxEmptyString, no default filename will be supplied. The wildcard determines what files are displayed i...
https://docs.wxwidgets.org/3.1.5/classwx_file_dialog.html
CC-MAIN-2021-31
en
refinedweb
Something. If you haven’t figured it out already, Apple’s Documentation is trash. If you find a useful piece of documentation from Apple’s website that genuinely helps you on your mission to implement push notifications, I think you should double-check that you’re not dreaming and send me a link because I’d love to see...
https://michaelwashburnjr.com/blog/apple-push-notification-service-certificates
CC-MAIN-2021-31
en
refinedweb
Answered by: How to downgrade Visual Studio for Mac? Question - User2823 posted I need to downgrade from 7.2 to 7.1.5.2 Transitive project.json dependencies are broken in 7.2Tuesday, October 10, 2017 8:46 AM Answers - All replies - User18049 posted You should be able to get previous versions from the account page. What...
https://social.msdn.microsoft.com/Forums/en-US/bcaca47d-d196-4dbc-82a6-440e3022be38/how-to-downgrade-visual-studio-for-mac?forum=xamarinvisualstudio
CC-MAIN-2021-31
en
refinedweb
Version 1.7.2¶ OEChem 1.7.2¶ OEPDBIFlag, OEPDBOFlag, OEMDLOFlag, OEMOPACFlagconstants namespaces are deprecated. New features¶ OEReadMDLQueryFilenow sets the title of the query molecule. OEChem now recognizes the MDL “wavy” bond. An OEBondBasecan be queried for its stereo type by querying its generic data for the OEPro...
https://docs.eyesopen.com/toolkits/java/oechemtk/releasenotes/version1_7_2.html
CC-MAIN-2021-31
en
refinedweb
Data Visualization is a big part of data analysis and data science. In a nutshell data visualization is a way to show complex data in a form that is graphical and easy to understand. This can be especially useful when trying to explore the data and get acquainted with it. Visuals such as plots and graphs can be very ef...
https://re-thought.com/how-to-visualise-data-with-python/
CC-MAIN-2021-31
en
refinedweb
How to Get Active Windows with C#Hello everyone, in this article we are going to make an example application in C# that will get the title of the active windows at that time and record it time by time. Let's get started. Firstly we need to add below library in our namespace: using System.Runtime.InteropServices; Now de...
https://thecodeprogram.com/how-to-get-active-windows-with-c-
CC-MAIN-2021-31
en
refinedweb
So I decided to learn Python. Turns out this computer programming language isn’t so hard (well, until I got this project! :P ). Within seconds, I fell in love with its easy, crisp syntax and its automatic indentation while writing. I was mesmerized when I learned that data structures like lists, tuples and dictionary c...
https://www.freecodecamp.org/news/my-first-python-project-converting-a-disorganized-text-file-into-a-neatly-structured-csv-file-21f4c6af502d/
CC-MAIN-2021-31
en
refinedweb
sahajBERT Collaboratively pre-trained model on Bengali language using masked language modeling (MLM) and Sentence Order Prediction (SOP) objectives. Model description sahajBERT is a model composed of 1) a tokenizer specially designed for Bengali and 2) an ALBERT architecture collaboratively pre-trained on a dump of Wik...
https://huggingface.co/neuropark/sahajBERT
CC-MAIN-2021-31
en
refinedweb
The first thing you need to do is create a connection to the database using the connect method. After that, you will need a cursor that will operate with that connection. Use the execute method of the cursor to interact with the database, and every once in a while, commit the changes using the commit method of the conn...
https://riptutorial.com/python/example/14849/accessing-mysql-database-using-mysqldb
CC-MAIN-2021-31
en
refinedweb
It's been more than 2 years since Hooks API was added to React. Many projects already adopted the new API and there was enough time to see how the new patterns work in production. In this article I am going to walk you through my list of learnings after maintaining a large hooks-based codebase. Learning #1. All standar...
https://practicaldev-herokuapp-com.global.ssl.fastly.net/justboris/popular-patterns-and-anti-patterns-with-react-hooks-4da2
CC-MAIN-2021-31
en
refinedweb
Hello, readers! In this article, we will be focusing on 4 Easy Ways to Perform Random Sampling in Python NumPy. So, let us get started! 🙂 Random Sampling, to give an overview, is actually selecting random values from the defined type of data and present them to be in further use. In the course of this topic, we will b...
https://www.askpython.com/python/random-sampling-in-numpy
CC-MAIN-2021-31
en
refinedweb
NAME Tk_CreateTimerHandler, Tk_DeleteTimerHandler - call a procedure at a given time SYNOPSIS #include <tk.h> Tk_TimerToken Tk_CreateTimerHandler(milliseconds, proc, clientData) Tk_DeleteTimerHandler(token) ARGUMENTS - int milliseconds (in) How many milliseconds to wait before invoking proc. - Tk_TimerProc *proc (in) P...
https://metacpan.org/dist/Tk/view/pod/pTk/TimerHndlr.pod
CC-MAIN-2021-31
en
refinedweb
Hide/Unhide Non-Bookmarked Lines Hello, Is there any way to hide and unhide all non-bookmarked lines? Thank you - Ekopalypse last edited by afaik, not as builtin feature. A possible solution might be to use a scripting language plugin and some code similar to the pythonscript below. from Npp import editor bookmark_mask...
https://community.notepad-plus-plus.org/topic/19019/hide-unhide-non-bookmarked-lines
CC-MAIN-2021-31
en
refinedweb
expo-batteryprovides battery information for the physical device (such as battery level, whether or not the device is charging, and more) as well as corresponding event listeners. expo install expo-battery If you're installing this in a bare React Native app, you should also follow these additional installation instruc...
https://docs.expo.io/versions/v39.0.0/sdk/battery/
CC-MAIN-2021-31
en
refinedweb
When Python programs create threads, each thread shares the same global memory as every other thread. Usually, but not always, multiple threads can safely read from shared resources without issue. Threads writing to shared resources are a different story because one thread could potentially overwrite the work of anothe...
https://stonesoupprogramming.com/tag/_thread/
CC-MAIN-2021-31
en
refinedweb
The namespace for Wt. More... The namespace for Wt. List of indexes. The list is defined as std::vector<WModelIndex>. Enumeration that specifies a horizontal or a vertical alignment. The vertical alignment flags are AlignBaseline, AlignSub, AlignSuper, AlignTop, AlignTextTop, AlignMiddle, AlignBottom and AlignTextBotto...
https://webtoolkit.eu/wt/wt3/doc/reference/html/namespaceWt.html
CC-MAIN-2021-31
en
refinedweb
PseudoObjectExpr - An expression which accesses a pseudo-object l-value. More... #include "clang/AST/Expr.h" PseudoObjectExpr - An expression which accesses a pseudo-object l-value. A pseudo-object is an abstract object, accesses to which are translated to calls. The pseudo-object expression has a syntactic form, which...
http://clang.llvm.org/doxygen/classclang_1_1PseudoObjectExpr.html
CC-MAIN-2018-43
en
refinedweb
This class encapsulates the compliant contact model force computations as described in detail in Compliant Contact in Drake. More... #include <drake/attic/multibody/rigid_body_plant/compliant_contact_model.h> This class encapsulates the compliant contact model force computations as described in detail in Compliant Cont...
http://drake.mit.edu/doxygen_cxx/classdrake_1_1systems_1_1_compliant_contact_model.html
CC-MAIN-2018-43
en
refinedweb
Registers a default library pathname with a runtime. Syntax #include <prlink.h> PRStatus PR_SetLibraryPath(const char *path); Parameters The function has this parameter: path - A pointer to a character array that contains the directory path that the application should use as a default. The syntax of the pathname is not...
https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSPR/Reference/PR_SetLibraryPath
CC-MAIN-2018-43
en
refinedweb
Alternative Logging Frameworks for Application Servers: WildFly Alternative Logging Frameworks for Application Servers: WildFly Join the DZone community and get the full member experience.Join For Free The Future of Enterprise Integration: Learn how organizations are re-architecting their integration strategy with data...
https://dzone.com/articles/alternative-logging-frameworks-0
CC-MAIN-2018-43
en
refinedweb
On Sun, 23 Nov 1997, Roy T. Fielding wrote: > >LocationMatch/Location do collapse double slashes, but I consider this to > >be a bug. They are documented to work in the URI space, not in the > >filespace. > > Yep, that's a bug. Dean's analysis matches what I would have said. > >RFC1738, RFC1808, and Roy's new draft app...
http://mail-archives.apache.org/mod_mbox/httpd-dev/199711.mbox/%3CPine.GSO.3.96.971124092846.1197E-100000@elect6.jrc.it%3E
CC-MAIN-2018-43
en
refinedweb
TestCafe 为现代web开发堆栈提供自动化的跨浏览器测试TestCafe 为现代web开发堆栈提供自动化的跨浏览器测试。它是一个纯NodeJS的web应用程序测试解决方案。它负责所有的阶段:启动浏览器,运行测试,收集测试结果并生成报告 v0.21.0 AndreyBelym released this v0.21.0 (2018-8-2) Enhancements ⚙️ Test Web Pages Served Over HTTPS (#1985) Some browser features (like Service Workers, Geolocation API, ApplePaySession, or SubtleC...
https://www.ctolib.com/article/releases/19651
CC-MAIN-2018-43
en
refinedweb
- Advertisement deadlydogMember Content Count446 Joined Last visited Community Reputation170 Neutral About deadlydog - RankMember Can't See Any Smoke Using Dynamic Particle System Framework (DPSF) deadlydog replied to CoOlDud3's topic in General and Gameplay ProgrammingI have posted a response to your question at. Reco...
https://www.gamedev.net/profile/29587-deadlydog/
CC-MAIN-2018-43
en
refinedweb
Is it possible to pass a function name as a template parameter? Here's an abstraction of what I'm trying to do. Another possible complication is that I'm trying to assign a default function that is part of a namespace: Code:namespace foo{ void fighter(); } template <function = foo::fighter> class a_class;
http://cboard.cprogramming.com/cplusplus-programming/109170-function-name-template-parameter.html
CC-MAIN-2016-30
en
refinedweb
.tags.bsf; 17 18 /*** Describes the Taglib. This class could be generated by XDoclet 19 * 20 * @author <a href="mailto:jstrachan@apache.org">James Strachan</a> 21 * @version $Revision: 155420 $ 22 */ 23 public class JythonTagLibrary extends BSFTagLibrary { 24 25 public JythonTagLibrary() { 26 setLanguage( "jython" ); 2...
http://commons.apache.org/proper/commons-jelly/libs/bsf/xref/org/apache/commons/jelly/tags/bsf/JythonTagLibrary.html
CC-MAIN-2016-30
en
refinedweb
is analogous to the Oracle JDeveloper Property Inspector. You can create and register custom property panels for a component, populate them with component properties, and display them as tabs along with the default tabs in the Component Properties dialog. The process of configuring custom property panels includes crea...
http://docs.oracle.com/cd/E25178_01/webcenter.1111/e10148/jpsdg_page_editor_adv.htm
CC-MAIN-2016-30
en
refinedweb
32 import org.apache.http.annotation.Immutable; 33 34 /** 35 * Signals failure to establish connection using an unknown protocol scheme. 36 * 37 * @since 4.3 38 */ 39 @Immutable 40 public class UnsupportedSchemeException extends IOException { 41 42 private static final long serialVersionUID = 3597127619218687636L; 43 ...
http://hc.apache.org/httpcomponents-client-4.3.x/httpclient/xref/org/apache/http/conn/UnsupportedSchemeException.html
CC-MAIN-2016-30
en
refinedweb
PostGIS is a geospatial extension to PostgreSQL which gives a bunch of functions to handle geospatial data and queries, e.g. to find points of interest near a certain location, or storing a navigational route in your database. You can find the PostGIS documentation here. In this example, I’ll show how to create a locat...
http://www.codeproject.com/Articles/312398/Creating-a-location-aware-website-using-Ruby-on-Ra?fid=1677668&df=10000&mpp=10&sort=Position&spc=None&tid=4444296&noise=1&prof=True&view=Expanded
CC-MAIN-2016-30
en
refinedweb
I bet this will be an easy diagnosis but I can't seem to find why I am getting a NullPointerException. I used to make things like this all the time so it's extra weird. Any help will be appreciated. import java.util.Scanner; public class Main { private static Scanner input = new Scanner(System.in); private static Strin...
http://www.javaprogrammingforums.com/whats-wrong-my-code/30934-nullpointerexception-how.html
CC-MAIN-2016-30
en
refinedweb
C Sharp for Beginners/Inheritance As this is about getting started programming, we don't want to confuse you with too much complicated stuff. You may sometimes see classes declared like this: class MyClass : Form { ...// } instead of just like this class MyClass { ...// } People Inheritance It is common for You to inhe...
https://en.wikibooks.org/wiki/C_Sharp_for_Beginners/Inheritance
CC-MAIN-2016-30
en
refinedweb
> Sorry for being picky, but while your derivative factory > function follows the mathematical definition, it is not the > "best" way to do it numerically. The preferred way is: > > def derivative(f): > """ > Factory function: accepts a function, returns a closure > """ > def df(x, h=1e-8): > return (f(x + h/2) - f(x -...
https://mail.python.org/pipermail/edu-sig/2005-March/004593.html
CC-MAIN-2016-30
en
refinedweb
pyexpect 1.0.2. (If someting important.equals(23) Matchers also have many aliasses defined to enable you to write the expectations in a natural way: expect(True).is_.true() expect(True).is_true() expect(True).is_equal(True) expect(True) == True expect(raising_calable).raises() expect(raising_calable).to_raise() Choose ...
https://pypi.python.org/pypi/pyexpect/1.0.2
CC-MAIN-2016-30
en
refinedweb
What am I doing wrong here? I've tried this in the main, I've tried it in a function using a return statement, and here is my attempt to pass a pointer to a character (a math operator--this is supposed to be a calculator program) into a loop. It goes in the first time, but then after that it ignores the input of the ch...
http://cboard.cprogramming.com/c-programming/3202-scanf-char-doesn't-work-loop-printable-thread.html
CC-MAIN-2016-30
en
refinedweb
java.lang.Object com.bea.content.loader.bulk.BulkLoadercom.bea.content.loader.bulk.BulkLoader public class BulkLoader The Content Manager bulk loader application. This class will scan the local file system for files to load via the content manager. BulkLoader has limited use when loading against a Library Services Enab...
http://docs.oracle.com/cd/E26806_01/wlp.1034/e14255/com/bea/content/loader/bulk/BulkLoader.html
CC-MAIN-2016-30
en
refinedweb
To recap, I am in the process of migrating this site from ASP.NET Web Forms to the MVC platform. Along with the change in server-side approach, I am also applying the Entity Framework to help with my data access layer. The previous article looked at functionality within the content management system to add articles to ...
http://www.mikesdotnetting.com/article/110/asp-net-mvc-entity-framework-modifying-one-to-many-and-many-to-many-relationships
CC-MAIN-2016-30
en
refinedweb
Annotation The article will familiarize developers of application software with tasks set before them On default by operating system in the article Windows is meant. By 64-bit systems x86-64 (AMD64) architecture is understood. By the development environment – Visual Studio 2005/2008. You may download demo sample which ...
http://www.gamedev.net/page/resources/_/technical/general-programming/development-of-resource-intensive-applications-r2496
CC-MAIN-2016-30
en
refinedweb
To enable more interoperability scenarios, Microsoft has released today. In this post, we’ll take a look at the latest releases of two open source tools that help PHP developers implement OData producer support quickly and easily on Windows and Linux platforms: - The OData Producer Library for PHP, an open source serve...
https://blogs.msdn.microsoft.com/interoperability/2012/02/09/open-source-odata-tools-for-mysql-and-php-developers/
CC-MAIN-2016-30
en
refinedweb
adammw Wrote:Hi, Reading though the general Internet and these forums I have seen many references to different patches, modifications and problems related to RTMP. My questions are: How currently is rtmp implemented in xbmc (or at least will be by 10.05)? Is it based on rtmpdump's librtmp or a different librtmp? Is it ...
http://forum.kodi.tv/showthread.php?tid=76914&pid=566671
CC-MAIN-2016-30
en
refinedweb
In Oracle Communications Network Integrity, processor entities are the building-blocks for actions, as they implement atomic sub-functions for actions. For example, an SNMP processor is included in an action to poll network devices; a modeler processor is included in an action to model raw SNMP data from a network devi...
http://docs.oracle.com/cd/E23717_01/doc.71/e23701/dev_proc_general.htm
CC-MAIN-2016-30
en
refinedweb
Pier Fumagalli wrote: >). try clicking on "" > For blocks, though, do we want to have them to point at something (like > the block descriptor, or the home page) or shall we ignore for now? we *MUST* be able to serve stuff from our URI block identifiers from the future. it's actually the whole point in having http: base...
http://mail-archives.apache.org/mod_mbox/cocoon-dev/200403.mbox/%3C406B006C.9080805@apache.org%3E
CC-MAIN-2016-30
en
refinedweb
Sending e-mails in the .NET Framework 2.0 is about the same as in version 1.x. There are just a couple of variations. First, all the functionality is within the new System.Net.Mail namespace. The System.Web.Mail namespace, wich was used in the 1.x frameworks is now considered obsolete. Lets get right to the code. It's ...
http://www.developerfusion.com/code/5456/sending-authenticated-emails-in-net-20/
CC-MAIN-2016-30
en
refinedweb
/* pwd.c - Try to approximate UN*X's getuser...() functions under MS-DOS. Copyright (C) 1990 by Thorsten Ohl, td12@ddagsi3.bit. */ /* This 'implementation' is conjectured from the use of this functions in the RCS and BASH distributions. Of course these functions don't do too much useful things under MS-DOS, but using t...
http://opensource.apple.com/source/cvs/cvs-30/cvs/macintosh/pwd.c
CC-MAIN-2016-30
en
refinedweb
Version Introduced: ODBC 1.0 Standards Compliance: Open Group SQLColumns returns the list of column names in specified tables. The driver returns this information as a result set on the specified StatementHandle. SQLRETURN SQLColumns( SQLHSTMT StatementHandle, SQLCHAR * CatalogName, SQLSMALLINT NameLength1, SQLCHAR * S...
http://msdn.microsoft.com/en-us/library/ms711683(VS.85).aspx
crawl-002
en
refinedweb
The Metafile class provides methods for recording and saving metafiles. The Encoder class enables users to extend GDI+ to support any image format. The PropertyItem class provides methods for storing and retrieving metadata in image files. Classes within the System.Drawing.Imaging namespace are not supported for use wi...
http://msdn.microsoft.com/en-us/library/system.drawing.imaging(VS.80).aspx
crawl-002
en
refinedweb
XML Glossary December 1999 Because XML is so important across the industry, Microsoft Corp. put together this quick cheat sheet for you to keep handy when you're writing about XML and related technologies. The following definitions are designed to give you an understanding of what these products and technologies are an...
http://www.microsoft.com/presspass/features/2000/01-03xmlglossary.mspx
crawl-002
en
refinedweb
Windows Communication Foundation From the Inside Some tips for building support for versioning into the naming of data contracts. First, the primary route for versioning should be through the namespace part of the contract rather than the member name part of the contract. Versioning the contract through member names te...
http://blogs.msdn.com/drnick/archive/2008/07/11/naming-contracts-for-versioning.aspx
crawl-002
en
refinedweb
[Blog:p> <w:r> <w:t>abcdefghi</w:t> </w:r> </w:p> If we select “def” in the above text, and add a comment, the markup changes to look like this: <w:t>abc</w:t> <w:commentRangeStart w: <w:t>def</w:t> <w:commentRangeEnd w: <w:rPr> <w:rStyle w: </w:rPr> <w:commentReference w: <w:t>ghi</w:t>; using System.Collections.Gener...
http://blogs.msdn.com/ericwhite/
crawl-002
en
refinedweb
There are many .NET Memory Performance Counters and this is meant to give you some guidelines in interpreting the counter data and how to correlate them. This assumes you have a basic understanding of GC. First thing you may want to look at is “% Time in GC”. This is the percentage of the time spent in GC since the end...
http://blogs.msdn.com/maoni/archive/2004/06/03/148029.aspx
crawl-002
en
refinedweb
Silverlight - Layout, Controls and Other Stuff In a previous post, I introduced the Snapper element, which is a UserControl subclass that snaps its Content to an integer pixel. Now I'll show how to implement snapping as an attached behavior using a custom attached DependencyProperty. To use the Snapper element, you put...
http://blogs.msdn.com/devdave/archive/2008/06/22/Using-an-Attached-DependencyProperty-to-Implement-Pixel-Snapping-as-an-Attached-Behavior.aspx
crawl-002
en
refinedweb
Introduction Integrating external applications with SharePoint data and functionality is pretty easy, but the documentation is scattered, so I thought it might be helpful to provide a complete solution that covers a few main scenarios. I’ve used the SharePoint web services to provide a custom search interface and to po...
http://blogs.msdn.com/paulwhit/
crawl-002
en
refinedweb
Aaron Skonnard, Pluralsight October 2008.. Figure 1: Some common HTTP methods GET Requests a specific representation of a resource Yes PUT Create or update a resource with the supplied representation No DELETE Deletes the specified resource Submits data to be processed by the identified resource HEAD Similar to GET but...
http://msdn.microsoft.com/en-us/library/dd203052.aspx
crawl-002
en
refinedweb
For exception families (ex: System.Net namespace), the steps are very similar. One thing to be aware of, changing the options for an exception family (ex: System.IO) will change the setting for all nodes beneath it (ex: System.IO.FileNotFoundException) to match. Note: If you are debugging Smart Device (NetCF) projects ...
http://blogs.msdn.com/davidklinems/archive/2005/07/19/440632.aspx
crawl-002
en
refinedweb
Monopoly From Uncyclopedia, the content-free encyclopedia. - This article is about the popular Parka Brothas board game about trading real estate. For the Wilde Brothas board game about trading Uncyclopedia namespaces, see Uncyclopoly. A popular board game, Monopoly was allegedly invented by Kim Jong Il, but more likel...
http://uncyclopedia.wikia.com/wiki/Monopoly
crawl-002
en
refinedweb
David Ebbo's blog - The Ebb and Flow of ASP.NET To get the latest build of T4MVC:. This is similar to the RedirectToAction/ActionLink support, but applied to route creation. The original Nerd Dinner routes look like this: routes.MapRoute( "UpcomingDinners", "Dinners/Page/{page}", new { controller = "Dinners", action = ...
http://blogs.msdn.com/davidebb/
crawl-002
en
refinedweb
Summary: Learn how to create a custom activity for Microsoft Office SharePoint Server 2007 to send an e-mail message that has an attachment. Applies to: Microsoft Office SharePoint Server 2007, Microsoft Visual Studio 2008 Mike Rand, 3Sharp June. public partial class SendMailWithAttachmentActivity : Activity { … Now yo...
http://msdn.microsoft.com/en-us/library/cc627284.aspx
crawl-002
en
refinedweb
Adi Oltean's Weblog - Flashbacks on technology, programming, and other interesting things Let's assume that you want is to write some simple code that writes to a text file. A few assumptions:1) You need avoid corruptions of any kind. 2) Either all of your writes have to make it to the disk, or none of them. 3) The fil...
http://blogs.msdn.com/adioltean/archive/2005/12/28/507866.aspx
crawl-002
en
refinedweb
This. Navigate to the solution file (*.sln), and double-click it. By default, the solution files are copied to the following folders: C:\Program Files\Windows Mobile 6 SDK\Samples\PocketPC\CS\WebCrawler C:\Program Files\Windows Mobile 6 SDK\Samples\PocketPC\CS\WebCrawler Microsoft Visual Studio 2005 launches and loads ...
http://msdn.microsoft.com/en-us/library/bb158791.aspx
crawl-002
en
refinedweb
This column shows you how to secure the .NET Services Bus and also provides some helper classes and utilities to automate many of the details. Juval Lowy MSDN Magazine July 2009 Read more! This is Part 1 of a multipart article series on Windows 7. This article is about the new user profile storage concept in Windows 7,...
http://msdn.microsoft.com/en-us/magazine/cc301838.aspx
crawl-002
en
refinedweb
Creates. The command line to be executed. The maximum length of this string is 32,768 terminating null character to the command-line string to separate the file name from the arguments. This divides the original string into two strings for internal/2000: The ACLs in the default security descriptor for a process come fr...
http://msdn.microsoft.com/en-us/library/ms682425(VS.85).aspx
crawl-002
en
refinedweb
This article is an excerpt from Programming Microsoft Office Business Applications by Steve Fox, Rob Barker, Paul Stubbs, Joanna Bichsel, and Erika Ehrli Cabral, from Microsoft Press (ISBN 9780735625365, copyright Microsoft Press. Contents Workflow Processes in the Real World Introduction to Workflow in the 2007 Micros...
http://msdn.microsoft.com/en-us/library/cc534997.aspx
crawl-002
en
refinedweb
. If you would like to receive an email when updates are made to this post, please register here RSS: Alright, I understand your point. I can smell my cortext burning. :) Jomo Fisher--Reading one of my favorite blogs this morning--Eric Lippert's Fabulous Adventures in Coding--I You argue for the efficiency of this solu...
http://blogs.msdn.com/ericlippert/archive/2007/12/10/immutability-in-c-part-four-an-immutable-queue.aspx
crawl-002
en
refinedweb
By default, Microsoft Office SharePoint Server 2007 provides the Microsoft Single Sign-On (SSO) service for storage and mapping of credentials for use in connecting with third-party or back-end systems. Many companies already have developed an in-house credential storage system or use a solution other than the Microsof...
http://msdn.microsoft.com/en-us/library/ms566925.aspx
crawl-002
en
refinedweb
Win32, Fusion, CLR, .Net Framework, and others One of the most common Deny Of Service (DOS) attack in Windows is kernel object name squatting. For example, two processes want to access some shared resources. In order to keep the integrality of the shared resources, the two processes will cooperate by waiting on a named...
http://blogs.msdn.com/junfeng/archive/2006/04/23/581161.aspx
crawl-002
en
refinedweb
Index Links to LINQ This. If you would like to receive an email when updates are made to this post, please register here RSS You've been kicked (a good thing) - Trackback from DotNetKicks.com Couple of questions for you: Can a type param be both in and out so would the following be allowed: public interface ICopier<in ...
http://blogs.msdn.com/charlie/archive/2008/10/27/linq-farm-covariance-and-contravariance-in-visual-studio-2010.aspx
crawl-002
en
refinedweb
Adi Oltean's Weblog - Flashbacks on technology, programming, and other interesting things A friend of mine who works in the Indigo team sent me a link to the latest documentation on Indigo: The how-to section on self-hosted services caught my attention. Now, it is possible to expose a secure Web service hosted in your ...
http://blogs.msdn.com/adioltean/archive/2005/03/16/397001.aspx
crawl-002
en
refinedweb
Everything that is related to application development, and other cool stuff... Microsoft ASP.NET AJAX comes with a new method for getting a reference to an object representing an element on the page, e.g. input control, button, etc. -- $get. However, you might notice that there is another function that appears to do sa...
http://blogs.msdn.com/irenak/archive/2007/02/19/sysk-290-asp-net-ajax-get-vs-find.aspx
crawl-002
en
refinedweb
! I have an xls file created and i want toopen it add new sheet in existing file and save the xls file is there any one who can help me in this? Hi Erika, I am developing an Excel Add-In in Visual Studio 2005 (C#) for Excel XP and higher. I read somewhere that I need to explicitly release all objects even the Range obj...
http://blogs.msdn.com/erikaehrli/archive/2005/10/27/excelmanagedautofiltering.aspx
crawl-002
en
refinedweb
Evan's Weblog of Tech and Life Server2004-10-19T03:02:00ZNew location same old content more or less :-)<P><FONT face=Tahoma size=2>If.</FONT></P> <P><FONT face=Tahoma size=2 :-)</FONT></P> <P><FONT face=Tahoma size=2></FONT> </P><img src="" width="1" height="1">EvanF & Observation<p><font face="Tahoma"><font size="2">I...
http://blogs.msdn.com/evanf/atom.xml
crawl-002
en
refinedweb
Gilbert Corrales and I metup last week here at Redmond and he and I were talking to about how I wanted to make use of an EventDispatcher approach to routing events around the code base (the analogy we came up with was "the difference between a cough and a sneeze" - well maybe not a sneeze heh). EventDispatcher then lea...
http://blogs.msdn.com/msmossyblog/archive/2008/06/24/silverlight-how-to-write-your-own-eventdispatcher.aspx
crawl-002
en
refinedweb
Ron Jacobs Enterprise Services Updated January 2003 Applies To: Microsoft Windows Server 2003 Microsoft Windows Enterprise Services Summary: This article discusses the improvements to COM+ on Microsoft Windows Server 2003 and how .NET developers using Microsoft Windows Enterprise Services can take advantage of these en...
http://msdn.microsoft.com/en-us/library/ms952392.aspx
crawl-002
en
refinedweb
MSDN Site Manager Blogs Laurie Moloney Visual Studio, Windows Vista Kerby Kuykendall Visual Basic, Visual C# John Boylan Visual C++ Erika Ehrli Office Eric Brandt .NET Framework, ASP.NET Your Host All of my postings are provided "AS IS" with no warranties, and confer no rights. The Windows SDK is available for customer...
http://blogs.msdn.com/ericbrandt/
crawl-002
en
refinedweb
NAMEauto tcl_startOfNextWord str start tcl_startOfPreviousWord str start tcl_wordBreakAfter str start tcl_wordBreakBefore str start procedures command source [file join [info library] init.tcl] auto_mkindex command. If cmd is found in an index file, then the appropriate script is evaluated to create the command. The au...
http://linux.about.com/library/cmd/blcmdln_auto_load.htm
crawl-002
en
refinedweb
Localization is the customization of applications for a given culture or locale. Localization consists primarily of translating the user interface into the language of a particular culture or locale. Localizing an application involves creating a separate set of resources (such as strings and images) that are appropriat...
http://msdn.microsoft.com/en-us/library/cc838238(VS.95).aspx
crawl-002
en
refinedweb
This chapter focuses on key Microsoft Application Center 2000 (Application Center) activities—keeping cluster configuration settings and content synchronized and deploying content. Detailed information is provided about each of the features as they are used, including set up and configuration tips. You'll also get an i...
http://technet.microsoft.com/en-us/library/bb734911.aspx
crawl-002
en
refinedweb
Summary: Review the recommended best practices for developing forms-based applications in Microsoft Office Groove 2007. (11 printed pages) Joshua Mahoney, Microsoft Corporation Josh Goldman, Microsoft Corporation November 2007 Applies to: Microsoft Office Groove 2007 Contents: Using Scripts in the Groove Forms Tool Usi...
http://msdn.microsoft.com/en-us/library/bb894664.aspx
crawl-002
en
refinedweb
Provides authorization access checking for service operations. Public Class ServiceAuthorizationManager Dim instance As ServiceAuthorizationManager public class ServiceAuthorizationManager public ref class ServiceAuthorizationManager This class is responsible for evaluating all policies (rules that define what a user i...
http://msdn.microsoft.com/en-us/library/system.servicemodel.serviceauthorizationmanager.aspx
crawl-002
en
refinedweb
Roger Wolter Microsoft Corporation May 2001 Summary: This. (16 printed pages) Contents Introduction What Is SOAP? What Is WSDL? Building A Simple Client Application Next Steps The SOAPClient Object Mssoapinit Method ClientProperty Property ConnectorProperty Property Detail Property HeaderHandler (SOAPClient) Faultactor...
http://msdn.microsoft.com/en-us/library/ms997641.aspx
crawl-002
en
refinedweb
WelcomeDimEndEnd If' Set up the PresentParameters which determine how the device behavesDim presentParams As New PresentParameters()presentParams.SwapEffect = SwapEffect.Discard' Make sure we are in windowed mode when we are debugging#If DEBUG Then presentParams.Windowed = True#End If' Now create the devicedevice = New...
http://blogs.msdn.com/coding4fun/archive/2006/11/03/940223.aspx
crawl-002
en
refinedweb
Inspired by a few recent posts I’ve run across ( and). I decided to write a simple threading library so, I can run the Erlang ring benchmark in C#. Here is the code of the ring benchmark itself, it uses my own ThreadIterators library which I’ll get around to posting one day once I clean it up a bit. 1: using System.Co...
http://blogs.msdn.com/daniwang/
crawl-002
en
refinedweb
If you're writing a custom control, it's nice to be able to lock off the controls collection from the outside world. The first place one might think of going to accomplish this is the "Controls" property off of System.Windows.Forms.Control. Unfortunately, this is not a virtual property. But wait! Not all hope is lost -...
http://blogs.msdn.com/jfoscoding/articles/450843.aspx
crawl-002
en
refinedweb
Vesa "vesku" Juvonen"Circumstances may cause interruptions and delays, but never lose sight of your goal." Server2007-03-23T11:28:00ZWCM enabled collaboration sites<p>Usually collaboration sites (team sites) and WCM functionalities (publishing sites) are seen as two totally separate functionalities provided by SharePoi...
http://blogs.msdn.com/vesku/atom.xml
crawl-002
en
refinedweb
. For those of you interested in the policies/politics side of file formats, I've seen a couple folks point out this bill currently in place in Texas () As all of you know by now, I think it's very cool to see this attention being paid to file formats, and the importance they play in all of our lives. I've been working...
http://blogs.msdn.com/brian_jones/archive/2007/02/06/texas-looks-at-the-interoperability-of-file-formats.aspx
crawl-002
en
refinedweb
Channel Definition Format (CDF) files give Web authors another way to organize their sites. The hierarchical structure of CDF files makes it easy to offer users a meaningful subset of a site's contents. Microsoft Active Channel technology, which is supported by Microsoft Internet Explorer 4.0 or later, is one implement...
http://msdn.microsoft.com/en-us/library/aa768024(VS.85).aspx
crawl-002
en
refinedweb
Scott Mitchell April 2004 Applies to Microsoft ASP.NET Microsoft Internet Information Services Summary: Learn how to provide templated URL driven content with HTTP Handlers, using three real-world scenarios presented in this article. (29 printed pages) Download the source code for this article. Introduction Routing Req...
http://msdn.microsoft.com/en-us/library/ms972953.aspx
crawl-002
en
refinedweb
Charlie Russel Microsoft MVP for Server 2003 Interoperability Abstract This paper describes the features and benefits of Microsoft® Windows® Services for UNIX (SFU) 3.5, the award-winning interoperability toolkit from Microsoft. SFU enables Windows and UNIX clients and servers to share network resources, integrates acc...
http://technet.microsoft.com/en-us/library/bb463212.aspx
crawl-002
en
refinedweb
. At this point, we're getting really close to PDC and I can't wait. At PDC, I'm going to go through some examples of the new formats in all three applications (Word, Excel, and PowerPoint). I'll continue to talk about Office 2003 as well, but there will be more focus on the 12 formats from that point on. That's still ...
http://blogs.msdn.com/brian_jones/archive/2005/08/25/456298.aspx
crawl-002
en
refinedweb
I left one thing unsaid in the serialization rules and Aaron's sharp eyes caught it promptly. As he mentioned in his blog, mixing interface programming model (such as IXmlSerializable or ISerializable) with DataContract programming model is disallowed in V1. Here is an example of such a class. [DataContract] public cla...
http://blogs.msdn.com/sowmy/archive/2006/05/14/597476.aspx
crawl-002
en
refinedweb
Algorithms, functional programming, CLR 4.0, and of course, F#! With.. PingBack from Hi Chris, thanks, for this example. VS 2008, F# 1.9.6.0. Just downloaded, unzipped, Built... Error 1 The tag 'TankGame' does not exist in XML namespace 'clr-namespace:BurnedLandGame;assembly=BurnedLandGame'. Line 8 Position 4. C:\Users...
http://blogs.msdn.com/chrsmith/archive/2008/09/04/simple-f-game-using-wpf.aspx
crawl-002
en
refinedweb
He's not as angry as he looks People have been discovering that the VS Team System profiler can collect allocation data for an application. It isn't long after that they discover that it only works on managed code, not native. Sadly, the documentation is not clear on this. The memory alloction profiling support in VSTS...
http://blogs.msdn.com/angryrichard/default.aspx
crawl-002
en
refinedweb
Max Feingold's blog PDC05 The other day I mentioned some of the issues surrounding the appropriate scenarios for atomic transactions deployment. I also mentioned the compensating model for long-running activities. Choosing between these models inside distributed applications is a common dichotomy when building real-lif...
http://blogs.msdn.com/esperpento/default.aspx
crawl-002
en
refinedweb
Designing Reusable Frameworks! If you would like to receive an email when updates are made to this post, please register here RSS Thank you for just referring to lambda expressions as a shorthand for anonymous delegates. It drove me nuts trying to grasp the concept early on due to all the space dedicated to the origins...
http://blogs.msdn.com/kcwalina/archive/2008/03/12/8178467.aspx
crawl-002
en
refinedweb
This year at Tech·Ed 2005 in Orlando, FL, USA we will not only have individual sessions covering internationalization, but a whole virtual track! We have everything from pre-conference sessions covering the basics for someone getting started to in-depth technical sessions about new Whidbey features. I'll be talking abo...
http://blogs.msdn.com/achimr/
crawl-002
en
refinedweb
I've been reading a few comments and questions floating around in the Silverlight ethos around DataBinding and basically the how. The most common examples I've seen usually show the Binding capabilities within XAML but don't really break open the "code-behind" or more to the point, "how to bind to a custom model with c...
http://blogs.msdn.com/msmossyblog/archive/2008/06/21/silverlight-how-to-bind-controls-to-your-own-custom-model.aspx
crawl-002
en
refinedweb
Basetypes, Collections, Diagnostics, IO, RegEx... I see a lot of complaints about counters in the Logical Disk/Physical Disk categories always returning zero when you try to read them. Specifically, using PerformanceCounter.NextValue with these counters always returns zero: % Disk Read Time % Disk Write Time % Idle Tim...
http://blogs.msdn.com/bclteam/archive/2005/03/15/395986.aspx
crawl-002
en
refinedweb
David Chappell Chappell & Associates September 2006 Applies to: Windows Vista Windows Presentation Foundation Microsoft .NET Framework 3.0 Summary: The primary goal of Windows Presentation Foundation (WPF) is to help developers create attractive and effective user interfaces. Learn how the WPF unified platform helps ma...
http://msdn.microsoft.com/en-us/library/aa663364.aspx
crawl-002
en
refinedweb
Management, Building Manageable Applications, Design for Operations, WMI, DSI, MMC, VSMMD and of course Windows Powershell 1st grab the Visual Studio Templates from. There are VB.NET and C# ones. (yes i did say VB.NET) Now thats downloading i'm going to walk through building, installing and running a Windows PowerShell...
http://blogs.msdn.com/daiken/archive/2007/02/07/creating-a-windows-powershell-cmdlet-using-the-visual-studio-windows-powershell-templates.aspx
crawl-002
en
refinedweb
Expect to find here about .Net, latest Microsoft technologies, some non Microsoft technologies and a lot more about ME :) Well, not really gruelsome, but its definitely interesting.I had a small demo of AJAX working with ASP.net 2.0 and of course - it works :). AJAX (Asynchronous Javascript and XML) is not really a tec...
http://blogs.msdn.com/sanket/archive/2006/07/06/657783.aspx
crawl-002
en
refinedweb