url
stringlengths
13
4.35k
tag
stringclasses
1 value
text
stringlengths
109
628k
file_path
stringlengths
109
155
dump
stringclasses
96 values
file_size_in_byte
int64
112
630k
line_count
int64
1
3.76k
http://www.itwriting.com/blog/tag/c/page/2
code
Google has announced an early preview of Dart, a new language for web applications. The news is not a surprise, especially if you have been keeping track of the developer conference GOTO Aarhus, whose organisers had pre-announced that Google would be announcing its new language there, as indeed it did. Dart is a curly-...
s3://commoncrawl/crawl-data/CC-MAIN-2013-20/segments/1368696383263/warc/CC-MAIN-20130516092623-00033-ip-10-60-113-184.ec2.internal.warc.gz
CC-MAIN-2013-20
2,783
21
http://conferences.oreilly.com/oscon/oscon2009/public/schedule/share/a2e22af184236c37e182b14bdb2f6363
code
Personal schedule for Joseph Smarr subscribe to Joseph Smarr's As evidenced by Barack Obama’s successful presidential campaign, we have clearly entered the age of the social web. This developer-oriented workshop will emphasize the use and application of free, open building blocks for enabling social networking features...
s3://commoncrawl/crawl-data/CC-MAIN-2016-44/segments/1476988720972.46/warc/CC-MAIN-20161020183840-00060-ip-10-171-6-4.ec2.internal.warc.gz
CC-MAIN-2016-44
1,446
7
http://www.greatwebgames.com/educational/maths-mania/
code
A simple online math game presented exclusively for kids to improve their addition skills. Go through all the levels within the given time duration and don't miss to see the surprises too. On the left side of the screen you have all the answers and on the right side you have the equations, and it is up to you to pair t...
s3://commoncrawl/crawl-data/CC-MAIN-2020-16/segments/1585371620338.63/warc/CC-MAIN-20200406070848-20200406101348-00005.warc.gz
CC-MAIN-2020-16
1,009
4
http://www.expat.com/forum/viewtopic.php?id=597242
code
I am new to the forums and in need of some help. I am an Australian citizen and have fallen in love with an Egyptian that is living in Saudi Arabia for the last 17 years. He works as an Engineer. We would like to get married and I would like to move to Saudi Arabia to be with him. Please can anyone point me in the righ...
s3://commoncrawl/crawl-data/CC-MAIN-2017-13/segments/1490218193284.93/warc/CC-MAIN-20170322212953-00093-ip-10-233-31-227.ec2.internal.warc.gz
CC-MAIN-2017-13
522
5
http://www.learnenglishfeelgood.com/english-grammar-some-any2.html
code
> ENGLISH GRAMMAR EXERCISES > Some/any 2 ONLINE ENGLISH GRAMMAR QUIZ topic: SOME or ANY? 2 | level: Intermediate/ Advanced Click on Answer to see the correct response. BACK TO LIST OF EXERCISES OFFICIAL ENGLISH TESTS: The London Tests of English for Children (LTEFC) The London Tests of English for Children (LTEFC) are ...
s3://commoncrawl/crawl-data/CC-MAIN-2017-30/segments/1500550975184.95/warc/CC-MAIN-20170728163715-20170728183715-00642.warc.gz
CC-MAIN-2017-30
793
9
https://netlib.org/utk/lsi/pcwLSI/text/node385.html
code
In order to facilitate easier use and the possibility of heterogeneous parallel computers, Zipcode provides a mechanism to pack and unpack buffers and letters. Buffers are unstructured arrays of data provided by the user; they are applicable with buffer-oriented Zipcode commands. Letters are unstructured arrays of data...
s3://commoncrawl/crawl-data/CC-MAIN-2022-49/segments/1669446710953.78/warc/CC-MAIN-20221204004054-20221204034054-00557.warc.gz
CC-MAIN-2022-49
1,258
2
https://www.harveymercheum.com/2020/04/buy-me-a-coffee/
code
Buy me a coffee! I mentioned in one of the posts about the history of the Harvey Mercheum website about how I looked to the websites I was already visiting for inspiration. One trend I have noticed recently is the addition of some sort of “tip jar” functionality. I hate popups, and refuse to “monetize” the Harvey Merch...
s3://commoncrawl/crawl-data/CC-MAIN-2023-14/segments/1679296945368.6/warc/CC-MAIN-20230325161021-20230325191021-00583.warc.gz
CC-MAIN-2023-14
648
2
http://arkgeocaching.org/printthread.php?t=168&pp=10&page=1
code
"Email for a hint": Good Idea or Bad? Well, I've done some thinking about the "email for a hint" issue that was brought up in another thread. I figured this might deserve it's own thread, so here goes... Here's the crux, from my viewpoint: For some caches, if the hints were included on the cache page, it would decrease...
s3://commoncrawl/crawl-data/CC-MAIN-2017-13/segments/1490218188213.41/warc/CC-MAIN-20170322212948-00155-ip-10-233-31-227.ec2.internal.warc.gz
CC-MAIN-2017-13
1,922
7
https://www.tr.freelancer.com/projects/php-software-architecture/timesheet-module/
code
We have a custom script that allows our employees to enter information into thier weekly timesheets and print it out through a web interface. The script uses a MySQL database and PHP code. We would to to expand the functionality of the script to accomodate more employee information fields and to expand the reporting ca...
s3://commoncrawl/crawl-data/CC-MAIN-2018-13/segments/1521257648205.76/warc/CC-MAIN-20180323083246-20180323103246-00632.warc.gz
CC-MAIN-2018-13
1,511
8
https://thewebbazar2.medium.com/how-can-make-a-game-developer-93c8170e0119?source=post_internal_links---------1-------------------------------
code
HOW CAN MAKE A GAME DEVELOPER To become a game developer the most important thing is to have the creativity of the mind, how deeply you think, how much you can think and how much new thinking you have to say, what new effects can you put to make a game. To become a game developer you should have a good knowledge of sof...
s3://commoncrawl/crawl-data/CC-MAIN-2022-21/segments/1652663021405.92/warc/CC-MAIN-20220528220030-20220529010030-00040.warc.gz
CC-MAIN-2022-21
2,667
21
http://stackoverflow.com/questions/2575617/without-wrapping-jquery-search-result
code
ASP.NET is changing id, name values according to control's parent control name. That's why i am searching id with JQUERY as below. // $ is looking to the end of "id" attribute of input elements $("input[id$='cbAddToNews']") Only one element is returning by jQuery. But when i want to change the attribute, I'm using this...
s3://commoncrawl/crawl-data/CC-MAIN-2016-22/segments/1464051036499.80/warc/CC-MAIN-20160524005036-00195-ip-10-185-217-139.ec2.internal.warc.gz
CC-MAIN-2016-22
381
4
https://cafewebmaster.com/?page=5
code
I have a problem: I have a website which is older than 10 years. I was using a cpanel-whm server till 4 years ago. Than I changed to a Debian Lamp server with webmin. And upgraded the server last month. I had migrated cpanel-backups to webmin and after upgrade migrated webmin-backups to new webmin on new server. Awstat...
s3://commoncrawl/crawl-data/CC-MAIN-2024-10/segments/1707947473518.6/warc/CC-MAIN-20240221134259-20240221164259-00667.warc.gz
CC-MAIN-2024-10
577
2
https://www.analog.com/jp/resources/design-notes/using-the-chateau-to-configure-an-external-device.html
code
Using the Chateau to Configure an External Device Application Note 371 provides an example of how to configure the Chateau to configure external devices and lists which registers must be set. This application note describes how to configure the Chateau to configure external devices using the Chateau as a bridge from th...
s3://commoncrawl/crawl-data/CC-MAIN-2024-18/segments/1712296817442.65/warc/CC-MAIN-20240419172411-20240419202411-00572.warc.gz
CC-MAIN-2024-18
2,374
15
http://workplace.stackexchange.com/questions/tagged/untagged
code
The Workplace Meta to customize your list. more stack exchange communities Start here for a quick overview of the site Detailed answers to any questions you might have Discuss the workings and policies of this site tag has no wiki summary. Any Idea where to ask for a full Access Application [closed] i have a rather ann...
s3://commoncrawl/crawl-data/CC-MAIN-2015-32/segments/1438042989790.89/warc/CC-MAIN-20150728002309-00125-ip-10-236-191-2.ec2.internal.warc.gz
CC-MAIN-2015-32
2,399
54
https://blog.mevi.tech/setting-up-a-centos-8-server-as-a-virtualization-host/
code
If you are trying to setup virtual machines in a CentOS 8 server, the following are the steps. I set this up in AWS with an m5d.metal instance (only metal instances allow direct hardware access in AWS. AWS does not support nested virtualization) but it is the same for any CentOS 8 server. Once you get the server up and...
s3://commoncrawl/crawl-data/CC-MAIN-2024-18/segments/1712297284704.94/warc/CC-MAIN-20240425032156-20240425062156-00559.warc.gz
CC-MAIN-2024-18
2,303
27
http://www.bigresource.com/MS_SQL-generate-text-file-with-timestamp-zYXcAMeV.html
code
I need to generate a text file from SQL Server. The task automatically runs daily. The format of the text file use "/" to separate the field and the row. At the end of the file, it adds number of char and uses "". The number of char includes the data parts and excludes a few word of "the number of char". For example, T...
s3://commoncrawl/crawl-data/CC-MAIN-2015-35/segments/1440644065910.17/warc/CC-MAIN-20150827025425-00230-ip-10-171-96-226.ec2.internal.warc.gz
CC-MAIN-2015-35
11,326
54
http://bookwebtranslations.com/repeated-w97m-adnel/repair-repeated-w97m-adnel-infections-reported-by-win-defender.php
code
I have tried 6 different types of driver a few days back. Have you referenced the appropriate PSU pinout properly? These were then swap the boards. Repeat for all of your "home" folders. There seems to be a greatit and I am having a horrible time.No voice hpi capture buffer no W97M/Adnel HIS Radeon HD 6950 for around 1...
s3://commoncrawl/crawl-data/CC-MAIN-2018-43/segments/1539583515375.86/warc/CC-MAIN-20181022180558-20181022202058-00361.warc.gz
CC-MAIN-2018-43
5,567
21
https://mom.maison-objet.com/en/brand/11611/mordeco
code
06-10 September 2019 SMART GIFT Hall 1 — Stands I30 - J29 MORDECO, named from our concept “more than décor”. Focusing on small issue of our daily object, improve it by providing more practical function. Eventually, came out with the easiest solution. Let’s make things easier.
s3://commoncrawl/crawl-data/CC-MAIN-2019-35/segments/1566027314959.58/warc/CC-MAIN-20190819201207-20190819223207-00345.warc.gz
CC-MAIN-2019-35
285
4
https://forum.netgate.com/topic/1838/need-peruserbw-package
code
Need PerUserBW Package I'm need this package very much! When it release? Post a bounty. Maybe it attracts somebodies attention. There is noone working on that feature atm and there is no planned releasedate for this. Never for 1.0. There is a bug in FreeBSD related to dummynet + pf rdr's. I'm very disappointed. Why not...
s3://commoncrawl/crawl-data/CC-MAIN-2024-10/segments/1707947474360.86/warc/CC-MAIN-20240223021632-20240223051632-00601.warc.gz
CC-MAIN-2024-10
773
13
https://meetingorganizer.copernicus.org/EGU2020/session/36766
code
ENSO and its interactions with other tropical basins are the dominant source of interannual climate variability in the tropics and across the globe. Understanding the dynamics, predictability, and impacts of ENSO and tropical basins interactions, and anticipating their future changes are thus of vital importance for so...
s3://commoncrawl/crawl-data/CC-MAIN-2024-18/segments/1712296817128.7/warc/CC-MAIN-20240417013540-20240417043540-00593.warc.gz
CC-MAIN-2024-18
1,654
5
https://answers.netlify.com/t/problems-with-redirect-jwt-role-gated-pages-on-edge/20111/30
code
That is true, but do understand that Netlify Identity is itself a secure Auth provider (like Okta, Auth0, etc.) and has deep integration with Netlify’s Redirects engine and Netlify Functions (which are super powerful when combined with Identity). That’s exactly what Netlify Identity was built to do. I’m not sure why yo...
s3://commoncrawl/crawl-data/CC-MAIN-2022-40/segments/1664030337889.44/warc/CC-MAIN-20221006222634-20221007012634-00635.warc.gz
CC-MAIN-2022-40
17,345
63
http://eris.liralab.it/summerschool2008/
code
Welcome to the RobotCub Summer School! For the latest summer school, see: We are extremely grateful to the support of the euCognition network (www.eucognition.org) which allowed us to accept several excellent candidates who would otherwise not have been able to fund participation in the school. The RobotCub Summer Scho...
s3://commoncrawl/crawl-data/CC-MAIN-2016-30/segments/1469257823935.18/warc/CC-MAIN-20160723071023-00022-ip-10-185-27-174.ec2.internal.warc.gz
CC-MAIN-2016-30
2,688
17
https://gizmodo.com/japans-super-sink-can-do-it-all-well-almost-233628
code
Where else but Japan would you find a sink like this? It's got basically every sink-related bathroom item built right in, with motion sensors for each. Sure, it's got water, soap, and a hand dryer all built-in, but, as Travis asked, can you pee in it? Keep working at it, Japan. You're almost there. Thanks for the tip, ...
s3://commoncrawl/crawl-data/CC-MAIN-2021-43/segments/1634323585441.99/warc/CC-MAIN-20211021195527-20211021225527-00482.warc.gz
CC-MAIN-2021-43
329
2
https://swiftpackageindex.com/yutailang0119/xcopen
code
- In development for 3 years, with 55 commits and 2 releases. - There are 4 open issues and no open pull requests. The last issue was closed 2 years ago and the last pull request was merged/closed almost 2 years ago. - MIT licensed - 4 stars - 1 library - 1 executable A tool to easily open a file of .xcodeproj, .xcwork...
s3://commoncrawl/crawl-data/CC-MAIN-2021-39/segments/1631780057615.3/warc/CC-MAIN-20210925082018-20210925112018-00682.warc.gz
CC-MAIN-2021-39
465
10
http://docs.codehaus.org/pages/viewpage.action?pageId=230399509
code
This year, the Groovy Project is applying to the Google Summer of Code as an organization. In the previous years, we had a few students from the GSoC programme work on Groovy through the Codehaus organization, but in 2013 we'd like to expand our involvement in the programme by also offering opportunities to other proje...
s3://commoncrawl/crawl-data/CC-MAIN-2015-22/segments/1432207928479.19/warc/CC-MAIN-20150521113208-00256-ip-10-180-206-219.ec2.internal.warc.gz
CC-MAIN-2015-22
5,686
25
https://elearningworld.net/InteractiveBookDesign/chapter-2-learning-by-doing-design/10/
code
The documentation tool aims to make it easy to create assessment wizards for goal-driven activities. It can also be used as a form wizard. While editing, the author can add multiple steps to the wizard. In each step, the author can define which content goes into that step. Content can be plain text, input fields, goal ...
s3://commoncrawl/crawl-data/CC-MAIN-2021-25/segments/1623487614006.8/warc/CC-MAIN-20210614232115-20210615022115-00478.warc.gz
CC-MAIN-2021-25
1,361
3
https://community.infineon.com/t5/Motor-Control-ICs/bd-p/motorcontrolic/page/3
code
Motor Control ICs Forum Discussions MCE Designer becomes unresponsive and no longer able to turn off the Motor every time I tired to run PFC first and then run Motor. But there is no problem if I turn on only one(either pfc or Motor) and run. The tools that I use for this application are: EVAL-M3-302F for controller an...
s3://commoncrawl/crawl-data/CC-MAIN-2022-40/segments/1664030334514.38/warc/CC-MAIN-20220925035541-20220925065541-00217.warc.gz
CC-MAIN-2022-40
4,309
41
https://kb.k12usa.com/Knowledgebase/50097/Proxy-Auto-Detect-WPAD-Issues-With-IE-Windows-7
code
Windows 7 added a feature when using Proxy Auto Detect (WPAD) with Internet Explorer, where if the computer fails to detect the proxy settings once, it will not try again. This is a problem if you then later configure your network to support Proxy Auto Detect. This article explains how to disable this new feature, and ...
s3://commoncrawl/crawl-data/CC-MAIN-2023-23/segments/1685224647614.56/warc/CC-MAIN-20230601042457-20230601072457-00476.warc.gz
CC-MAIN-2023-23
3,098
39
https://mail.python.org/pipermail/python-list/2010-January/563089.html
code
mensanator at aol.com Sun Jan 3 02:52:55 CET 2010 On Jan 2, 4:19 pm, Emile van Sebille <em... at fenx.com> wrote: > On 1/1/2010 5:05 PM Steven D'Aprano said... > > In Python terms, imagine if we could write > > foriinrange(10): > > instead of the usual > > for i in range(10): > > Since the colon makes it unambiguous th...
s3://commoncrawl/crawl-data/CC-MAIN-2018-09/segments/1518891815934.81/warc/CC-MAIN-20180224191934-20180224211934-00591.warc.gz
CC-MAIN-2018-09
1,338
25
https://www.microsoftpartnercommunity.com/t5/Technical-Resources/Developer-Relations-June-Updates/m-p/22022
code
Developer Relations June Updates For those who were unable to attend virtual Build last month, here's a round up of sessions the Microsoft Startup Advocates led on topics ranging from technology to coping strategies during difficult times. Be sure to check out the below and learn some cool new things: - Healthcare star...
s3://commoncrawl/crawl-data/CC-MAIN-2020-29/segments/1593657140746.69/warc/CC-MAIN-20200713002400-20200713032400-00598.warc.gz
CC-MAIN-2020-29
1,879
22
https://clojurians-log.clojureverse.org/clojure/2019-01-06
code
This page is not created by, affiliated with, or supported by Slack Technologies, Inc. - # announcements (4) - # aws (2) - # beginners (48) - # calva (39) - # cljsrn (12) - # clojure (98) - # clojure-dusseldorf (1) - # clojure-serbia (2) - # clojure-spec (13) - # clojure-uk (13) - # clojurescript (97) - # code-reviews ...
s3://commoncrawl/crawl-data/CC-MAIN-2023-23/segments/1685224647810.28/warc/CC-MAIN-20230601110845-20230601140845-00629.warc.gz
CC-MAIN-2023-23
9,634
119
https://www.thejournal.club/c/paper/337380/
code
We consider the task of grasping a target object based on a natural language command query. Previous work primarily focused on localizing the object given the query, which requires a separate grasp detection module to grasp it. The cascaded application of two pipelines incurs errors in overlapping multi-object cases du...
s3://commoncrawl/crawl-data/CC-MAIN-2022-27/segments/1656103037089.4/warc/CC-MAIN-20220626040948-20220626070948-00724.warc.gz
CC-MAIN-2022-27
878
1
https://mukn.com/team/marcingrzybowsky/
code
VP of Formal Methods Marcin has been working professionally in software development for more than 15 years. After using Agda and Idris for personal projects, he became captivated by dependently typed languages and Homotopy Type Theory and has been using these technologies for the benefit of commercial projects Since 20...
s3://commoncrawl/crawl-data/CC-MAIN-2024-10/segments/1707947475701.61/warc/CC-MAIN-20240301193300-20240301223300-00419.warc.gz
CC-MAIN-2024-10
786
5
http://nontonsub.cc/the-knight-of-shadows-between-yin-and-yang/
code
Action, China, Fantasy Austin Lin, Charles Luu, Elane Zhong, Ethan Juan, Jackie Chan, Lance Luu, Lin Peng, Mark Luu, Qiao Shan, Yuen King-Tan A legendary demon hunter (Jackie Chan), tracking down beasts that enter the human dimension, assisted by a lawman protégé and a motley group of friendly monsters. Your email addr...
s3://commoncrawl/crawl-data/CC-MAIN-2020-05/segments/1579250594391.21/warc/CC-MAIN-20200119093733-20200119121733-00462.warc.gz
CC-MAIN-2020-05
377
4
https://renovation.leam.dev/dart-flutter/getting-started
code
hostURLbeing a required param, either of the below is required when initializing: renovation_coreis installed in the backend, you can enable it as follows: RequestResponseobject as a Future. The structure of the class is explained below. Unless mentioned, all returns from the methods are enclosed within Tis a the retur...
s3://commoncrawl/crawl-data/CC-MAIN-2022-21/segments/1652662522270.37/warc/CC-MAIN-20220518115411-20220518145411-00079.warc.gz
CC-MAIN-2022-21
485
7
http://forums.techsoup.org/cs/community/f/21/t/44457.aspx
code
Become a social impact investor for as little as $50. Just got the email from Techsoup today which reads, "Need Microsoft Access? You can get it for an admin fee of just $10. Put the two together and you have a powerful collection of software for just $39." So why exactly did the price of Pro jump so drastically? I sti...
s3://commoncrawl/crawl-data/CC-MAIN-2019-30/segments/1563195524111.50/warc/CC-MAIN-20190715195204-20190715221204-00464.warc.gz
CC-MAIN-2019-30
1,941
9
https://www.osnews.com/story/2052/the-point-not-taken/
code
“No matter how often it has been said, it seems that many GNU/Linux and Macintosh users refuse to see the obvious. The response to a recent article of mine demonstrated this statement as well as any other example I can think of. What is so obvious? That while speciality software and functionality is nice, it isn’t goin...
s3://commoncrawl/crawl-data/CC-MAIN-2023-14/segments/1679296945182.12/warc/CC-MAIN-20230323163125-20230323193125-00375.warc.gz
CC-MAIN-2023-14
35,111
123
https://effectivedatabase.com/simplifying-your-processes-means-limiting-your-inputs/
code
Decreased online registrations. High levels of customer complaints. Increasing training expenses. All warning signs that led one of my clients to conclude that their registration process was crying out for simplification. Are your processes too complicated? It may be that youve created too many inputs. Take, for exampl...
s3://commoncrawl/crawl-data/CC-MAIN-2024-10/segments/1707947473360.9/warc/CC-MAIN-20240221002544-20240221032544-00487.warc.gz
CC-MAIN-2024-10
2,384
18
http://feedback.windowsazure.com/forums/216369
code
Support RavenDB as a "database" option for Azure Web Sites, and preferrably as a complete service like SQL Database. RavenDB has become the go-to-standard for many developers working on .Net today, and its availability as a "database" option would be a great addition to Azure. Either provide it yourself, or assist Rave...
s3://commoncrawl/crawl-data/CC-MAIN-2014-10/segments/1393999651148/warc/CC-MAIN-20140305060731-00036-ip-10-183-142-35.ec2.internal.warc.gz
CC-MAIN-2014-10
1,842
18
https://medviceglobal.com/case-studies
code
A private healthcare provider with three hospitals in Saudi Arabia was experiencing several clinical engineering challenges. In particular, frequent equipment failures led to a lack of revenue generation, and their limited resources and decentralized management meant that they had to over rely on OEMs to fix equipment....
s3://commoncrawl/crawl-data/CC-MAIN-2021-39/segments/1631780057039.7/warc/CC-MAIN-20210920131052-20210920161052-00706.warc.gz
CC-MAIN-2021-39
834
6
https://zerolight.com/careers/blog/careers-advice/your-third-year-at-university-the-final-push-to-stand-out
code
Your University course will give you the grounding in core development principals, and getting to grips with general programming practices will be one of the most valuable things you'll take away from your academic career. But if you look around you, there are many other students gaining that same knowledge. What separ...
s3://commoncrawl/crawl-data/CC-MAIN-2022-49/segments/1669446710953.78/warc/CC-MAIN-20221204004054-20221204034054-00758.warc.gz
CC-MAIN-2022-49
4,567
13
https://community.qlik.com/t5/New-to-QlikView/I-have-got-a-tricky-requirement-Can-somebody-know-the-way-out/m-p/63620
code
I have got a tricky requirement. Can somebody know the way out? On my Qlikview dashboard there is a list box which is used to accept user input for MONTH. User is allowed to select multiple values at same time. However, logically It is correct in case of MTD value and not in case of YTD values(there is another list box...
s3://commoncrawl/crawl-data/CC-MAIN-2020-45/segments/1603107894890.32/warc/CC-MAIN-20201027225224-20201028015224-00054.warc.gz
CC-MAIN-2020-45
882
5
http://forum.banana-pi.org/t/bpi-r2-new-image-debian-10-buster-image-with-kernel-4-19-62/9601/22
code
just say me the config-options needed…i don’t wanted an all-yes-config so i activated only the options needed by me and the people reported options to me. but this is kernel-related, not image-related. eth0/eth1 are the (internal) cpu-ports between SOC and Switch, lanX/wan are the (physical/external) dsa-ports of the s...
s3://commoncrawl/crawl-data/CC-MAIN-2020-10/segments/1581875145729.69/warc/CC-MAIN-20200222211056-20200223001056-00258.warc.gz
CC-MAIN-2020-10
663
2
http://googlecode.blogspot.com/2008/11/adding-some-style-to-wiki-on-google.html
code
Based on user feedback, we added a few highly requested features to the project hosting wiki on Google Code. To improve navigation from one wiki page to another, we added side navigation across wiki pages (e.g doctype docs). You can add a 'Wiki sidebar' by specifying the wiki file that describes your side navigation in...
s3://commoncrawl/crawl-data/CC-MAIN-2017-22/segments/1495463607120.76/warc/CC-MAIN-20170522211031-20170522231031-00314.warc.gz
CC-MAIN-2017-22
576
4
https://roadmap.mem.ai/b/bugs/database-not-updating-tags-on-mems/
code
||Paco Cantero WORRYbeHAPPY| If I change a tag, removing it from a mem, if I make a search using the removed tag, the results of the searching process show the mem with the deleted tag. This is quite annoying because I use tags to represent status or to identify certain mems. I know it's an issue with the update in you...
s3://commoncrawl/crawl-data/CC-MAIN-2023-14/segments/1679296949694.55/warc/CC-MAIN-20230401001704-20230401031704-00005.warc.gz
CC-MAIN-2023-14
3,889
31
https://www.visalist.io/djibouti/visa-free
code
Djiboutian citizens can travel to 18 visa free countries Frequently Asked Questions Where can Djiboutian citizens travel without a visa in 2022 Djiboutian passport citizens can visit 18 countries visa free without a visa. Djibouti passport visa free countries include Togo, Ethiopia, Palestine and Benin. Djibouti passpo...
s3://commoncrawl/crawl-data/CC-MAIN-2022-49/segments/1669446710192.90/warc/CC-MAIN-20221127041342-20221127071342-00468.warc.gz
CC-MAIN-2022-49
668
5
https://forum.up-community.org/discussion/4269/dmi-table-is-broken-error-message-on-new-bios-r1-5
code
dmi table is broken error message on new BIOS R1.5 Just upgrade new bios for Up Core Plus. After upgrade BIOS R1.5 (UPCPSM15), the linux kernel 4.14.87-rt49 got the message "invalid entry length (0). dmi table is broken stop" and power switch cannot press to shutdown. Before upgrade, the BIOS R1.0 working fine without ...
s3://commoncrawl/crawl-data/CC-MAIN-2021-10/segments/1614178350706.6/warc/CC-MAIN-20210225012257-20210225042257-00550.warc.gz
CC-MAIN-2021-10
410
2
https://routeofpie.com/2014/05/28/facebook-reduces-automatic-updates-that-are-implicitly-shared-on-the-news-feeds/
code
Ever been listening to some music, or watching something on a completely different site, and then when you visit Facebook, it says “Mr. X listened to baby got back on Grooveshark”? Although Facebook describes it as ‘surprising’ or ‘confusing’, sometimes it just gets borderline creepy, and hence they are changing that. ...
s3://commoncrawl/crawl-data/CC-MAIN-2022-21/segments/1652662521152.22/warc/CC-MAIN-20220518052503-20220518082503-00343.warc.gz
CC-MAIN-2022-21
1,271
5
https://www.mapwise.com/data/metadata/openstreetmap
code
OpenStreetMap is a global map editable by anyone in the world. OpenStreetMap (OSM) is often referred to as "Wikipedia for maps." This data set consists of pre-rendered tiles that are used as a basemap for browsing and overlaying other information. Provide a free and open world-wide basemap data set. OpenStreetMap Found...
s3://commoncrawl/crawl-data/CC-MAIN-2023-40/segments/1695233510100.47/warc/CC-MAIN-20230925215547-20230926005547-00329.warc.gz
CC-MAIN-2023-40
593
6
https://www.experts-exchange.com/questions/28653729/Can't-set-a-lan-adapter-to-fixed-IP-address.html
code
I have a Win 7 PC with a LAN adapter that needs a static IP address: 192.168.0.210. Previously this PC was set up with the static IP address. After a windows update, the adapter will not function properly with the static address assigned. I can put in the static address into the adapter properties. However, when I do a...
s3://commoncrawl/crawl-data/CC-MAIN-2018-51/segments/1544376824180.12/warc/CC-MAIN-20181212225044-20181213010544-00552.warc.gz
CC-MAIN-2018-51
839
6
https://community.atlassian.com/t5/Agile-questions/Looking-for-some-drag-and-drop-features-on-the-agile-boards/qaq-p/587214
code
I am wondering if the following drag and drop features are somehow available for the Jira Agile Boards: I am quite sure it does not work with the existing boards. Are there any plugins or something to realize it? We are currently testing Jira in the cloud but plan to switch to a server version, if tests are successful....
s3://commoncrawl/crawl-data/CC-MAIN-2022-27/segments/1656104240553.67/warc/CC-MAIN-20220703104037-20220703134037-00103.warc.gz
CC-MAIN-2022-27
1,873
13
https://m.timesjobs.com/mobile/job-detail/senior-graphics-design-verification-engineer-amd-india-pvt-ltd-united-states-of-america-usa-8-11yrs-jobid-t1eLbl05i79zpSvf__PLUS__uAgZw==-key-senior-graphic-designer-loc-661100-bc-+-sequence-22
code
Senior Graphics Design Verification Engineer - 77334 Location: Orlando, Florida, US Company: Advanced Micro Devices What you do at AMD changes everything At AMD, we push the boundaries of what is possible. We believe in changing the world for the better by driving innovation in high-performance computing, graphics, and...
s3://commoncrawl/crawl-data/CC-MAIN-2020-10/segments/1581875145746.24/warc/CC-MAIN-20200223032129-20200223062129-00240.warc.gz
CC-MAIN-2020-10
2,754
25
https://techcommunity.microsoft.com/t5/office-365/search-indexing-issues-365-outlook/td-p/1612715
code
Aug 25 2020 a standalone machine had issues with indexing. User says it started after 2004 update. I tested and see it only finds emails from the day, not past emails. I rolled back 2004. Issue remained. I went into options and switched from current folder. Current mailbox. to Current Mailbox (the third option) which r...
s3://commoncrawl/crawl-data/CC-MAIN-2022-05/segments/1642320301670.75/warc/CC-MAIN-20220120005715-20220120035715-00328.warc.gz
CC-MAIN-2022-05
400
5
http://3weekdietideal.com/weight-loss-and-metformin-diet-18/
code
Weight Loss And Metformin Diet Keep in mind that metformin is a relatively safe drug with side effects that usually go away over time. any weight loss you may have while taking it should be gradual and minimal and should not. It is taken orally and produces some of the best success stories for people with diabetes look...
s3://commoncrawl/crawl-data/CC-MAIN-2020-05/segments/1579251773463.72/warc/CC-MAIN-20200128030221-20200128060221-00051.warc.gz
CC-MAIN-2020-05
920
2
https://apple.stackexchange.com/questions/363761/hard-factory-reset-ipad-3-without-device-password-and-itunes
code
I have an iPad 3 which is disabled and not connected to the Internet. It says that I should connect iTunes but then I have to accept the connection. When I press "Next", it says that I have to answer the pop-up on my iPad, which is locked. Also, I've forgotten my security questions. Is there any way to Factory / Hard r...
s3://commoncrawl/crawl-data/CC-MAIN-2024-18/segments/1712296817033.56/warc/CC-MAIN-20240415205332-20240415235332-00716.warc.gz
CC-MAIN-2024-18
400
2
http://www.linuxquestions.org/questions/linux-newbie-8/ubuntu-grub-install-giving-me-headache-754357/page2.html
code
So found a solution to the problem. It seems that nvidia drivers arent compatible. Whether its coz of 64bit or what!?! But here is what I did to get back into gnome and stop it complaining about the power management. 1) When it was complaining I opened another tty with CTRL-1 2) sudo apt-get remove xserver-xorg 3) sudo...
s3://commoncrawl/crawl-data/CC-MAIN-2017-13/segments/1490218189471.55/warc/CC-MAIN-20170322212949-00238-ip-10-233-31-227.ec2.internal.warc.gz
CC-MAIN-2017-13
625
11
http://adreama.blogspot.com/2007/11/oralcomputer-rpg.html
code
A hybrid system would use computers to model aspects of the games, but not the entire world. Ideally this would use a laptop with accessory screen/projector allowing the DM to switch of the main screen to edit the world and see character stats. For example, the DM narates the story of the characters travelling. He then...
s3://commoncrawl/crawl-data/CC-MAIN-2018-26/segments/1529267864300.98/warc/CC-MAIN-20180621211603-20180621231603-00279.warc.gz
CC-MAIN-2018-26
845
4
https://devpost.com/software/mailtrail
code
We wanted to create a multiplayer game that would allow anyone to join and participate freely. We couldn't decide on what platform to build for, so we got the idea to create a game that is so platform independent we could call it platform transcendent.. Since the game is played through email and sms, it can be played o...
s3://commoncrawl/crawl-data/CC-MAIN-2023-40/segments/1695233510575.93/warc/CC-MAIN-20230930014147-20230930044147-00134.warc.gz
CC-MAIN-2023-40
1,827
13
http://blog.wybowiersma.net/2013/08/28/another-exciting-year-at-the-oii.html
code
A swim with friends in the river at Port Meadow Last year at almost any time there was something more interesting to do in Oxford than updating this blog. Such as friends to meet, papers to read, famous speakers to hear at the Oxford Union, or a sunny swim in the river at Port Meadow. With most of the city still in sum...
s3://commoncrawl/crawl-data/CC-MAIN-2017-17/segments/1492917118743.41/warc/CC-MAIN-20170423031158-00000-ip-10-145-167-34.ec2.internal.warc.gz
CC-MAIN-2017-17
2,817
9
http://www.coderanch.com/t/595844/Web-Services/java/returning-user-defined-object-array
code
This week's book giveaway is in the OO, Patterns, UML and Refactoring forum. We're giving away four copies of Refactoring for Software Design Smells: Managing Technical Debt and have Girish Suryanarayana, Ganesh Samarthyam & Tushar Sharma on-line! See this thread for details. If this was my problem I would use the SAXP...
s3://commoncrawl/crawl-data/CC-MAIN-2015-32/segments/1438042981856.5/warc/CC-MAIN-20150728002301-00106-ip-10-236-191-2.ec2.internal.warc.gz
CC-MAIN-2015-32
736
7
https://www.cs.uic.edu/~sistla/interest_security.html
code
Our projects in security are broadly focussed in two directions. The first direction is on exploring model checking based techniques for analyzing access control policies and for verifying security properties of programs. The second direction is towards developing program transformation techniques for preventing leakag...
s3://commoncrawl/crawl-data/CC-MAIN-2021-17/segments/1618038084765.46/warc/CC-MAIN-20210415095505-20210415125505-00600.warc.gz
CC-MAIN-2021-17
2,525
23
https://medium.com/@dpthegrey/technique-required-to-solve-problem-intelligently-b4b39496ebf5?source=rss------artificial_intelligence-5
code
Problem solving is the major area of concern in Artificial Intelligence. It is the process of generating solution from given observed data. To solve a particular problem, we need to build a system or a method which can generate required solution. Following four things are required for building such system. - Define the...
s3://commoncrawl/crawl-data/CC-MAIN-2020-45/segments/1603107918164.98/warc/CC-MAIN-20201031121940-20201031151940-00366.warc.gz
CC-MAIN-2020-45
692
8
https://www.tileletter.com/mid-america-tile-introduces-new-products/
code
Mid America Tile introduces three new series DIVINITY: Taking artistry to another level Distinguished by a rich surface of captivating veining, delicate striations, and subtle imperfections of natural stone, this color body porcelain floor and wall tile exceeds even the highest expectations. Also available for QUICK SH...
s3://commoncrawl/crawl-data/CC-MAIN-2023-50/segments/1700679103558.93/warc/CC-MAIN-20231211045204-20231211075204-00775.warc.gz
CC-MAIN-2023-50
1,090
13
https://corwin.zendesk.com/hc/en-us/articles/360024510993-What-is-the-preferred-timescale-over-which-an-effect-size-can-be-calculated-
code
Work in schools and subsequent analyses indicate that a minimum of an 8-12-week period is needed to show effects, if any, to be detected using effect-sizes. Articles in this section - Why does the Visible Learning research use effect sizes? - Why do you use an effect size of d=0.40 as a cut-off point and basically igno...
s3://commoncrawl/crawl-data/CC-MAIN-2020-29/segments/1593655897027.14/warc/CC-MAIN-20200708124912-20200708154912-00171.warc.gz
CC-MAIN-2020-29
874
12
http://www.cyburbia.org/forums/showthread.php?t=38720
code
Since my job search is going so poorly, I was wondering how effective it is to identify a number of places you want to work at, identifying who the hiring person is, and then sending them a resume and cover letter, even though no job is being advertised. The cover letter would describe why you want to work there and wh...
s3://commoncrawl/crawl-data/CC-MAIN-2017-09/segments/1487501171781.5/warc/CC-MAIN-20170219104611-00370-ip-10-171-10-108.ec2.internal.warc.gz
CC-MAIN-2017-09
574
1
https://www.fitzwilliaminstitute.ie/blog/What-is-the-most-in-demand-role-in-tech
code
Interested in working in tech, but not sure what you want to do? A recent survey from Paysa may help you make your choice of tech jobs. The world of tech offers many attractive employment opportunities. Near constant growth and innovation ensure that careers in tech are built for longevity, and tech jobs – with high sa...
s3://commoncrawl/crawl-data/CC-MAIN-2023-50/segments/1700679099514.72/warc/CC-MAIN-20231128115347-20231128145347-00679.warc.gz
CC-MAIN-2023-50
4,424
32
https://primecomputer.ch/en/hotels/
code
The hotel industry has special requirements for the IT hardware used. The Prime Computer products can fulfill these special demands. For use at the reception, in conference rooms or in the guest rooms, the PCs may only take up a small amount of space. Attractive design and silence are crucial in places where guests can...
s3://commoncrawl/crawl-data/CC-MAIN-2020-10/segments/1581875143695.67/warc/CC-MAIN-20200218120100-20200218150100-00128.warc.gz
CC-MAIN-2020-10
521
2
https://www.devconnectprogram.com/site/global/products_resources/ip_office/compliance_testing/index.gsp
code
DevConnect Technology Partners and other test-enabled members with commercial solutions that utilize or interface with Avaya platforms to provide end customers with key communications and collaboration functionality may be eligible to undertake DevConnect Compliance Testing. Successful completion of DevConnect Complian...
s3://commoncrawl/crawl-data/CC-MAIN-2024-18/segments/1712296817438.43/warc/CC-MAIN-20240419141145-20240419171145-00789.warc.gz
CC-MAIN-2024-18
2,908
22
https://talk.remobjects.com/t/sql-not-validating-backslash-characters-correctly/18056
code
Similar to the issue described here: It seems the SQL parser in the schema modeler doesn’t like backslash characters. If I use this type of construct: SELECT Column1 + ‘’ + Column2 FROM… This fails to validate despite being perfectly valid T-SQL. I’m using DA 22.214.171.1245 on Delphi 10.3.2 Enterprise using FireDAC ag...
s3://commoncrawl/crawl-data/CC-MAIN-2018-51/segments/1544376832559.95/warc/CC-MAIN-20181219151124-20181219173124-00028.warc.gz
CC-MAIN-2018-51
354
6
http://jbhannah.net/blog
code
For a while now, this site has been hosted on Heroku as static files generated by Jekyll, which is much faster than either my old WordPress blog or my previous Rails-based site (even with caching). Most sets of instructions for deploying Jekyll sites to Heroku either say to use Rack::Jekyll and commit the site’s compil...
s3://commoncrawl/crawl-data/CC-MAIN-2013-20/segments/1368697772439/warc/CC-MAIN-20130516094932-00057-ip-10-60-113-184.ec2.internal.warc.gz
CC-MAIN-2013-20
9,325
55
https://snapbuilder.com/directory/php/scripts-and-programs/file-manipulation/file-management/400-php-navigator.html
code
PHP Navigator is a web based file manager, written in PHP and AJAX. With XP style navigation, you will feel you are on your home system! - User friendly Explorer style navigation and view. - Fully customizable. - Multi user support (need MySQL). - AJAX & DOM to avoid reloading of the full page. - Gzip & Deflate web pag...
s3://commoncrawl/crawl-data/CC-MAIN-2022-33/segments/1659882571911.5/warc/CC-MAIN-20220813081639-20220813111639-00189.warc.gz
CC-MAIN-2022-33
816
17
https://git.redbrick.dcu.ie/butlerx/wiki/blame/branch/master/CD_suggestions.md?lang=sr-SP
code
- Redbrick do a CD for first year programming every year. This page should - be used as a note of things that the current one doesn\'t have that - would be nice, or that it does have that it shouldn\'t. - =======Windows stuff========= -\>It\'d be nice if we included whatever C - compiler (and libraries and such) that E...
s3://commoncrawl/crawl-data/CC-MAIN-2021-49/segments/1637964362918.89/warc/CC-MAIN-20211203182358-20211203212358-00462.warc.gz
CC-MAIN-2021-49
739
11
https://reviews.freebsd.org/D15053
code
Proposed commit message: The block of code that canonicallizes the hostname supplied on the command line added by patch-ssh.c misapplies to 7.7p1 and moves from main() to to ssh_session2(). This breaks ssh SSHFP support for non-canonical hostnames. For example, "ssh zinc" correctly discovers the FQDN (zinc.ee.lbl.gov) ...
s3://commoncrawl/crawl-data/CC-MAIN-2020-40/segments/1600400206763.24/warc/CC-MAIN-20200922192512-20200922222512-00091.warc.gz
CC-MAIN-2020-40
561
2
https://www.thehairpin.com/2015/11/whoops/
code
Well, I spent most of the day trying to make GIFs from this documentary, but in the end realized I made them all wrong, and bad, so, never mind. But the movie is entertaining. And then there’s the micro-documentary “Jack the Fox” and four of its GIFs: Plus the Japanese Fox Village: Hopefully tomorrow will be better.
s3://commoncrawl/crawl-data/CC-MAIN-2023-40/segments/1695233510942.97/warc/CC-MAIN-20231002001302-20231002031302-00218.warc.gz
CC-MAIN-2023-40
323
4
https://www.freelancer.jp/job-search/perl-search-engines-web-crawler/
code
...of data of public company details from map. Need project completed within 24 hours. 1. Crawler - extract all links from the map. 2. Scraper - extract details from company page linked from (1) aforementioned crawler. Example format and structure of the Crawler and Scraper output is shown in attached files. Need this ...
s3://commoncrawl/crawl-data/CC-MAIN-2018-51/segments/1544376823320.11/warc/CC-MAIN-20181210080704-20181210102204-00265.warc.gz
CC-MAIN-2018-51
10,178
30
http://christianlouboutinshoesforsale.info/?qf=Barbie+christian+louboutin+shoe+pack&dr=695
code
christian louboutin pigalle patent pumps,replica christian louboutin mens studded shoes not not Will People bloodshot I to to forest do appearedWang all blood. Christian Louboutin is a French fashion designer whose footwear has incorporated shiny, .... Sarah Jessica Parker wore a pair of shoes by Louboutin for her wedd...
s3://commoncrawl/crawl-data/CC-MAIN-2017-34/segments/1502886105326.6/warc/CC-MAIN-20170819070335-20170819090335-00187.warc.gz
CC-MAIN-2017-34
3,716
23
https://www.offgridenergyindependence.com/articles/1841/wireless-sensors-from-ge
code
At the successful IDTechEx Energy Harvesting & Storage and RTLS & WSN conferences last week, Dr Radislav Potyrailo, Principal Scientist at GE Global Research, covered their work on wireless sensors. These utilize existing standardized RFID passive tags working at HF (13.56MHz). On top of the antenna, a sensor film is a...
s3://commoncrawl/crawl-data/CC-MAIN-2021-39/segments/1631780057371.69/warc/CC-MAIN-20210922163121-20210922193121-00097.warc.gz
CC-MAIN-2021-39
1,750
11
https://kajetan.dev/2019/03/learning-session-6/
code
Today I’d like to focus mainly on a series of articles about zones and change detection mechanisms. They relate mostly to the Angular, but the knowledge can be applied also to other JS frameworks. Really interesting read if you are interested in how your framework may work behind the scenes! An explanation of what zone...
s3://commoncrawl/crawl-data/CC-MAIN-2024-10/segments/1707947475422.71/warc/CC-MAIN-20240301161412-20240301191412-00488.warc.gz
CC-MAIN-2024-10
3,538
24
https://forum.nitrado.net/thread/511-empyrion/?postID=7672
code
Hello, I bought an Empyrion server, but I have a problem. How can I put my solo map into my online server? Thanks in advance ! Good game ! I just read a comment from one of the developers over on the steam forums that transferring a solo saved game to a MP server will create bugs and is not recommended. Best course of ...
s3://commoncrawl/crawl-data/CC-MAIN-2020-34/segments/1596439738609.73/warc/CC-MAIN-20200810042140-20200810072140-00562.warc.gz
CC-MAIN-2020-34
385
2
https://www.opendesktop.org/find/?search=extension&f=tags&page=1&pci=464
code
Search results for "extension" Various Stuff by nick87720z tint2 is a simple panel/taskbar made for modern X window managers. It was specifically made for Openbox but it should also work with other window managers (GNOME, KDE, XFCE etc.). It is based on ttm https://code.google.com/p/ttm/. Older project locations: https...
s3://commoncrawl/crawl-data/CC-MAIN-2022-21/segments/1652662512249.16/warc/CC-MAIN-20220516204516-20220516234516-00505.warc.gz
CC-MAIN-2022-21
3,258
37
http://www.cornflex.org/index.php/2014/08/11/uitoolkit-discontinued/
code
UIToolKit was a set of lite UI components for Unity. It helps you to design your interface directly in the editor by simply dropping components on your scene, add easy scripts to interact with them and customize them with your own styles and images. UIToolKit supports screen alignment and screen respected ratio which a...
s3://commoncrawl/crawl-data/CC-MAIN-2019-22/segments/1558232259757.86/warc/CC-MAIN-20190526205447-20190526231447-00138.warc.gz
CC-MAIN-2019-22
1,146
20
https://fileinfo.com/extension/sn1
code
Drive Snapshot Backup Continuation 1 3.8 | 8 Votes What is an SN1 file? Drive Snapshot allows Windows users to create backup copies of their drives. They can then use these backups to restore or recover their files if needed. If a drive's contents are small enough, Drive Snapshot saves them in a single SNA file. Howeve...
s3://commoncrawl/crawl-data/CC-MAIN-2023-40/segments/1695233506479.32/warc/CC-MAIN-20230923030601-20230923060601-00880.warc.gz
CC-MAIN-2023-40
1,277
8
https://projects.theforeman.org/issues/8959
code
Repo create pages need to be clearer for docker content type Currently when creating a repo with content type docker, the Name and URL attributes mean very specific things. It is not really clear to the user that name implies the upstream repository name and url implies just the registry URL. Also its not clear that th...
s3://commoncrawl/crawl-data/CC-MAIN-2022-27/segments/1656103205617.12/warc/CC-MAIN-20220626101442-20220626131442-00210.warc.gz
CC-MAIN-2022-27
971
12
https://australiancareersservice.com.au/presenter/anna-emmerson
code
Anna is a Senior Site Reliability Engineer for Google Australia, but she didn’t grow up as one of those kids who was always playing around with computers. Instead, a love of maths and puzzles led her to take a computer science subject in high school, where she first learned programming. Combining a passion for language...
s3://commoncrawl/crawl-data/CC-MAIN-2022-27/segments/1656104512702.80/warc/CC-MAIN-20220705022909-20220705052909-00488.warc.gz
CC-MAIN-2022-27
957
2
https://forums.imore.com/threads/deleting-songs-from-itunes-on-multiple-devices.324747/
code
I have just cleaned up my iTunes library on my macbook pro, deleting a lot of unwanted songs. I need those same songs to disappear from my iPhone (and iPad). Will they automatically disappear (which I want!) off my iPhone when I sync with my cleaned up computer? If not, is there an easy way to accomplish this without h...
s3://commoncrawl/crawl-data/CC-MAIN-2023-50/segments/1700679100276.12/warc/CC-MAIN-20231201053039-20231201083039-00062.warc.gz
CC-MAIN-2023-50
385
1
https://clojureverse.org/t/should-linux-distributions-ship-clojure-byte-compiled-aot-or-not/10595
code
Since I have a good amount of Clojure experience, and enough Guix experience to be dangerous, I thought I’d take a swing at responding broadly to some of the points raised here. In short: instead of dealing with multiple language-specific tools to set up dev and build environments, using Guix means you only need one. A...
s3://commoncrawl/crawl-data/CC-MAIN-2024-18/segments/1712296817187.10/warc/CC-MAIN-20240418030928-20240418060928-00058.warc.gz
CC-MAIN-2024-18
3,694
23
https://sourceforge.net/p/nagiosweb/discussion/394282/thread/b6801000/
code
No sooner had I got ride of not being able to write the configs than I find something else bugging me. Maybe it is just me and I'm not doing something right. When I click on services on the sidebar, which references servicelist.php, and it loads the which shows the default service "All Hosts Check" which is created by ...
s3://commoncrawl/crawl-data/CC-MAIN-2017-30/segments/1500549424090.53/warc/CC-MAIN-20170722182647-20170722202647-00000.warc.gz
CC-MAIN-2017-30
1,181
12
http://www.lawnsite.com/showpost.php?p=4870938&postcount=18
code
Originally Posted by Michael J. Donovan ok, maybe this is the case/maybe not, but I thought I could ask and see if maybe this could be the problem...when you are attempting to do this, are you trying to scroll with two fingers on the screen or one? I believe two fingers on the screen scrolls the actual page, but I thin...
s3://commoncrawl/crawl-data/CC-MAIN-2016-07/segments/1454701156448.92/warc/CC-MAIN-20160205193916-00052-ip-10-236-182-209.ec2.internal.warc.gz
CC-MAIN-2016-07
713
3
https://www.personalitycafe.com/estj-forum-guardians/47926-infp-estj-good-match-48.html
code
This is a discussion on Are INFP and ESTJ a good match? within the ESTJ Forum - The Guardians forums, part of the SJ's Temperament Forum- The Overseers category; Originally Posted by Paragon Quite frankly, ESTJ's scare me. I don't ever see how I could even approach one in ... I wouldn't mind someone just grounded and s...
s3://commoncrawl/crawl-data/CC-MAIN-2020-10/segments/1581875146123.78/warc/CC-MAIN-20200225141345-20200225171345-00149.warc.gz
CC-MAIN-2020-10
891
5
https://www3.risc.jku.at/people/schreine/courses/PTHA/tla2/tla2_9.html
code
Go backward to Example Go up to Top Go forward to Another Example - What about more complicated properties" - A behavior begins with and both zero, and repeatedly increments either or (in a single operation), choosing non-deterministically between them, but choosing each infinitely many times. - Exactly our formula Phi...
s3://commoncrawl/crawl-data/CC-MAIN-2021-17/segments/1618039594808.94/warc/CC-MAIN-20210423131042-20210423161042-00436.warc.gz
CC-MAIN-2021-17
539
13
https://pure-essence.net/2008/09/23/oriental-theme-featured/
code
Update! I hear a lot of problems in this layout with some plugins. I guess this has something to do with your plugin using in its CSS. I recoded this layout using relative positioning instead of float. This and subpage support have been added in version 1.1.x. Aw, how sweet! My oriental theme got featured at wordpress ...
s3://commoncrawl/crawl-data/CC-MAIN-2023-14/segments/1679296943809.22/warc/CC-MAIN-20230322082826-20230322112826-00412.warc.gz
CC-MAIN-2023-14
5,226
48
https://www.androidpolice.com/2017/10/25/android-8-1-feature-spotlight-apps-can-now-make-notification-alert-sound-per-second/
code
[Update: Not all devices] Android 8.1 feature spotlight: The sRGB toggle has been removed entirely from Developer options Android 8.1 feature spotlight: 'Keep Wi-Fi on during sleep' option removed, as on the Pixel 2 Android 8.1 feature spotlight: Apps can now only make one notification sound per second, and post-DND no...
s3://commoncrawl/crawl-data/CC-MAIN-2021-39/segments/1631780057039.7/warc/CC-MAIN-20210920131052-20210920161052-00570.warc.gz
CC-MAIN-2021-39
3,382
18
https://devopsdays.org/events/2020-charlotte/program/joshua-marble
code
Open-source software can create a great community of supporters and contributors, but management often has trouble seeing past the lack of revenue. There are ways to still get the positive culture of open-source software without having to commit the entire organization to transforming its business model. If you would l...
s3://commoncrawl/crawl-data/CC-MAIN-2021-49/segments/1637964363290.59/warc/CC-MAIN-20211206072825-20211206102825-00454.warc.gz
CC-MAIN-2021-49
1,083
3
https://radar.inria.fr/report/2022/taran/index.html
code
- A1.1. Architectures - A1.1.1. Multicore, Manycore - A1.1.2. Hardware accelerators (GPGPU, FPGA, etc.) - A1.1.8. Security of architectures - A1.1.9. Fault tolerant systems - A1.1.10. Reconfigurable architectures - A1.1.12. Non-conventional architectures - A1.2.5. Internet of things - A1.2.6. Sensor networks - A2.2. Co...
s3://commoncrawl/crawl-data/CC-MAIN-2023-23/segments/1685224646257.46/warc/CC-MAIN-20230531022541-20230531052541-00284.warc.gz
CC-MAIN-2023-23
102,278
538
https://www.altostruct.com/blog/ci-cd
code
In software development, continuous integration is the method used for keeping the main source code (commonly known as the main branch) in a stable condition. Why one would try to achieve this goal is obvious. Non-working code is not that useful, and it can be quite a costly endeavor to fix it. How to avoid this and cr...
s3://commoncrawl/crawl-data/CC-MAIN-2024-10/segments/1707947474526.76/warc/CC-MAIN-20240224080616-20240224110616-00537.warc.gz
CC-MAIN-2024-10
4,436
11
https://greencircle.vmturbo.com/ideas/1023-datastore-capacity-auto-calculate
code
I'm looking to get better usage % numbers from my datastores when it comes to IOPS. I know the default capacity number is 5000 per data store and while that can be changed it still doesn't give me accurate numbers. Most of our datastores are backed by a pool of disks where the data can auto-tier. In the case where you ...
s3://commoncrawl/crawl-data/CC-MAIN-2020-45/segments/1603107869785.9/warc/CC-MAIN-20201020021700-20201020051700-00491.warc.gz
CC-MAIN-2020-45
798
2
https://mail.python.org/pipermail/db-sig/2006-April/004680.html
code
[DB-SIG] paramstyles (mysql string length?) ianb at colorstudy.com Wed Apr 19 17:21:09 CEST 2006 M.-A. Lemburg wrote: >>The ones I know about (pysqlite 1.x, pyPgSQL, psycopg, MySQLdb) all only >>look at the Python values, not at the pyformat format character for >>deciding how to bind the variable. > If that's the case...
s3://commoncrawl/crawl-data/CC-MAIN-2021-25/segments/1623488268274.66/warc/CC-MAIN-20210621055537-20210621085537-00016.warc.gz
CC-MAIN-2021-25
611
13
https://allwrong.wordpress.com/2009/09/08/professional-profile-2009/
code
I am a business solutions provider, focused on providing robust information services that add value to my client’s business. I believe that good technical solutions can empower both front-line and support personnel to focus on delivering their objectives rather than performing tedious information management tasks. As a...
s3://commoncrawl/crawl-data/CC-MAIN-2023-06/segments/1674764500365.52/warc/CC-MAIN-20230206212647-20230207002647-00002.warc.gz
CC-MAIN-2023-06
3,247
7
https://dev.to/nickymeuleman/manipulate-text-like-a-boss-321n
code
When listening to the Syntax podcast episode on VSCode, using keyboard shortcuts came up. That inspired me to dig a little deeper and write about it! When you spend a lot of time with text, moving around and manipulating that text takes up time that adds up quickly. Keyboard shorcuts go a long way in speeding up your t...
s3://commoncrawl/crawl-data/CC-MAIN-2023-14/segments/1679296944996.49/warc/CC-MAIN-20230323034459-20230323064459-00455.warc.gz
CC-MAIN-2023-14
6,482
86
https://www.todd.live/blog/how-to-create-affiliate-links-with-kajabi
code
Welcome YouTubers and fellow Kajabi users. Here is the code for creating a redirect within Kajabi... document.location.href = "PUT RELEVANT PORTION OF AFFILIATE LINK HERE"; In this video I'm going to show you exactly how to take an affiliate link from companies like Amazon B and H Best Buy wherever and turn that into a...
s3://commoncrawl/crawl-data/CC-MAIN-2021-43/segments/1634323585450.39/warc/CC-MAIN-20211022021705-20211022051705-00149.warc.gz
CC-MAIN-2021-43
12,711
13