text
stringlengths
454
608k
url
stringlengths
17
896
dump
stringclasses
91 values
source
stringclasses
1 value
word_count
int64
101
114k
flesch_reading_ease
float64
50
104
Hello guys, I'm really stumped on this assignment. What I need to do is make a triangle's height based on the number entered by the user. So if the user enteres 4, the output would be this: $ $$ $$$ $$$$ And I can't figure out how to do that. What I have so far will print '$' down the screen. If I enter '4', it will pr...
https://www.daniweb.com/programming/software-development/threads/312381/help-with-printing-a-triangle-s-height-based-on-the-number-entered
CC-MAIN-2017-09
refinedweb
200
52.8
Windows versus Apple On 09/10/2013 at 01:51, xxxxxxxx wrote: When developing plugins I know the main difference is file naming and the use of 'escape' characters. Are there any other issue I should be aware of? I get a strange error when using the plugin on a Mac, no issue on Windows. E.g. TypeError: Sized() takes exac...
https://plugincafe.maxon.net/topic/7482/9313_windows-versus-apple/1
CC-MAIN-2019-18
refinedweb
251
72.46
I’ve recently had a chance to write a Google Maps control for EPiServer, it’s still somewhat buggy and I’m still considering how to release it since it still contains some java script that is potentially GPL infected and I would not like to contaminate someone’s code with it. I may end up rewriting it to some extent or...
https://blog.najmanowicz.com/2007/03/23/google-map-control-and-why-episerver-is-so-cool/
CC-MAIN-2020-24
refinedweb
837
53.71
pyoai 2.4.4 The oaipmh module is a Python implementation of an "Open Archives Initiative Protocol for Metadata Harvesting" (version 2) client and server. The protocol is described here: OAIPMH Changelog 2.4.4 (2010-09-30) - Changed contact info, Migrated code from Subversion to Mercurial 2.4.3 (2010-08-19) Changes - Co...
http://pypi.python.org/pypi/pyoai/
crawl-003
refinedweb
738
58.58
Java does not directly support constants. However, a static final variable is effectively a constant. The static modifier causes the variable to be available without loading an instance of the class where it is defined. The final modifier causes the variable to be unchangeable. Java constants are normally declared in A...
http://www.java-tips.org/java-se-tips/java.lang/how-do-i-declare-a-constant-in-java.html
CC-MAIN-2013-20
refinedweb
102
50.02
I've been thinking for a while about a series of blog posts I'd like to write explaining various Entity Framework concepts, particularly those related directly to writing code using the framework--by that I mean that I will concentrate more on using the API to write object-oriented programs which do data access and les...
http://blogs.msdn.com/b/dsimmons/archive/2007/09/15/concepts-part-i-connection-strings-context-lifetimes-metadata-resources.aspx
CC-MAIN-2016-07
refinedweb
1,148
53.14
Can I put object of vbscript class into session? Discussion in 'ASP General' started by Quick Can I put a class into a namespace?Daqian Yang, Jan 23, 2004, in forum: C++ - Replies: - 2 - Views: - 337 - Michael Mellor - Jan 24, 2004 How to put an asp.net table's content into a session object?Jon via DotNetMonster.com, J...
http://www.thecodingforums.com/threads/can-i-put-object-of-vbscript-class-into-session.791890/
CC-MAIN-2015-11
refinedweb
170
72.26
XmlSerializer compatibility between NetCF and the desktop Andrew The XmlSerializer found in the .NET Compact Framework has a very different implementation than the one found in the full .NET Framework. The reasons for the differences include size and performance constraints that make the desktop’s XmlSerializer inappro...
https://devblogs.microsoft.com/premier-developer/xmlserializer-compatibility-between-netcf-and-the-desktop/
CC-MAIN-2020-29
refinedweb
475
54.12
Eve Online Client Source Code Leaked 368. Well... (Score:4, Funny) Re:Warning! CCP Seeding, Banning Torrenters (Score:5, Funny) Unless you live in your mom's basement. Re:Warning! CCP Seeding, Banning Torrenters (Score:5, Funny) Some additional info on this (Score:4, Funny) First things first - it's not the full source...
https://games.slashdot.org/story/08/04/14/2046246/eve-online-client-source-code-leaked/funny-comments
CC-MAIN-2016-36
refinedweb
257
71.85
Set Up Tutorial¶ In REEM, data is passed between client programs and a centralized Redis server. This tutorial will demonstrate how to set up the server and connect to it with a REEM client. Both the server and client will run on the local machine. Requirements: - Python 3 - Linux/macOS (ReJSON requirement, though you ...
https://reem.readthedocs.io/en/latest/gettingstarted.html
CC-MAIN-2021-49
refinedweb
980
59.8
Note Previous versions of Celery required a separate library to work with Django, but since 3.1 this is no longer the case. Django is supported out of the box now so this document only contains a basic way to integrate Celery and Django. You will use the same API as non-Django users so it’s recommended that you read th...
http://docs.celeryproject.org/en/latest/django/first-steps-with-django.html
CC-MAIN-2015-18
refinedweb
556
51.58
Instructions for Adding PDF Bookmarks Using Word - Blaise Dorsey - 1 years ago - Views: Transcription 1 Instructions for Adding PDF Bookmarks Using Word These instructions show how to set up a Word document so that PDF bookmarks are automatically created when the document is converted to a PDF. PDF bookmarks can be aut...
http://docplayer.net/26337356-Instructions-for-adding-pdf-bookmarks-using-word.html
CC-MAIN-2018-47
refinedweb
3,681
50.77
Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode. Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript). Hello, I have a plugin that uses a GeUserArea. When I open Cinema 4D w...
https://plugincafe.maxon.net/topic/13383/geuserarea-reversed-in-arabic-language/1
CC-MAIN-2021-43
refinedweb
308
58.18
How to become a certified AWS Solutions Architect This study guide will help you pass the newer AWS Certified Solutions Architect - Associate exam. Ideally, you should reference this guide while working through the following material: Notes: If at any point you find yourself feeling uncertain of your progress and in ne...
https://xscode.com/keenanromain/AWS-SAA-C02-Study-Guide
CC-MAIN-2021-43
refinedweb
5,002
52.49
Here is how I copied a postgresql database from one Webfaction server to another. My original thought was to do this using Fabric. But on Webfaction, they do not recommend creating or dropping databases from the command line. Instead they recommend using the Webfaction Control Panel. There are posts on Stackoverflow fo...
https://snakeycode.wordpress.com/2014/04/20/copying-postgresql-to-another-server-on-webfaction/
CC-MAIN-2017-43
refinedweb
206
66.44
Image::IPTCInfo::RasterCaption - get/set IPTC raserized caption w/Image::Magick use Image::IPTCInfo::RasterCaption; # Access the raw rasterized caption field: $info = new Image::IPTCInfo::RasterCaption ('C:/new_caption.jpg') or die "No raster caption!"; $raw_raster_caption = $info->Attribute('rasterized caption'); ... ...
http://search.cpan.org/~lgoddard/Image-IPTCInfo-RasterCaption-0.1/RasterCaption.pm
CC-MAIN-2016-40
refinedweb
540
57.57
Object Serialization¶ Serializing means converting a Pyrogram object, which exists as Python class instance, to a text string that can be easily shared and stored anywhere. Pyrogram provides two formats for serializing its objects: one good looking for humans and another more compact for machines that is able to recove...
https://docs.pyrogram.org/topics/serializing
CC-MAIN-2021-49
refinedweb
251
58.21
Posted Dec 31, 2007 By Steve Callan A user deletes data from a table and commits it. How do you retrieve that data? If using a version of Oracle with flashback technology AND you are made aware of the error while the undo information is still retained thats not so much of a problem. If running in noarchivelog mode, and...
http://www.databasejournal.com/features/oracle/article.php/3717111/RMAN-Tablespace-Point-in-Time-Recovery.htm
CC-MAIN-2017-30
refinedweb
2,926
55.95
The dspic-utility.h header file defines a number of macros for manipulating the interrupt priority level (IPL) of the microcontroller, and for using the DISI instruction. To use these macros, you can use the -I compiler option to add the dsPIC Helper Library source directory to the compiler command line, and then inclu...
https://www.bourbonstreetsoftware.com/dspic-helper/dspic-helper-Z-H-5.html
CC-MAIN-2019-18
refinedweb
188
64.41
learning Scalaz: day 13 Yesterday we skimmed two papers by Jeremy Gibbons and quickly looked at origami programming and applicative traversal. Instead of reading something, why don't we focus on using Scalaz today. implicits review. import scalaz._. import Scalaz._. StateFunctions std.AllFunctions. IdInstances. std.All...
http://eed3si9n.com/learning-scalaz-day13
CC-MAIN-2017-51
refinedweb
175
67.45
skazat has asked for the wisdom of the Perl Monks concerning the following question: Heya, I've been noodling around my brain on how to do this, but I haven't *quite* gotten a hold of exactly how - here's the puzzle: How do you share a module's namespace with another module? For example, say I have a module called, "Co...
https://www.perlmonks.org/?node_id=525914
CC-MAIN-2022-27
refinedweb
1,157
67.99
Tagged: opendata… Weekly Subseries Charts – Plotting NHS A&E Admissions A post on Richard “Joy of Tax” Murphy’s blog a few days ago caught my eye – Data shows January is often the quietest time of the year for A & E departments – with a time series chart showing weekly admission numbers to A&E from a time when the numb...
https://blog.ouseful.info/tag/opendata/
CC-MAIN-2018-30
refinedweb
1,653
53
Created on 2010-04-15 05:00 by exarkun, last changed 2012-03-30 23:24 by smarnach. This issue is now closed.. I've started on an implementation of this in /branches/signalfd-issue8407. Notice that 2.7 has seen its first beta release, so no new features are allowed for it. I think it's better to target this feature for ...
http://bugs.python.org/issue8407
CC-MAIN-2016-40
refinedweb
4,236
57.06
release50 DragonFly BSD 5.0 - Version 5.0.0 released 16 October 2017 - Version 5.0.1 released 06 November 2017 - Version 5.0.2 released 04 December 2017 DragonFly version 5.0 brings the first bootable release of HAMMER2, DragonFly's next generation file system. The details of all commits between the 4.8 and 5.0 branche...
https://www.dragonflybsd.org/release50/
CC-MAIN-2018-17
refinedweb
1,071
60.82
Generate WebAPI resource paths with backtracking Review Request #10117 — Created Aug. 13, 2018 and submitted. Checks run (1 failed, 1 succeeded) flake8 Typo in the description: "fakes resource paths" -> "fake resource paths" Also in the second paragraph: "the in process DVCs work" "the in-progress DVCS work" Needs to b...
https://reviews.reviewboard.org/r/10117/
CC-MAIN-2019-09
refinedweb
176
77.53
Useful helper functions for amending the defaultConfig, and for parsing keybindings specified in a special (emacs-like) format. (See also XMonad.Util.CustomKeys in xmonad-contrib.) To use this module, first import it into your ~/.xmonad/xmonad.hs: import XMonad.Util.EZConfig Then, use one of the provided functions to m...
http://hackage.haskell.org/package/xmonad-contrib-0.7/docs/XMonad-Util-EZConfig.html
CC-MAIN-2014-42
refinedweb
779
56.05
- Introduction to Vuex - Why should you use Vuex - Let’s start - Create the Vuex store - An use case for the store - Introducing the new components we need - Adding those components to the app - Add the state to the store - Add a mutation - Add a getter to reference a state property - Adding the Vuex store to the app -...
https://flaviocopes.com/vuex/
CC-MAIN-2018-47
refinedweb
1,490
71.34
. This is amazing news for the C++ community. Congratulations and keep the good stuff coming! Love it cool! will play with this :-) but please, void main?? my eyes are hurting... Why, with such generic headers as uri.h and file_stream.h, do you not namespace them, e.g. #include <casablanca/uri.h> etc.? Using lambdas, t...
http://blogs.msdn.com/b/vcblog/archive/2013/02/26/the-c-rest-sdk-quot-casablanca-quot.aspx?PageIndex=1
CC-MAIN-2014-41
refinedweb
282
77.94
D - Module-level accessibility - Sergey <smsmfk gmail.com> Oct 02 2010 Hi, I'm a newcomer to D. Several days ago I've stumbled upon a very strange thing about D. As I understand, module members, such as classes, structs, functions and variables can be marked with an accessibility attribute, such as private, public, pac...
http://www.digitalmars.com/d/archives/Module-level_accessibility_29562.html
CC-MAIN-2013-48
refinedweb
124
66.64
from Wikipedia: Sir Nicholas Throckmorton (or Throgmorton) (c. 1515/1516 – 12 February 1571) was an English diplomat and politician, who was an ambassador to France and played a key role in the relationship between Elizabeth I and Mary Queen of Scots. Early years Nicholas Throckmorton was the fourth of eight sons of ...
http://www.geni.com/people/Sir-Nicholas-Throckmorton-MP/6000000000426799877
CC-MAIN-2015-22
refinedweb
2,919
69.92
One of the great things about the MVVM design pattern is that it allows us to maximize the code in our cross-platform model and view-model layers. This means we’ve written the bulk of our code and we’ve also written unit tests for it, giving us a degree of confidence that our code works. This article introduces UI test...
https://dzone.com/articles/introduction-to-ui-testing-xamarin-apps
CC-MAIN-2017-39
refinedweb
3,009
67.49
Custom Server Control Syntax Custom server control syntax is used to declare user controls and custom server controls as markup elements in ASP.NET application files, including Web pages, user controls, and master pages. This syntax is nearly identical to the syntax used to declare all ASP.NET server controls, except t...
https://docs.microsoft.com/en-us/previous-versions/dotnet/netframework-4.0/1e9b4c9f%28v%3Dvs.100%29
CC-MAIN-2019-47
refinedweb
967
51.65
Code fragments showing how to create a singly linked list and how to manipulate the list and the elements of the list. The following code fragments show how a singly linked list can be constructed and manipulated. The list consists of instances of an example class, CItem, which forms items on a stack implemented as a s...
http://devlib.symbian.slions.net/belle/GUID-9D3637D4-43BD-51ED-B4BC-1F234F09E24B.html
CC-MAIN-2021-21
refinedweb
750
59.64
The createNewFile() function in Java can create a file. This method produces a boolean value: true if the file was completed successfully, false if it already exists. As you can see, the procedure is encased in a try…catch block. It is required because an IOException is thrown if an error occurs. For example, if the fi...
https://www.codeunderscored.com/writing-files-in-java-with-examples/
CC-MAIN-2022-21
refinedweb
1,123
51.65
This tutorial explains what is the Arduino EEPROM and what it is useful for. We’re also going to show you how to write and read from the EEPROM and build a project example to put the concepts learned into practice. We have a similar tutorial for the ESP32: ESP32 Flash Memory – Store Permanent Data (Write and Read) Intr...
https://randomnerdtutorials.com/arduino-eeprom-explained-remember-last-led-state/
CC-MAIN-2020-29
refinedweb
2,931
72.36
I'm thinking about transforming some longitude and latitude values to XML after which delivering the file to some web server to show on the Google Map Interface. Can you really send an XML file to some web server through my very own application in Android? Thanks Yes. Simply make a http publish together with your xml d...
http://codeblow.com/questions/send-xml-file-to-web-server-in-android/
CC-MAIN-2019-13
refinedweb
151
66.98
You can download the source code of this tutorial here: Introducing the MVC Structure The MVC structure means that the application is divided into three parts. The (M) model defines the data model, (V) view presents data and (C) controller defines logic and manipulates data. Controllers Here is a link to the controller...
https://practicaldev-herokuapp-com.global.ssl.fastly.net/ericnanhu/laravel-8-tutorial-3-the-mvc-structure-3cpa
CC-MAIN-2021-31
refinedweb
1,080
53.61
index Query Language (SQL) Tutorials VisualFoxPro Tutorials... Flash Tutorials JSP Tutorials Perl Tutorials JSP Simple Examples JSP Simple Examples Index 1. Creating... page. Html tags in jsp In this example... In this example we are going to show you how we can declare a method and how JSP Simple Examples In this exam...
http://www.roseindia.net/tutorialhelp/comment/49921
CC-MAIN-2015-11
refinedweb
2,779
65.22
Question Barb Simmons was speaking to Madge Wilcox recently after a management meeting at Liberty Corporation. Barb told Madge that she was really disappointed with the company’s recently revised code of ethics and saw no reason why the company should have such a document. “After all,” she said, “everyone knows what’s ...
http://www.solutioninn.com/barb-simmons-was-speaking-to-madge-wilcox-recently-after-a
CC-MAIN-2016-50
refinedweb
231
66.84
The C library function struct tm *localtime(const time_t *timer) uses the time pointed by timer to fill a tm structure with the values that represent the corresponding local time. The value of timer is broken up into the structure tm and expressed in the local time zone. Following is the declaration for localtime() fun...
https://www.tutorialspoint.com/c_standard_library/c_function_localtime.htm
CC-MAIN-2021-25
refinedweb
159
52.39
Gapless Audio Loop A flutter plugin to enable gapless loops on Android and iOs. Android may stills see some gaps on older versions like Android 6, newer versions of the SO seems to work fine. The Android solution is heavily inspired by this article. At the moment this package is very simple and does not feature many me...
https://pub.dev/documentation/gapless_audio_loop/latest/
CC-MAIN-2020-05
refinedweb
335
61.87
I am running a few tests on web application. Assume there is situation where remote connection was successful but for some reason browser did not open ( I have observed this situation), now how do I end this CBT session via code( manually I know how to stop this from crossbrowsertesting site) I want to stop the session...
https://community.smartbear.com/t5/TestComplete-Functional-Web/How-to-force-stop-a-CBT-run-session-apart-from-quot-Sys-Browser/m-p/201564
CC-MAIN-2020-40
refinedweb
603
63.09
For the majority of the time in our React components, the layout can be handled by modules such as Flexbox, CSS Grid, or with some custom CSS. Occasionally, however, we need to render differently depending on the size of the browser window and, therefore, handle the browser resize events to change what is rendered. Thi...
https://www.pluralsight.com/guides/render-window-resize-react
CC-MAIN-2022-40
refinedweb
1,023
66.03
After a brief Gitter discussion that starts here and ends here, I decided to take a little time to see: - What it would take to show Scala documentation in the REPL, and - Different ways of viewing that documentation As a result I created this Github project: Disclaimers A few disclaimers before we jump in: - This is j...
https://alvinalexander.com/scala/show-scaladoc-source-code-in-scala-repl/
CC-MAIN-2021-10
refinedweb
439
57.84
]stable/1.7.x]stable/1.7.x]stable/1.7.x by - Merge pull request #1611 from thusoy/patch-1 Fix broken sphinx reference … - 13:10 Changeset [751dc0a]stable/1.7.x]stable/1.7.x]stable/1.7.x by - Fixed #19298 -- Added MultiValueField.deepcopy Thanks nick.phillips … - 10:42 LittleEasyImprovements edited by - (diff) - 10:17 C...
https://code.djangoproject.com/timeline?from=2013-09-10T10%3A42%3A12-07%3A00&precision=second
CC-MAIN-2014-15
refinedweb
312
63.56
Back to article May 13, 2008 As discussed in Part I, the execution mode of each policy is determined by the characteristics of the Management facet that is used by the condition in the policy. Facets support On Change Prevent if there is transactional support for the DDL statements that change the facet state. Only th...
http://www.databasejournal.com/features/mssql/print.php/3745161
CC-MAIN-2015-48
refinedweb
1,303
62.38
I fundamentally believe that there has never been a better time to be a software developer. In our emerging world where every company is a software company, developers have the awesome role and responsibility of driving forward all kinds of innovation across many different industries. Whether building apps for enterpri...
https://blogs.msdn.microsoft.com/somasegar/2013/06/26/build-2013-and-visual-studio-2013-preview/
CC-MAIN-2018-39
refinedweb
7,341
62.78
The following form allows you to view linux man pages. #include <math.h> double round(double x); float roundf(float x); long double roundl(long double x); Link with -lm. Feature Test Macro Requirements for glibc (see feature_test_macros(7)): round(), roundf(), roundl(): _XOPEN_SOURCE >= 600 || _ISOC99_SOURCE || _POSIX_...
http://www.linuxguruz.com/man-pages/roundl/
CC-MAIN-2017-13
refinedweb
152
67.45
29455/how-to-allocate-ip-address-in-vpc-to-rds-instance I have an RDS instance started in a DB Subnet Group in my VPC. This instance has an endpoint of the form someDatabase-db-small.abcd1234.us-east-1.rds.amazonaws.com:3306. How does one allocate to this instance an IP address in the VPC subnet 10.0.0.0/24? The instan...
https://www.edureka.co/community/29455/how-to-allocate-ip-address-in-vpc-to-rds-instance
CC-MAIN-2019-39
refinedweb
207
78.85
NAME gfshare_ctx_init_enc, etc. - Shamir Secret Sharing SYNOPSIS #include <libgfshare.h> gfshare_ctx *gfshare_ctx_init_enc( unsigned char *sharenrs, unsigned int sharecount, unsigned char threshold, unsigned int size ); gfshare_ctx *gfshare_ctx_init_dec( unsigned char *sharenrs, unsigned int sharecount, unsigned int si...
http://manpages.ubuntu.com/manpages/oneiric/man5/libgfshare.5.html
CC-MAIN-2015-14
refinedweb
443
52.19
User:Cosmikdebris/Editor's Guide From RationalWiki - Assume good will. Not everyone is a vandal or troll. - Don't make outrageous or controversial claims or statements in articles, unless you back them up with credible references. - When examining existing articles, or creating new ones, consult the manual of style. It...
https://rationalwiki.org/wiki/User:Cosmikdebris/Editor%27s_Guide
CC-MAIN-2019-26
refinedweb
313
60.92
It Moves..09/20/2020 at 19:55 • 0 comments Still not much 'autonomy' but I do finally have everything in place. The Raspberry pi, the Arduino, a 433 MHz radio and the remote control receiver, all neatly packed in the waterproof box at the back. The Scanning Sonar is mounted as well, so I can finally map the lake. A bit...
https://hackaday.io/project/166552/logs
CC-MAIN-2021-25
refinedweb
2,583
64.2
Does anyone have experience generating a Concave Hull (Alpha Shape) from a list of points with IronPython? Would greatly appreciate any feedback. Thank you in advance! Concave Hull (Alpha Shape) from list of points with Python? A quick search brought up this… A handy couple of nodes being used (which you can dig around...
https://forum.dynamobim.com/t/concave-hull-alpha-shape-from-list-of-points-with-python/34058
CC-MAIN-2019-47
refinedweb
1,595
64.91
Exchange Server 2016 builds upon the architecture introduced in Exchange Server 2013, with the continued focus goal of improving the architecture to serve the needs of deployments at all scales. Note: Exchange Server 2016 does not support connectivity via the MAPI/CDO library. Third-party products (and custom in-house ...
https://techcommunity.microsoft.com/t5/Exchange-Team-Blog/Exchange-Server-2016-Architecture/ba-p/603598
CC-MAIN-2019-26
refinedweb
453
72.05
Avoid sys.argv to pass options to py2exe Many users write a special setup script for py2exe that simply can be run to build the exe, without the need to specify command line options by hand, each time. That means that "includes", "excludes" options etc have to be passed in some way to py2exe. The setup() function accep...
http://www.py2exe.org/index.cgi/PassingOptionsToPy2Exe?action=diff
CC-MAIN-2013-48
refinedweb
203
55.84
#include <db.h> int DB->del(DB *db, DB_TX. DB->del() method may fail and return one of the following non-zero errors: A foreign key constraint violation has occurred. This can be caused by one of two things: An attempt was made to add a record to a constrained database, and the key used for that record does not exist i...
https://docs.oracle.com/cd/E17275_01/html/api_reference/C/dbdel.html
CC-MAIN-2018-13
refinedweb
117
65.66
>> plain 2.5.59 does>> >> 59-mjb4 does NOT> > Can you check mjb 1-3 too? The better it gets pinpointed, the easier it's > going to be to find.I should note that our performance team also has triple-faults on some database app on a 8x machine ... that goes away with mjb4, not sure why as yet. There's nothing in there th...
https://lkml.org/lkml/2003/2/17/255
CC-MAIN-2016-07
refinedweb
1,147
56.25
BlackBerry Java Application Development Beginner’s Guide The book teaches how to write rich, interactive, and smart BlackBerry applications in Java. It expects the readers to know Java but not Java Mobile or the BlackBerry APIs. This book will cover Uiprogramming, data storage, programming network, and Internet APiapps...
http://javabeat.net/blackberry-java-application-development/2/
CC-MAIN-2017-04
refinedweb
11,080
62.17
. // A C++ Program to check if the given // string is a pangram or not #include<bits/stdc++.h> using namespace std; // Returns true if the string is pangram else false bool checkPangram (string &str) { // Create a hash table to mark the characters // present in the string vector<bool> mark(26, false); // For indexing i...
http://www.shellsec.com/news/29320.html
CC-MAIN-2017-13
refinedweb
208
61.7
How to talk about Machine Learning or even Deep Learning without addressing the – famous – gradient descent? There are many articles on this subject of course, but most of the time you have to read several of these ones so as to fully understand all the mechanisms behind the scene. Sometimes too mathematical or not eno...
http://aishelf.org/gradient-descent/
CC-MAIN-2021-31
refinedweb
1,799
69.41
you want to create a Microsoft Failover Cluster for DFS, you would also need to create RDM on your SAN for the clustered disks. How many VMware hosts will you be using one or two ? Can you please provide additional information for RDM on a SAN? What solution can be used on the new design to replace the two file server...
https://www.experts-exchange.com/questions/28498666/File-servers-centralization-and-design-solution-using-VMware.html
CC-MAIN-2018-26
refinedweb
190
71.14
. Let us start with a simple C program: void function_something( sometype v ) { ... v=0; ... } In the above code snippet, whether sometype is an atomic type such as int or a complex type such as a struct, the variable v holds a (shallow) copy of the parameters and can be manipulated with the semantics of a local variab...
https://hbfs.wordpress.com/2011/06/14/python-references-vs-c-and-c/
CC-MAIN-2017-22
refinedweb
1,146
59.84
39575/how-to-install-and-configure-jdk8-on-windows-10 I am trying to install Jenkins on Windows and one of the pre-requisites according to this, is having JDK installed. How do I install JDK8 on Windows 10? Hey @Henna, Go to this page Accept the license and proceed by downloading it Once it's downloaded, run the .exe f...
https://www.edureka.co/community/39575/how-to-install-and-configure-jdk8-on-windows-10
CC-MAIN-2019-47
refinedweb
247
71.75
The Atom API October 15, 2003. The LiveJournal API In the beginning, there was LiveJournal. LiveJournal had an API, the LiveJournal Client/Server API. It worked over HTTP, and it looked like this: POST /interface/flat HTTP/1.1 Host: Content-type: application/x-www-form-urlencoded mode=login&user=test&password=test HTTP...
http://www.xml.com/pub/a/2003/10/15/dive.html
CC-MAIN-2017-34
refinedweb
2,661
56.05
I was given 14k lines of wise, full of vaild and even preety, but not self-documenting Perl code. sub definitions are mixed with "main" code and sub calls, database routine is ending just to call curl on the main "thread" and after which there's another sub defined. Obviously it's not helping to understand what, or how...
https://www.perlmonks.org/?node_id=3333;parent=1225546
CC-MAIN-2019-39
refinedweb
388
60.14
The abstract keyword is used to declare abstract methods and classes. An abstract method has no implementation defined; it is declared with arguments and a return type as usual, but the body enclosed in curly braces is replaced with a semicolon. The implementation of an abstract method is provided by a subclass of the ...
https://docstore.mik.ua/orelly/java/exp/gloss_01.htm
CC-MAIN-2019-18
refinedweb
3,976
56.55
Java 1.3 introduced the java.util.Timer class and the abstract java.util.TimerTask class. If you subclass TimerTask and implement its run( ) method, you can then use a Timer object to schedule invocations of that run( ) method at a specified time or at multiple times at a specified interval. One Timer object can schedu...
http://books.gigatux.nl/mirror/javaexamples/0596006209_jenut3-chp-4-sect-5.html
CC-MAIN-2019-13
refinedweb
1,451
64.61
class base1: def foo(self): print 'base1.foo' class base2: def foo(self): print 'base2.foo' class derived(base1, base2): def tst(self): self.foo() base2.foo(self) It's clear that this works, but is there a way to call base2.foo() that makes it look more like a base class attribute is being called, e.g., something that ...
https://legacy.python.org/search/hypermail/python-1994q2/0978.html
CC-MAIN-2021-43
refinedweb
118
71.82
These patches make it possible to share NFS superblocks between related mounts, where "related" means on the same server. Inodes and dentries will be shared where the NFS filehandles are the same (for example if two NFS3 files come from the same export but from different mounts, such as is not uncommon with autofs on ...
http://lwn.net/Articles/174291/
CC-MAIN-2013-20
refinedweb
363
57.5
Exception Testing using Spock in grails Testing was never so easy and intuitive before the use of Spock. Earlier when I was using grails unit testing, it never attracted me to write more and String getUserType(int age){ if(age<=0){ throw new MyException("Invalid age") }else if( age>0 && age<50){ return "Young" }else{ r...
http://www.tothenew.com/blog/exception-testing-using-spock-in-grails/
CC-MAIN-2019-43
refinedweb
138
54.36
On 03/28/2011 09:01 AM, Sigbjorn Lie wrote: > On Mon, March 28, 2011 14:31, Dmitri Pal wrote: >> On 03/27/2011 06:14 PM, Sigbjorn Lie wrote: >> >>> Hi, >>> >>> >>> I have written some scripts for migration from NIS/local files to IPA. >>> They will import the passwd, group, netgroup, and hosts maps. >>> >>> >>> This is...
https://www.redhat.com/archives/freeipa-users/2011-March/msg00156.html
CC-MAIN-2015-14
refinedweb
389
71.85
Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources. The client application can be a simple application to just send HTTP requests to the service and receive AtomPub or JSON responses. The first client application example is a WPF application that makes us...
http://my.safaribooksonline.com/book/programming/csharp/9780470502259/data-services/http_client_application
CC-MAIN-2013-48
refinedweb
133
55.13
You are given a binary tree, you need to determine if the tree is a valid BST or not? For a tree to be a BST, the left child of a node should have a value less than the node’s value and the right child of the node should have a value greater than the node’s value and the property should hold true for all the subtrees. ...
https://nerdycoder.in/2020/08/29/is-given-tree-a-bst-or-not/
CC-MAIN-2021-04
refinedweb
561
57.74
There was a recent uproar on twitter due to a (now deleted) tweet by a data science interviewer which divided the python community - pandas.read_csv() vs. the built-in csv module. It is perfectly fine in case you do not use the built-in csv module and let me give you three solid reasons why you should use pandas.read_c...
https://realworldpython.hashnode.dev/3-solid-reasons-why-you-should-use-pandasreadcsv
CC-MAIN-2022-05
refinedweb
397
62.48
select * from employees where salary > AVG(salary) The problem is that avg is applied to the filtered rows. It will be circular how avg(salary) will get its value if avg is part of where clause. So to prevent that confusion, SQL standard disallows using aggregate functions in where clause. Humans are lazy. Programmers ...
https://www.anicehumble.com/2019/04/salary-greater-than-average-salary-conundrum.html
CC-MAIN-2020-16
refinedweb
285
67.25
jpr928 wrote:Hi! my name is Jean-Pierre, I have a question, is lua difference between LM 12 and LMDE , because the same conky-lua is not working in LM 12 but work on LMDE. The shell response on every symbol '=' is : - Code: Select all conky -c /home/bushi12/.conky/scripts/conkyrcConky: llua_load: /home/bushi12/.conky/s...
http://forums.linuxmint.com/viewtopic.php?p=511768
CC-MAIN-2014-15
refinedweb
174
54.02
About this project $4,146 343 Play the Demo! Yup, fully functional thru the first 5 dungeons. It may have a few oddities (it is an ALPHA), but it works... Some installation / tutorial info can be found here. GamePlay Video A longer/different version of the Kickstarter Video, with some explanation of game systems: Proje...
https://www.kickstarter.com/projects/2062086221/sim-hero
CC-MAIN-2017-39
refinedweb
880
72.87
XPath and XPointer/XPath Basics From WikiContent Chapter 1 provided sketchy information about using XPath. For the remainder of the book, you'll get details aplenty. In particular, this chapter covers the most fundamental building blocks of XPath. These are the "things" XPath syntax (covered in succeeding chapters) ena...
http://commons.oreilly.com/wiki/index.php/XPath_and_XPointer/XPath_Basics
crawl-002
refinedweb
8,888
50.36
I saw this in a screencast and was just wondering what the '=' symbol does in this case. def express_token=(token) ... end def express_token(token = nil) That snippet defines a Virtual Attribute (or a "setter" method) so that "express_token" looks like an attribute, even though it's just the name of the method. For exa...
https://codedump.io/share/XbbMw7HOL6zb/1/what-does-the-equal-3939-symbol-do-when-put-after-the-method-name-in-a-method-definition
CC-MAIN-2017-04
refinedweb
196
70.23
zimbatm (zimba tm) - Login: zimbatm - Registered on: 07/13/2010 - Last connection: 05/10/2015 Issues Activity 05/10/2015 06:01 PM Ruby master Misc #11131 (Closed): Unexpected splatting of empty kwargs - ~~~ruby def foo(); :ok end foo(*[]) #=> :ok foo(**{}) #=> ArgumentError: wrong number of arguments (1 for 0) foo(... ...
https://bugs.ruby-lang.org/users/1541
CC-MAIN-2020-29
refinedweb
386
65.12
On Sun, Feb 19, 2012 at 9:57 AM, Nathan Rice <nathan.alexander.rice at gmail.com> wrote: > I enjoy writing python a lot, and would prefer to use it rather than > ruby/lisp/java/etc in most cases. My suggestions come from > frustrations that occur when using python in areas where the right > answer is probably just to u...
https://mail.python.org/pipermail/python-ideas/2012-February/014092.html
CC-MAIN-2014-15
refinedweb
723
52.53
Today I happily present a brilliant piece of Revit API news on the documentation side of things, and another handy utility method for your Revit API programming toolbox: - Online Revit API documentation - 2D convex hull algorithm in C# using XYZpoints Online Revit API Documentation The contents of the Revit API help fi...
https://thebuildingcoder.typepad.com/blog/2016/08/online-revit-api-docs-and-convex-hull.html
CC-MAIN-2020-05
refinedweb
1,294
53.92
![endif]--> The PS2Keyboard library uses one of the two available external interrupts to react on keyboard input. Once such input is received, it's stored in a one-byte buffer and is available to be read. Version 2.3 - Minor bugs fixed. The following schematic shows how to connect a PS/2 connector: Make sure you connec...
https://playground.arduino.cc/Main/PS2Keyboard
CC-MAIN-2018-39
refinedweb
368
51.95
ZF-8177: Registering helpers with views Description From a request on the FW-MVC mailing list, Zend_View should offer a way to register helper objects without relying on the plugin loader. This would allow for dependency injection, objects that don't follow the PEAR naming convention, and PHP 5.3 namespaces. Posted by ...
http://framework.zend.com/issues/browse/ZF-8177?focusedCommentId=35611&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel
CC-MAIN-2014-10
refinedweb
542
66.23
Gitweb:;a=commit;h=643f12dbb660e139fbaea268f3e3ce4d7d594b8f Commit: 643f12dbb660e139fbaea268f3e3ce4d7d594b8f Parent: d903ac5455102b13d0e28d6a39f640175fb4cd4d Author: Henrique de Moraes Holschuh <[EMAIL PROTECTED]> AuthorDate: Thu Mar 29 01:58:43 2007 -0300 Committer: Len Brown <[EMAIL PROTECTED]> CommitDate: Fri Mar 30...
https://www.mail-archive.com/git-commits-head@vger.kernel.org/msg09733.html
CC-MAIN-2016-44
refinedweb
1,002
51.68
import "go.chromium.org/luci/server/portal" Package portal implements HTTP routes for portal pages. These pages can be registered at init()-time, and will be routed to /admin/portal. Typically they read/write `settings` as defined by `go.chromium.org/luci/server/settings`, but they can also be used to provide informati...
https://godoc.org/go.chromium.org/luci/server/portal
CC-MAIN-2020-05
refinedweb
870
57.67
Before you start Learn what these tutorials can teach you and how you can get the most from them. About this series The Linux Professional Institute (LPI) certifies Linux), you should: - Have several years experience with installing and maintaining Linux®® and Microsoft® Windows® services, including Samba, Pluggable Au...
http://www.ibm.com/developerworks/linux/edu/l-dw-linux-lpic3301-i.html?S_TACT=105AGX59&S_CMP=GRsite-lnxw9d&ca=dgr-lnxw9dLPI301P1
CC-MAIN-2014-15
refinedweb
5,403
63.19
(this post) - Part 5 - Adding Decimal Support - Part 6 - Supporting Negative Numbers - Part 7 - Add Dirty State - Part 8 - Support Keypad Input - Part 9 - Combination Key Input - Part 10 - Testing - Part 11 - Netlify Deployment - diff: - ellie: Now that we have a good looking calculator, we can add some functionality....
https://pianomanfrazier.com/post/elm-calculator-book/04-basic-operations/
CC-MAIN-2020-24
refinedweb
1,646
75.81
Create an ASP.NET MVC app with auth and SQL DB and deploy to Azure App Service This: - How to create a secure ASP.NET MVC 5 web project in Visual Studio. - How to authenticate and authorize users who log on with credentials from their Google or Facebook accounts (social provider authentication using OAuth 2.0). - How t...
https://azure.microsoft.com/en-us/documentation/articles/web-sites-dotnet-deploy-aspnet-mvc-app-membership-oauth-sql-database/
CC-MAIN-2016-30
refinedweb
3,136
65.12
. 1st. Thank you. I agree. Thanks KDE team! Please don't first up the dot. Anyway thanks KDE devs. I'm super stoked about 4.2! Definitely wow! The stats say a lot, and the length of the changelog is huge! Compliments for the amazing progress and wonderful release announcement! :-) Let's make those chairs fly ^^ Does an...
https://dot.kde.org/comment/44578
CC-MAIN-2020-34
refinedweb
2,093
75.3
Guido van Rossum Interviewed 226 Qa1 writes "Guido von Rossum, creator of Python, was recently interviewed by the folks at O'Reilly Network. In this interview he discusses his view of the future of Python and the Open Source community and programming languages in general. Some more personal stuff is also mentioned, lik...
https://developers.slashdot.org/story/03/08/16/1331240/guido-van-rossum-interviewed?sdsrc=next
CC-MAIN-2016-36
refinedweb
6,017
63.59
In the last column, I talked about how to read and write from multiple filedescriptors seemingly simultaneously with the select() function call. Using multiplexed I/Olets programs block while waiting for notification that some file descriptors are ready for readingor writing. Using multiplexed I/O of this form is quite...
https://www.linuxtoday.com/blog/multiplexed-i0-with-poll.html
CC-MAIN-2019-30
refinedweb
2,215
63.29
itext pdf itext pdf i am generating pdf using java i want to do alignment in pdf using java but i found mostly left and right alignment in a row. i want to divide single row in 4 parts then how can i do itext pdf - Java Interview Questions itext pdf sample program to modify the dimensions of image file in itext in java...
http://www.roseindia.net/tutorialhelp/comment/98508
CC-MAIN-2014-52
refinedweb
1,374
68.91
I've been trying to figure out what is wrong with my code for days; I can't seem to find it. If statements confuse me quite a bit, so I'm thinking I messed those up, but still not sure. All I know is that I'm super stumped and would love all of the help I can get. #include <stdio.h> // function main begins program exec...
https://codedump.io/share/g4aB85xZF5JV/1/cannot-figure-out-why-my-code-is-not-working
CC-MAIN-2017-09
refinedweb
245
82.65
I'm using Inkscape 0.48.3.1 r9886 on Gentoo Linux. When I'm trying to run *any* extension from the Effects menu, I get error messages similar to the following one: Traceback (most recent call last): File "markers_ import random, inkex, simplestyle, copy File "/usr/share/ u'sodipodi' :u'http:// ^ SyntaxError: invalid sy...
https://answers.launchpad.net/inkscape/+question/215655
CC-MAIN-2021-39
refinedweb
159
61.67
JPEG File Format Get mor data for your byte... Jpeg (.jpg) File Format Explained by bkenwright@xbdev.net You can't use the internet or anything without coming across the jpg file format. Its used everywhere, its principle is even used in video compression as well....as its that popular. Basically, tga's and bmp's are g...
https://xbdev.net/image_formats/jpeg/010_dump_tag_info/index.php
CC-MAIN-2021-25
refinedweb
1,161
71.24
I am trying to form URLs from different pieces, and having trouble understanding the behavior of this method. For example: Python 3.x from urllib.parse import urljoin >>> urljoin('some', 'thing') 'thing' >>> urljoin('', 'thing') '' >>> urljoin('', 'thing') '' >>> urljoin('', 'thing') # just a tad / after 'more' '' urlj...
https://codedump.io/share/3ETIllMZZMz2/1/python-confusions-with-urljoin
CC-MAIN-2017-04
refinedweb
219
78.08
Build a Command Line Weather App in Deno If you’ve been following along with our introductory articles on Deno, you’re probably interested in having a go at writing your first program. In this article, we’re going to walk through installing the Deno runtime, and creating a command-line weather program that will take a ...
https://www.sitepoint.com/deno-build-command-line-weather-app/
CC-MAIN-2022-27
refinedweb
1,979
63.7
Pawn. The Language. embedded scripting language. June ITB CompuPhase - Frank Chandler - 1 years ago - Views: Transcription 1 Pawn embedded scripting language The Language June 2011 ITB CompuPhase 2 ii Java is a trademark of Sun Microsystems, Inc. Microsoft and Microsoft Windows are registered trademarks of Microsoft Co...
http://docplayer.net/168047-Pawn-the-language-embedded-scripting-language-june-2011-itb-compuphase.html
CC-MAIN-2016-50
refinedweb
18,481
50.06
Opened 9 years ago Closed 9 years ago #9921 closed (duplicate) request.urlconf incorrect behavoir Description if dynamically load urls file through request.urlconf django will not append trailing slash so if I will have rule (r'^(?P<user>[a-zA-Z0-9-]{4,20})/$', 'user') , it have to call it only, (wihtout slash) will no...
https://code.djangoproject.com/ticket/9921
CC-MAIN-2018-22
refinedweb
1,001
68.47