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
Pandas select rows and columns in MultiIndex dataframe We want to select or slice the rows and columns of a MultiIndex dataframe. In this post we will take a look on how to slice the dataframe using the index at all levels of a row and column A MultiIndex dataframe can have multi index for both rows and columns. The Mu...
https://kanoki.org/2022/07/25/pandas-select-slice-rows-columns-multiindex-dataframe/
CC-MAIN-2022-33
refinedweb
1,254
56.39
Hi Richard Did I understand your "1." correctly that this suite (Test for APIs) would be something competing with Sun's TCK? Thanks, Mikhail 2006/3/21, Richard Liang <richard.liangyx@gmail.com>: > Geir Magnusson Jr wrote: > > Good unit tests are going to be testing things that are package > > protected. You can't do th...
http://mail-archives.apache.org/mod_mbox/harmony-dev/200603.mbox/%3C906dd82e0603210501i396de20bp@mail.gmail.com%3E
CC-MAIN-2018-26
refinedweb
716
76.62
>>! [The Moogle’s] winning solution: First, [The Moogle] opened up the barcode in Photoshop, zoomed in, and added a grid of lines below to help in reading out the binary code. The red markers were used to help delineate between data chunks. The image was then put into a spreadsheet program (OpenOffice Calc in this case...
http://hackaday.com/2009/10/08/barcode-challenge-part-2/?like=1&source=post_flair&_wpnonce=f5309b4960
CC-MAIN-2017-26
refinedweb
3,590
82.75
08 April 2011 10 Friday, 8 April.?xml:namespace> Japan JAPAN DISASTER: DISASTER: Maruzen to restart benzene unit this week. JAPAN DISASTER: Idemitsu to shut benzene unit for turnaround Japanese aromatics producer Idemitsu Kosan will take its 327,000 tonne/year benzene unit in Chiba off line for scheduled maintenance on...
http://www.icis.com/Articles/2011/04/08/9451023/japan-disaster-summary-of-japans-petchem-plants-after-quake.html
CC-MAIN-2014-42
refinedweb
107
51.18
Simplify Your Code With Rocket Science: C++20’s Spaceship Operator Cameron This Cameron DaCamara.. Comparisons It is not an uncommon thing to see code like the following: struct IntWrapper { int value; constexpr IntWrapper(int value): value{value} { } bool operator==(const IntWrapper& rhs) const { return value == rhs.v...
https://devblogs.microsoft.com/cppblog/simplify-your-code-with-rocket-science-c20s-spaceship-operator/?utm_campaign=%E3%80%8A%E5%A4%A7%E5%B1%B1%E5%A7%86%E7%9A%84%E6%A9%9F%E6%A9%9F%E8%BB%8A%E8%BB%8A%E2%84%A2%E3%80%8B%E9%9B%BB%E5%AD%90%E5%A0%B1&utm_medium=email&utm_source=Revue%20newsletter
CC-MAIN-2021-25
refinedweb
2,694
50.06
Hello, so basically i am getting started with java.. I am doing work on eclipse, i am making a library project as a sample.. The library project includes the class of person and books.. here is my sample class of person: package Library; public class person { private String name; private int maxBooks; public person(){ ...
http://www.javaprogrammingforums.com/java-theory-questions/9990-newbie-getting-started-java-need-help.html
CC-MAIN-2014-15
refinedweb
145
62.58
Opened 3 years ago Last modified 3 weeks ago Although not all backends support the interval data type, it can be implemented using some other data type. This field is quite useful and it would be nice if it were available. I'm tentatively marking this as wontfix, as surely a combination of a "start-interval" and "end-i...
http://code.djangoproject.com/ticket/2443
crawl-002
refinedweb
2,206
62.17
Hints for Using SVN to collaborate on school projects This is a "how to" document for using a graphical user interface with SVN. Graphical user interfaces include - RabbitVCS for linux - RapidSVN for Mac - TortoiseSVN for Windows Help improve this document by adding SVN command line commands for examples. Contents - 1 ...
https://wiki.cdot.senecacollege.ca/wiki/Hints_for_Using_SVN_to_collaborate_on_school_projects
CC-MAIN-2019-26
refinedweb
1,881
65.15
pi = sqrt(12) * (1 - 1/(3*3) + 1/(5*3^2) - 1/(7*3^3) + ... ) I am teaching myself through the interactive 'How to Think Like A Computer Scientist' online textbook and so far we have not been introduced to if statements or anything beyond very basic functions (accumulator pattern, drawing multiple shapes with turtles et...
http://www.python-forum.org/viewtopic.php?f=6&t=10734
CC-MAIN-2015-48
refinedweb
439
57
On 15.10.2010 10.28, Vesa wrote: > Unfortunately it is not working.. The Working Fix is this: > > - return (stc == 0) ? -1LL : stc; > + if (Transferring()){ > + stc -= 90000L; > + } > + else { > + stc -= 520000L; > + } > + return (stc == 0) ? -1LL : (stc& 0x00000000FFFFFFFF); > > Replaying returns always true, Transfer...
http://www.linuxtv.org/pipermail/vdr/2010-October/023776.html
CC-MAIN-2014-10
refinedweb
127
76.22
This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project. On 2015.03.19 at 15:17 -0400, Jason Merrill wrote: > This patch makes some significant changes to attribute abi_tag. > > First, it allows explicit naming of tags on inline namespaces, which > previously always had a tag with the s...
https://gcc.gnu.org/ml/gcc-patches/2015-04/msg00153.html
CC-MAIN-2018-51
refinedweb
239
62.88
java tutor Its excellent.I will give commets later. thankyou ultimat site.. helps lot to learn.. thankyou.., textile texttile prject NICE TUTORIALS super tutorials i found it very useful...!!! java awt exmpples thank u sir for ur help java questions please send me java programming question's solution on my e-mail id Pa...
http://roseindia.net/tutorialhelp/allcomments/530
CC-MAIN-2014-42
refinedweb
128
66.03
W3C WAI ER This is a little service to check web pages for some of the Web Content Accessibility Guidelines. It correctly identifies some, but not all, accessability problems in HTML pages. It also falsely reports some stuff. I hope to fix that over time. It's mostly just a repackaging of the WAI example in the Schemat...
https://www.w3.org/2000/07/eval43/
CC-MAIN-2021-25
refinedweb
157
75.5
Pinned topic Support for the IBM Advanced Toolchain sphfastcpufreq - what freqquency is returned ?2014-02-11T23:06:48Z This is the accepted answer. This is the accepted answer. Hi, I'm running the at7.0.3 on Suse Linux 11 sp3 - on a POWER7 LPar In the C code I'm working with (sysjitter.c ) the following call is made to...
https://www.ibm.com/developerworks/community/forums/html/topic?id=b00d20e3-fc73-4151-ac7d-fbbe5c22ee2a&ps=100
CC-MAIN-2016-40
refinedweb
365
66.33
I am in an introductory programming course and have a few months of self teaching under my belt as well, but I have yet to come across a problem where I have had to use "this." Today my teacher told our class to ALWAYS use "this" for accessing instance variables, but all of the programming I have ever done I've never u...
http://www.dreamincode.net/forums/topic/84476-the-proper-use-of-the-this-keyword/
CC-MAIN-2017-51
refinedweb
454
64.71
I've spent more than a week trying to figure out how to show and hide buttons on dynamic pages based on these criteria: the visitor must be logged in the visitor's role (i.e "Gold", "Silver", "Bronze") must match the 'Access Conditions' I set. Each dynamic has year information (the 'pageYear'). I want to restrict acces...
https://www.wix.com/corvid/forum/community-discussion/unable-to-get-button-to-conditionally-hide-using-getroles-and-arrays
CC-MAIN-2020-24
refinedweb
505
65.12
Hi Christopher, I have done some work on the Swing console to allow for input and display of all Unicode characters (assuming you have the proper font installed.) I've used it with Cyrillic characters and Japanese. I submitted the patch to Pat a while back. Hopefully we can get it in the next release. Regards, Dan ----...
https://sourceforge.net/p/beanshell/mailman/attachment/000601c2c2d3$4f963fd0$9cfcc3db@sabrina/1/
CC-MAIN-2017-09
refinedweb
342
66.13
ndctl-zero-labels - Man Page zero out the label area on a dimm or set of dimms Synopsis ndctl zero-labels <nmem0> [<nmem1>..<nmemN>] [<options>] Description The namespace label area is a small persistent partition of capacity available on some NVDIMM devices. The label area is used to resolve aliasing between pmem and ...
https://www.mankier.com/1/ndctl-zero-labels
CC-MAIN-2021-10
refinedweb
227
58.58
Red Hat Bugzilla – Bug 139462 yum doesnt fail gracefully on early user cancel Last modified: 2014-01-21 17:50:46 EST Description of problem: I start a package installation through yum and cancel it immediately. It fails with traceback Version-Release number of selected component (if applicable): How reproducible: every...
https://bugzilla.redhat.com/show_bug.cgi?id=139462
CC-MAIN-2017-30
refinedweb
246
60.11
Kubernetes Interview Questions And Answers 2020. - What is the Kubernetes? - What is Kubernetes and how to use it? - What is the meaning of Kubernetes? - What is a docker? - What is orchestration in software? - What is a cluster in Kubernetes? - What is a swarm in Docker? - What is Openshift? - What is a namespace in K...
https://codingcompiler.com/kubernetes-interview-questions-answers/
CC-MAIN-2020-16
refinedweb
1,256
51.24
Examples scala> import cats.implicits._, cats._, cats.derived._ scala> case class Cat[Food](food: Food, foods: List[Food]) defined class Cat scala> val cat = Cat(1, List(2, 3)) cat: Cat[Int] = Cat(1,List(2, 3)) Derive Functor scala> implicit val fc: Functor[Cat] = { the default toString. scala> case class Address(stre...
https://index.scala-lang.org/milessabin/kittens/kittens/1.0.0-M10?target=_2.12
CC-MAIN-2020-50
refinedweb
666
59.6
American fuzzy lop is a polished and effective fuzzing tool. It has found tons of bugs and there are any number of blog posts talking about that. Here we’re going to take a quick look at what it isn’t good at. For example, here’s a program that’s trivial to crash by hand, that afl-fuzz isn’t likely to crash in an amoun...
https://blog.regehr.org/archives/1238
CC-MAIN-2019-18
refinedweb
1,545
67.79
It is really easy to send emails using gmail and Python() I just want to know how to use this as a sublime plugin. I'll make it for you but I won't be home for ~3-4 hours. Oh, it would be cool if you could email the current file as an attachment! Might make it useful whoops, forgot to do this. I'll get around to it, th...
https://forum.sublimetext.com/t/is-there-a-sublimegmail-plugin/4448/8
CC-MAIN-2017-22
refinedweb
1,360
66.64
From: David Abrahams (abrahams_at_[hidden]) Date: 2000-09-19 13:11:00 ----- Original Message ----- From: <jsiek_at_[hidden]> To: <boost_at_[hidden]> Sent: Tuesday, September 19, 2000 11:44 AM Subject: [boost] Graph stuff > Hi Dave, > > There's three things you point out: > > 1. replacing 'plugin' with 'property' and ch...
https://lists.boost.org/Archives/boost/2000/09/5258.php
CC-MAIN-2019-47
refinedweb
372
66.33
Mixing C and C++/Qt code - #ifdef SUM_H //this is sum.h - extern "C"{ - #endif - int mySum(int a,int b); - #ifdef SUM_H - } - #endif // SUM_H ———————————————————————————————- - #include "sum.h" //this is sum.c - int mySum(int a, int b) - { - return a + b; - } ————————————————————————————————————————————————————————————...
http://qt-project.org/forums/viewthread/17546/
CC-MAIN-2013-20
refinedweb
388
69.18
This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project. On Fri, 23 Feb 2001, Benjamin Kosnik wrote: > > The Sun WS6 compiler supplies its own standard C++ header files which do nothing but include the /usr/include/iso > > header files directly. > > This is what the include/c header...
http://gcc.gnu.org/ml/libstdc++/2001-02/msg00314.html
crawl-001
refinedweb
291
71.75
Java Constructor – An Exclusive Guide on Constructors In this Java tutorial, we are going to discuss everything that you must know about a Constructor in Java. Constructor in Java is a block of code that creates an object. We can also call it an Object Builder. They are similar to methods in Java but they differ from m...
https://techvidvan.com/tutorials/java-constructor/
CC-MAIN-2020-16
refinedweb
1,736
54.52
I’ve been asked to look at versioning on PI. Specifically how we maintain multiple versions of a single interface for our various releases. I’ve researched the options, run a few tests and my conclusions are below but I would appreciate your feedback Options 1) Create a new SWCV. According to SAPs documentation ‘a soft...
https://blogs.sap.com/2013/01/25/versioning-in-sap-pi/
CC-MAIN-2018-51
refinedweb
848
64.1
>>IMAGE." Am I missing something? (Score:5, Insightful) Are they kicking & screaming about it being a private account or something? I mean it doesn't sound like they are hiding anything by publicly asking people to use it to contact them temporarily. Re:Am I missing something? (Score:5, Insightful) Seriously though, I ...
https://tech.slashdot.org/story/09/01/23/0551227/obama-staffers-followed-palins-email-lead-on-inauguration-day
CC-MAIN-2017-26
refinedweb
5,555
64.3
This Guide is most relevant to Sencha Touch, 1.x. Sencha.io Src helps you dynamically resize images for the ever increasing number of mobile screen sizes. We’ve previously done a lot of work in Sencha Touch to make your UI resolution independent, and Src expands this to include your image assets. It’s easy to use, and ...
https://www.sencha.com/learn/how-to-use-src-sencha-io
CC-MAIN-2015-14
refinedweb
5,339
62.07
Label not moved from input on browser autofill in Chrome Environment Description When the browser autofills a textbox, the label is not moved from the input - it remains overlaying the text instead of moving up. This happens only in Chrome. It works fine in Firefox and Edge. A short video of the browser behavior and ho...
https://docs.telerik.com/blazor-ui/knowledge-base/textbox-chrome-autofill-label
CC-MAIN-2021-31
refinedweb
410
58.72
Read Analog Data Directly in Processing Introduction: Read Analog Data Directly in Processing This instructable presents a fast an easy way to use data received from an analog sensor in Processing. You will learn to utilize the Arduino and prototype electronic boards to read meaningful data from the environment. The se...
http://www.instructables.com/id/Read-analog-data-directly-in-Processing/
CC-MAIN-2017-39
refinedweb
619
57.47
Hi. Why vBulletin 5 Connect does not support PHP version older than 5.3? Tx. No idea. My guess is they are using 5.3 specific features in vBulletin 5 Connect, you really should ask them that question. Seems that you have got wrong information somewhere.System requirements on their page says, that you need PHP 5.3.0 or ...
http://community.sitepoint.com/t/forums-scripts-work-on-php-at-least-5-3-vbulletin/27183
CC-MAIN-2014-52
refinedweb
165
79.36
Hi all! After few weeks of inactivity we are here again and we want to show you some new hints which will try to improve your code in NetBeans 7.4 (at least we hope so ;-). So here they are: Too Many Lines So what do you think that it does? Yes, exactly :-) It checks the number of lines of class, interface, trait and m...
https://blogs.oracle.com/netbeansphp/improve-your-code-with-new-hints
CC-MAIN-2020-34
refinedweb
1,820
72.16
I originally joined this site almost a year ago so i could find out the name of the GUI library that's in most compilers. Didn't get much help back then. But I hope that will change. I'm making a sudoku game in C++, so obviously I need a matrix (or a vector of vectors, if possible). Also, I could make it text-based, bu...
https://www.daniweb.com/programming/software-development/threads/75487/gui-matrix-and-vector-libraries
CC-MAIN-2018-13
refinedweb
153
69.28
I'm trying to create a video player which will play several videos after another, depending on several video indexes sent trough an OSC message. Example: I send a OSC message "playlist" with the following arguments playlist = [2,5,12,34,8] , then my player will play video N°2 then, when it reach the end, switch to the ...
https://www.raspberrypi.org/forums/viewtopic.php?f=32&t=219989
CC-MAIN-2018-47
refinedweb
678
50.16
Clojure and Leiningen to manage Clojure projects I would like to introduce you to Clojure. I am fascinated by how it works and it is also known to sharpen your thinking as a programmer. In this article, we'll do a basic setup and start programming in Clojure! What is Clojure ? Daniel Higginbotham in his book Clojure fo...
https://divyajyotiuk.hashnode.dev/clojure-and-leiningen-to-manage-clojure-projects?guid=none&deviceId=8be841bc-77f5-4c7c-b5df-3a4d04b78096
CC-MAIN-2020-50
refinedweb
556
68.26
Path Operation Advanced Configuration OpenAPI operationId¶ Danger If you are not an "expert" in OpenAPI, you probably don't need this. You can set the OpenAPI operationId to be used in your path operation with the parameter operation_id. You would have to make sure that it is unique for each operation. from fastapi imp...
https://fastapi.tiangolo.com/tutorial/path-operation-advanced-configuration/
CC-MAIN-2020-05
refinedweb
426
61.56
Data Points - Looking Ahead to Entity Framework 7 By Julie Lerman | January 2015 Development of the next version of Entity Framework is well underway. I got my first glimpse of what the EF team was working on at TechEd North America 2014, when Program Manager Rowan Miller talked about the goals for Entity Framework 7 (...
https://msdn.microsoft.com/en-us/magazine/dn890367.aspx
CC-MAIN-2019-09
refinedweb
3,450
62.38
Search... FAQs Subscribe Pie FAQs Recent topics Flagged topics Hot topics Best topics Search... Search Coderanch Advance search Google search Register / Login Michael Krimgen Ranch Hand 54 8 Threads 0 Cows since Jul 08, 2012 Merit Badge info Cows and Likes Cows Total received 0 In last 30 days 0 Total given 0 Likes Tot...
https://coderanch.com/u/269433/Michael-Krimgen
CC-MAIN-2021-49
refinedweb
1,082
60.55
Source, Sinkgenerally, because I felt, it would be too intrusive, when just working with Monix or scalarx or airstream natively. Maybe, just hide them under a syntax._-import? It is nicer too write. And that is an advantage of the Sink, Sourcearchtiecture. Observable/ Observerthere? Sourceand Sinkwould feel wrong becau...
https://gitter.im/OutWatch/Lobby?at=626139ac8db2b95f0ac822d5
CC-MAIN-2022-27
refinedweb
330
57.98
a simple static fileserver and directory index server in python (WSGI app) a simple static fileserver and directory index server in python (WSGI app) About Often for testing you will want a static fileserver and directory index as part of your WSGI stack. In addition, you may have requirements to run such as part of a ...
https://pypi.org/project/FileServer/
CC-MAIN-2017-39
refinedweb
274
53.51
In this article, I’ll show you: 💬 How to check the version of the Python module (package, library) array? And how to check if array is installed anyways? These are the eight best ways to check the installed version of the Python module array: - Method 1: pip show array - Method 2: pip list - Method 3: pip list | finds...
https://blog.finxter.com/how-to-check-array-package-version-in-python-2/
CC-MAIN-2022-33
refinedweb
993
61.77
This post comes in preparation for a post on decision trees (a specific type of tree used for classification in machine learning). While most mathematicians and programmers are familiar with trees, we have yet to discuss them on this blog. For completeness, we’ll give a brief overview of the terminology and constructio...
https://jeremykun.com/2012/09/16/trees-a-primer/
CC-MAIN-2019-09
refinedweb
2,172
62.38
On Tuesday 31 January 2012, Michael S. Tsirkin wrote: > I have an idea: we can make the generic one inline > if we keep it in the .c file. So something like > the below on top of my patch will probably work. > Ack? IMHO this is still worse than the macro, because it breaks common practice. The common way to do this is ...
http://www.linux-mips.org/archives/linux-mips/2012-01/msg00155.html
CC-MAIN-2014-52
refinedweb
147
67.79
Announcing MSTest Framework support for .NET Core RC2 / ASP.NET Core RC2 May 30, Installing the SDK Install the Visual Studio official MSI installer from Creating a class library project Create a .NET Core Class Library application. Open Visual Studio, and choose File | New | Project: Adding references for MSTest From ...
https://blogs.msdn.microsoft.com/devops/2016/05/30/announcing-mstest-framework-support-for-net-core-rc2-asp-net-core-rc2/?replytocom=67716
CC-MAIN-2017-43
refinedweb
5,055
52.36
Derby and JDBC version How-To "Help! Which Derby version am I using?" Table of Contents Contents the database is booted boot) Possible scenario: You found out that you have a Derby installation on your hard drive, but you don't know which version it is. Possible solution: Run sysinfo. Example: If you have derbyrun.jar ...
http://wiki.apache.org/db-derby/VersionInfo?action=diff
CC-MAIN-2013-20
refinedweb
1,016
51.55
Threads Versus The Singleton Pattern The Simple Singleton Factory Consider that you decide you do not want to instantiate multiple Helper objects—you only want one Helper object to exist. One reason for this decision is that you might have several methods in several classes that all need access to the same "state" info...
http://www.developer.com/design/article.php/10925_3680701_2/Threads-Versus-The-Singleton-Pattern.htm
CC-MAIN-2014-42
refinedweb
618
59.6
Details - Type: Bug - Status: Resolved - Priority: Critical - Resolution: Fixed - Affects Version/s: 0.90.4 - - Component/s: regionserver - Labels:None - Environment: all - Hadoop Flags:Reviewed - Release Note:HideThis.ShowThis. Description This follows the dicussion around HBASE-3855, and the random errors (20% failur...
https://issues.apache.org/jira/browse/HBASE-4195?focusedCommentId=13084444&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel
CC-MAIN-2014-15
refinedweb
3,604
66.33
semget - get a semaphore set identifier Synopsis Description Errors Notes Bugs Colophon #include <sys/types.h> #include <sys/ipc.h> #include <sys/sem.h> int semget(key_t key, int nsems, int semflg); sets associated data structure, semid_ds (see semctl(2)), as follows:The argument nsems can be 0 (a dont -1 is returned, ...
http://manpages.sgvulcan.com/semget.2.php
CC-MAIN-2018-17
refinedweb
111
59.5
My task I wasn’t in a hurry to accomplish mission no. 016 (in decimal), because I’m an author of this mess ;) So in this post I will show “my intended solution”. Before we begin, I want to give a huge shoutout to my IRC mate, who have told me a lot about a SSTV and a ham radio. This inspired me to create this mission. ...
https://s3gm3nt4ti0nf4ult.github.io/2017/10/en-gynvaels-mission-016/
CC-MAIN-2018-13
refinedweb
843
76.93
Previous: Install Graphite under pyenv virtualenv on Ubuntu Compared to Graphite, installing StatsD server is just a piece of cake. 1. Install Node.js. For better management on Node.js, you could consider using nvm. 2. Checkout the StatsD project on GitHub. git clone 3. Copy the exampleConfig.js and name it to whatever...
https://eureka.ykyuen.info/2014/08/22/statsd-installation-and-integration-with-graphite/
CC-MAIN-2020-16
refinedweb
376
62.95
In my programming class I work with Visual C++ and I made a program that compiles and runs perfectly on visual C++, but on Dev C++ it doens't recognise things like: left, fixed, right, showpoint. IT sees them as undeclared identifyers and stuff. I e-mailed the guys and they said that not only are those not ANSII standa...
http://cboard.cprogramming.com/cplusplus-programming/25173-code-won%27t-compile-devcplusplus-but-will-vcplusplus.html
CC-MAIN-2015-14
refinedweb
223
62.88
DCPython Meetup Sprint Plan (Nov 2010) This is the project planning page for the Python Beginner's Open Source Sprint, organized by the DCPython Meetup (primarily Alex Clark). There are a lot of people planning to attend, so a little advance planning is worthwhile. If people can figure out what projects they want to wo...
https://wiki.python.org/moin/DCPythonNov2010Sprint?action=fullsearch&context=180&value=linkto%253A%2522DCPythonNov2010Sprint%2522
CC-MAIN-2018-26
refinedweb
1,093
70.53
This article is based on Enterprise OSGi in Action, to be published If you’re like a lot of developers, you’ll probably divide your testing into a few phases. The lowest level tests you’ll run are simple unit tests that exercise individual classes but not their interactions with one another. The next group of tests in ...
http://www.javabeat.net/how-to-test-osgi-applications/
CC-MAIN-2014-42
refinedweb
4,635
53
Technical Articles Hands-On Tutorial: Machine Learning push-down to SAP HANA with Python With this tutorial you will learn how to train Machine Learning (ML) models in SAP HANA through Python code. Trigger predictive algorithms either from local Jupyter Notebooks or, even better, from Jupyter Notebooks within SAP Data ...
https://blogs.sap.com/2019/11/05/hands-on-tutorial-machine-learning-push-down-to-sap-hana-with-python/
CC-MAIN-2021-43
refinedweb
4,267
64.2
13 August 2012 05:10 [Source: ICIS news] SINGAPORE (ICIS)--?xml:namespace> The BD unit was restarted on 12 August after its unexpected shutdown on 8 August, the source said without disclosing the reason for the shutdown. “The BD plant’s operating rate is about 80% capacity, following yesterday’s restart.” the source ad...
http://www.icis.com/Articles/2012/08/13/9586213/chinas-bluestar-petrochemical-runs-bd-unit-at-80-after.html
CC-MAIN-2014-10
refinedweb
132
51.48
What about GD::Graph and related modules in that namespace. A number of years ago I was using GD::Graph to emit daily reports from overnight regression tests. I was writing the graphs to the filesystem which where then served up as static files by Apache, however if you prefer you can generate your graph within a CGI s...
http://www.perlmonks.org/?node_id=875818
CC-MAIN-2017-26
refinedweb
125
63.83
Noxive Ok finally solved it. I missed this fragment in the docs: Overriding the default provided on_message forbids any extra commands from running. To fix this, add a bot.process_commands(message) line at the end of your on_message Thanks everyone for help. Noxive @JonB Tried the function, nothing no response not on t...
https://forum.omz-software.com/user/noxive/posts
CC-MAIN-2019-35
refinedweb
422
70.6
Flash xml image veiwerJobs el de talle 1 de talle 2 de tralle 3 dwetalle 4 detalle 5 detalle... Hello, I am looking for someone who can find a link or a way to retrieve the xml of odds for some bookmakers (non english bookmakers). Please contact me privately I will provide you with more details. Regards I have ~50 imag...
https://www.dk.freelancer.com/job-search/flash-xml-image-veiwer/
CC-MAIN-2019-22
refinedweb
150
69.31
java.lang.Object java.util.EventObjectjava.util.EventObject javax.sql.RowSetEventjavax.sql.RowSetEvent public class RowSetEvent An Event object generated when an event occurs to a RowSet object. A RowSetEvent object is generated when a single row in a rowset is changed, the whole rowset is changed, or the rowset cursor...
http://docs.oracle.com/javase/1.5.0/docs/api/javax/sql/RowSetEvent.html
crawl-003
refinedweb
151
55.84
Running tests¶ Kolla-ansible contains a suit of tests in the tests directory. Any proposed code change in gerrit is automatically rejected by the Zuul CI system, test-requirements.txt and doc/requirements.txt files, so the only package you install is tox itself: pip install tox For more information, see the unit testin...
https://docs.openstack.org/kolla-ansible/latest/contributor/running-tests.html
CC-MAIN-2020-40
refinedweb
268
57.37
Date posted: 2017-10-09 In my last post I talked about some optimizations that the C compiler can do to our code. This time, I will talk a little about vectorization and how the compiler can also do it automatically. First, I want to talk about what vectorization is. Suppose we have the following code: short arr1[] = {...
https://hcoelho.com/blog/40/Auto-vectorization_with_GCC_on_Aarch64_and_also_my_SPO600_Lab_5
CC-MAIN-2020-45
refinedweb
2,202
72.29
#include "petscdmplex.h" #include "petscdmlabel.h" PetscErrorCode DMPlexCreateHybridMesh(DM dm, DMLabel label, DMLabel bdlabel, DMLabel *hybridLabel, DMLabel *splitLabel, DM *dmInterface, DM *dmHybrid)Collective on dm Note: The hybridLabel indicates what parts of the original mesh impinged on the on division surface. F...
https://www.mcs.anl.gov/petsc/petsc-dev/docs/manualpages/DMPLEX/DMPlexCreateHybridMesh.html
CC-MAIN-2019-35
refinedweb
220
58.21
1.0 Introduction A C program comprises of global data and functions. A program must have a main function and the execution starts at the first statement in the main function. A function has local data and statements. The control flow deals with the order in which statements are executed by a program. In this post, we w...
https://www.softprayog.in/programming/c-programming-tutorial-control-flow-and-functions
CC-MAIN-2021-39
refinedweb
2,225
65.93
Created on 2009-04-28 13:01 by alanh, last changed 2009-04-28 18:19 by mark.dickinson. This issue is now closed. mathmodule.c fails to compile because math_log1p() is missing in mathmodule.c... gcc -fno-strict-aliasing -DNDEBUG -O2 -pipe -fomit-frame-pointer -I. -IInclude -I./Include -DPy_BUILD_CORE -c ./Modules/mathmo...
https://bugs.python.org/issue5865
CC-MAIN-2021-21
refinedweb
764
79.97
Ok, we’ll admit it. We like FPGAs because it reminds us of wiring up a 100-in-1 kit when we were kids. But the truth is, many projects are just as well off to have a CPU. But there’s a real sweet spot when you have a CPU and an FPGA together. Intel (or Altera, if you prefer) has the NIOS II CPU core, but that’s hard to...
https://hackaday.com/2018/10/05/easy-fpga-cpu-with-max1000/
CC-MAIN-2018-43
refinedweb
1,770
69.92
0 I've been trying to get this code to build, but I keep receiving the following errors: week5Crook.obj : error LNK2019: unresolved external symbol "void __cdecl decrypt(char *)" (?decrypt@@YAXPAD@Z) referenced in function _main week5Crook.obj : error LNK2019: unresolved external symbol "void __cdecl encrypt(char *)" (...
https://www.daniweb.com/programming/software-development/threads/38525/lnk2019-error
CC-MAIN-2017-34
refinedweb
229
62.27
mfcalcLexer mfcalcMain yyparse yypush_parse yypull_parse yystate_new yystate_delete yylex yylex yyerror mfcalc YYPRINTMacro position location Next: Introduction, Up: (dir) [Contents][Index] This manual (23 January 2015) is for GNU Bison (version 3.0.4), the GNU parser generator.: Conditions, Previous: Top, Up: Top [Co...
http://www.gnu.org/software/bison/manual/bison.html
CC-MAIN-2016-36
refinedweb
19,091
57.77
17 AnswersNew Answer #include <iostream> #include <stdlib.h> #include <time.h> using namespace std; int main() { cout<<endl<<"\nWeight:"; double weight; cin>>weight; cout<<endl<<"\nHeight:"; double height; cin>>height; double heightpow2=height*height; double bmi=weight/heightpow2; cout<<endl<<"\nBmi = "<<bmi; double hl...
https://www.sololearn.com/Discuss/2706422/what-s-error-of-my-code/
CC-MAIN-2021-17
refinedweb
383
73.17
Tags and usertags The BTS supports tagging mechanisms to organize and manage bugs: global pre-defined tags: patch, wontfix, moreinfo, unreproducible, help, free-form usertags associated with a user There are 2 typical use cases of the usertags: package centric usertags which use the e-mail address packagename@packages....
https://wiki.debian.org/bugs.debian.org/usertags
CC-MAIN-2019-18
refinedweb
1,141
61.26
16 March 2009 By clicking Submit, you accept the Adobe Terms of Use. You should have a good understanding of Adobe Flash Professional and ActionScript 3.0. Intermediate In many SWF applications, developers need a way to programmatically monitor a timeline as it is played back so the code can take some action when a fra...
https://www.adobe.com/devnet/flash/articles/timelinewatcher.html
CC-MAIN-2017-13
refinedweb
1,747
54.52
wanted: sbcl version assert Bug Description Several times in my working with other people, since I am keeping up to date with SBCL, when I have them pull my latest code we go through a cycle of: them: "I'm getting error xyz." me: "Oh, you need to update to the latest SBCL." So I wrote the following in my initialization...
https://bugs.launchpad.net/sbcl/+bug/674372
CC-MAIN-2017-17
refinedweb
488
65.42
Socket programming is an important concept in the world of computer programming. When we are sending or receiving data between two communication links, we need to use socket programming. What is Socket Programming? Socket programming tells us how to create a link between the local and remote processes by using the sock...
https://www.alixaprodev.com/2021/10/socket-programming-with-python.html
CC-MAIN-2021-43
refinedweb
855
65.62
C++ Tutorial: Keyword - 2017 Q: What're the right forms of main()? - void main() - static int main() - int main(char** argv, int argc) - int main(int argc, char** argv) - int main() - inline int main(int argc, char* argv[]) - int main(char* argv[], int argc) - int main(int argc, char* argv[]) - int main(int argc, char*...
http://www.bogotobogo.com/cplusplus/cplusplus_keywords.php
CC-MAIN-2017-34
refinedweb
4,904
58.52
I have tried now for half a day, but I don't get "Sencha package build" working. Why is it that "Sencha package build" keep complaining that it can't find my Ext JS classes (f.e. Ext.panel.Panel)? I have done this so often, but with the latest Sencha Cmd it simply doesn't work. Has this been tested by Sencha, I mean wi...
https://www.sencha.com/forum/showthread.php?468626-Sencha-CMD-6-5-2-15-package-build-dependencies-problem&p=1314323
CC-MAIN-2018-05
refinedweb
252
58.48
If you are familiar with Brad Frost's Atomic Design (opens in new tab) or Pattern Lab (opens in new tab) you're probably wondering how it can be applied to a website layout (opens in new tab) styling language like CSS since; it's not really as structured as other programming languages, and all examples of Atomic Design...
https://www.creativebloq.com/css3/atomic-css-11619006
CC-MAIN-2022-27
refinedweb
996
54.66
Managing Dates and Times in JavaScript Using date-fns Working? Moment.js is a fantastic library for working with dates in JavaScript — it has many great features and offers a whole host of useful utilities. It is, however, is not without its critics. Many people cite the fact that Moment objects are mutable (i.e. opera...
https://www.sitepoint.com/date-fns-javascript-date-library/
CC-MAIN-2022-21
refinedweb
2,408
62.17
TerraPOV is a long-term project I started a while ago. I wanted it to be as declarative as I could have TerraPOV to do so, allowing the artist to minimmize programming, and then have those declarations be processed by a specialized engine. All in POV-SDL as a start point. The process of making a lansdcape scene would b...
http://news.povray.org/povray.binaries.tutorials/thread/%3Cop.utedr1iom1sclq%40pignouf%3E/
CC-MAIN-2018-51
refinedweb
409
53.44
hi hi I have connected mysql with jsp in linux and i have used JDBC connectivity but when i run the program, its not working the program is displaying hi....... hi....... i've a project on railway reservation... i need to connect netbeans and mysql with the help of jdbc driver... then i need to design... enter in my f...
http://www.roseindia.net/tutorialhelp/comment/97245
CC-MAIN-2014-49
refinedweb
988
64.81
Be the first to know about new publications.Follow publisher Unfollow publisher Sequim Gazette - Info Spread the word. Share this publication. - Stack Organize your favorites into stacks. - Like Like this publication. Living on the Peninsula, Winter 2012 Living on the Peninsula, Winter 2012 WINTER 2012 NONPROFITS ENRIC...
http://issuu.com/sgazette/docs/lopwinter2012?mode=window
CC-MAIN-2015-32
refinedweb
19,411
61.16
11539/jenkins-task-for-remote-hosts I am working on the deployment scenario in which I need to create and run jenkins task on list of hosts, i.e. create something like parametrized task (where ip address is a parameter) or a task on Multijob Plugin with HOST axis, but run by only 2 ones in parallel over multiple hosts....
https://www.edureka.co/community/11539/jenkins-task-for-remote-hosts
CC-MAIN-2019-39
refinedweb
206
66.03
At the heart of Planet Atom is the mergeatom module. I've updated mergeatom a lot since I first released it. It's still a simple Python utility for merging multiple Atom 1.0 feeds into an aggregated feed. Some of the features: - Reads in a list of atom URLs, files or content strings to be merged into a given target doc...
http://copia.posthaven.com/merging-atom-10-feeds-with-python
CC-MAIN-2017-13
refinedweb
192
52.9
How do I make a random number in python? On repl.it, import Math does not work, so I can not use math.random to make a random number. What do I do to generate a number? Answered by UzayAnil (24) [earned 5 cycles] AdamZow (9) a=random.randint(1,100); If you want just a random integer and not a floating point, here is th...
https://replit.com/talk/ask/How-do-I-make-a-random-number-in-python/23174
CC-MAIN-2021-25
refinedweb
257
73.58
The Arduino Yun has built-in WiFi and a second microprocessor which runs Linux. That means that you can write programs in your favorite scripting language and interact with APIs directly from your Arduino. In this tutorial, we’ll learn how to send SMS and MMS from our Arduino Yun using Python and Twilio. By the end we ...
https://www.twilio.com/blog/2015/02/send-sms-and-mms-from-your-arduino-yun.html
CC-MAIN-2020-50
refinedweb
1,692
70.63
Angular Master Class in Las Palmas Join our upcoming public training!Get a ticket → We are following the development of Angular 2.0.0 since the beginning on and are also contributing to the project. Just recently we’ve built a simple zippy component in Angular and in this article we want to show you how. Want to see th...
https://blog.thoughtram.io/angular/2015/03/27/building-a-zippy-component-in-angular-2.html
CC-MAIN-2019-09
refinedweb
2,434
56.45
AltCover 7.2.801 A cross-platform pre-instrumenting code coverage tool set for .net/.net core and Mono See the version list below for details. Install-Package AltCover -Version 7.2.801 dotnet add package AltCover --version 7.2.801 <PackageReference Include="AltCover" Version="7.2.801" /> paket add AltCover --version 7....
https://www.nuget.org/packages/AltCover/7.2.801
CC-MAIN-2021-10
refinedweb
761
58.08
Developing Smart Tag Solutions with Microsoft Office Access 2003 Frank C. Rice Microsoft Corporation March 2003 Applies to: Microsoft Office Access 2003 Summary: Learn about an exciting new feature in Microsoft Office Access 2003: smart tags. With smart tags, you can extend your Access solutions by easily adding additi...
https://docs.microsoft.com/en-us/previous-versions/office/developer/office-2003/aa218427(v=office.11)
CC-MAIN-2019-35
refinedweb
2,780
60.65
view raw I am trying to write program for piglatin. I was not getting the output what I am expecting. take the first letter of a “word” and appending that letter to the end of the word with “ay” added to the end as well. Input : Darrin, what are you doing with 500 and 100? Output: arrin, hatway reaay ouyay oingday ithw...
https://codedump.io/share/LrKDUNWgBvMO/1/issue-with-string-position-appending-c-program
CC-MAIN-2017-22
refinedweb
628
60.24
I think we could add in the future a wonderful feature to the product : allow any element in a browsed document to become editable. For instance, allow user to directly modify in the browser the textual contents of a paragraph, or even add elements and style them. Used in conjunction with DOM Load & Save, that could be...
https://bugzilla.mozilla.org/show_bug.cgi?id=97284
CC-MAIN-2017-34
refinedweb
17,595
70.63
Safety Notices This printer is certified as a Class 1 laser product under the USDepartment. The Center for Devices and Radiological Health (CDRH) of the U.S.Food and Drug Administration implemented regulations for laser products on August 2,1976. These regulations apply to laser products marketed in the United Stales. ...
https://manualzz.com/doc/6965401/laserprinter-4-user-s-manual
CC-MAIN-2020-29
refinedweb
18,857
63.09
Google Cloud function to generate thumbnail for images in Google Storage. Project description Google Cloud function to generate thumbnail for images in Google Storage. Convention The thumbnails are placed in a folder “thumbnails” at the same place as original file. The thumbnail size is appended to filename, right befo...
https://pypi.org/project/thunagen/
CC-MAIN-2020-05
refinedweb
298
58.38
When you want to filter out duplicates in a list in groovy you normally do something like: def list = [2, 1, 2, 3] def filtered = list as Set assertEquals([1, 2, 3], filtered as List) This kicks out all duplicates in a one-liner. But what if the list is sorted (e.g. in reverseOrder)? def list = [3, 2, 2, 1] def filtere...
https://schneide.blog/2008/09/12/when-as-set-is-not-what-you-want/
CC-MAIN-2022-27
refinedweb
162
69.31
. So I'm superbly confused, I notice in the answer to the question he initializes a statement of: Why is this necessary? When I write the code as follows it executes correctly, despite not having that statement included... I'm just confused as to any pros/cons with including or not including that statement. This is my ...
https://www.learncpp.com/cpp-tutorial/boolean-values/comment-page-6/
CC-MAIN-2021-04
refinedweb
2,939
72.36
09 December 2009 18:28 [Source: ICIS news] MIAMI (ICIS news)--Developing methanol from the US' vast reserves of natural gas locked in shale is possible, but only if the cost of natural gas stays under $5/MMBtu, a methanol industry advocate said on Wednesday. Speaking on the sidelines of the CMAI World Methanol Conferen...
http://www.icis.com/Articles/2009/12/09/9317923/shale-gas-to-methanol-possible-if-natgas-cost-remains.html
CC-MAIN-2014-42
refinedweb
133
54.56
What's on this Page Page 11: Revised 05/142000 Top of Page Back to Page 1 | Go to Table of Contents | On this Page: [Great Links][Book Reviews][Rabbit Hole] Almost every home page that I visit has its list of favorite links. Well, I have my list too! I surmise that you got to this site because of an interest in Roman C...
http://www.angelfire.com/ma/romewatch/page11.html
CC-MAIN-2017-04
refinedweb
6,283
70.84
Leon Washington Kick Return for TD 31 33,171 21 1 Ratings have been disabled for this video. Rating is available when the video has been rented. This feature is not available right now. Please try again later. 14:31 12th Fan View - San Diego Chargers at Seattle Seahawks 2010 Week 3by charliemac644,215 views 3:59 Best i...
http://www.youtube.com/watch?v=AQr3B0QbYBk&feature=youtu.be
CC-MAIN-2013-48
refinedweb
321
55.58
GSM SIM900 Shield w/ Quad-Band GSM RM185.00 - Product Code: GSM-SIM900-Shield - Availability: In Stock. Applications Features Package Included GPRS/GSM SIM900 Shield Development Board x 1 Note: - Make sure your SIM card is unlocked. - The product is provided as is without an insulating enclosure. Please observe ESD pre...
http://qqtrading.com.my/gsm/gsm-gprs-sim900-shield-w-quad-band-gsm
CC-MAIN-2019-39
refinedweb
448
73.98
More server issues this morning. Be aware. On another note, I think we need a word that describes what happens when a piece of technology stops working until you call technical support, only to start working again perfectly when you finally reach the tech support dude. Because, no lie, this has happened to me twice in ...
http://whatever.scalzi.com/2008/05/08/word-coining/
CC-MAIN-2013-20
refinedweb
2,587
71.95
link: sorry to be back on the forum asking another question so soon, but here it is… def cho_han(guess, amount): roll1 = random.randint(1,6) roll2 = random.randint(1,6) roll_total = roll1 + roll2 even_numbers = [2, 4, 6, 8, 10, 12] odd_numbers = [1, 3, 5, 7, 9, 11] if (roll1 + roll2 == even_numbers) and (guess == "Even...
https://discuss.codecademy.com/t/game-of-chance-code-challenge-4/440390
CC-MAIN-2019-43
refinedweb
211
67.69