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 |
|---|---|---|---|---|---|---|
https://www.cruisersforum.com/forums/f54/yanmar-4jh57-break-in-164347.html | code | I'm trying to do right by my new Yanmar
4JH57 and properly break it in. I have read the break in procedure... During the first 10 hours run the engine
at 60 - 70% of load most of the time. Do not idle for more than 30 minutes and do not run at wide open throttle for more than one minute at a time.
While reading the man... | s3://commoncrawl/crawl-data/CC-MAIN-2020-45/segments/1603107904834.82/warc/CC-MAIN-20201029154446-20201029184446-00071.warc.gz | CC-MAIN-2020-45 | 830 | 6 |
https://www.atomicmatryoshka.com/post/mimikatz-101 | code | If you're new to the infosec/offsec space, the name "Mimikatz" may be foreign or quite vaguely familiar; however, for the folks that have been around for a bit longer, this Swiss army knife of credential collection should be no stranger. Read on to learn a bit more about the story behind this tool and what it's capable... | s3://commoncrawl/crawl-data/CC-MAIN-2023-23/segments/1685224648322.84/warc/CC-MAIN-20230602040003-20230602070003-00465.warc.gz | CC-MAIN-2023-23 | 5,342 | 25 |
https://blinklab.org/our-team-3/peter/ | code | - Email: firstname.lastname@example.org
- Phone: +1 609 510 3154
Peter Boele has over a decade experience in software development. He started his career as software developer at Leaseweb and Erasmus MC. In 2017 he moved to the start-up scene and served as CTO at 2 tech start-ups. Peter is mostly interested in Machine L... | s3://commoncrawl/crawl-data/CC-MAIN-2022-49/segments/1669446710218.49/warc/CC-MAIN-20221127073607-20221127103607-00278.warc.gz | CC-MAIN-2022-49 | 421 | 3 |
https://wiki.servoy.com/display/Serv7/Internationalization | code | Servoy provides internationalization (i18n) tools that allow developers to conveniently convert their applications into multiple languages. Developers can use i18n keys instead of hardcoded text to call the appropriate language from an i18n database table. This chapter gives an overview of the Servoy tools provided to ... | s3://commoncrawl/crawl-data/CC-MAIN-2024-10/segments/1707947474676.79/warc/CC-MAIN-20240227153053-20240227183053-00119.warc.gz | CC-MAIN-2024-10 | 3,417 | 19 |
https://community.netgear.com/t5/Circle-Smart-Parental-Controls/RAX75/td-p/1987551 | code | Connected circle app then tried to remove a user with it. It kept re-adding person back so i went in and cleared data for the app. Now I to relogin using a code sent to my text but Not receiving code. PLEASE HELP. This should not be difficult but is.
I will need the following info so that I can validate and retrieve th... | s3://commoncrawl/crawl-data/CC-MAIN-2020-50/segments/1606141171077.4/warc/CC-MAIN-20201124025131-20201124055131-00079.warc.gz | CC-MAIN-2020-50 | 403 | 2 |
https://www.halopedia.org/User:Bobogoobo | code | From Halopedia, the Halo wiki
July 14, 2020
Longtime wiki addict and achievement collector. Played Halo CE when I was younger, but only recently got into the series as a whole with the MCC on Steam. Primarily I'm into rhythm games, puzzle games, RPGs, and MMOs when I have the time.
https://www.last.fm/user/Bobogoobo An... | s3://commoncrawl/crawl-data/CC-MAIN-2021-49/segments/1637964362952.24/warc/CC-MAIN-20211204063651-20211204093651-00128.warc.gz | CC-MAIN-2021-49 | 360 | 4 |
https://support.gamesparks.net/support/discussions/topics/1000087135 | code | What version of the SDK are you using here ?
i have 220.127.116.11, anyway updating unity to newest version(2017.2.0f3) solved my problem.
Thanks for confirming. If you need anything else just let me know.
Hello im on unity 2017.1.0f3 and i got 2 errors:
Error CS0103 The name 'PlayModeStateChange' does not exist in the... | s3://commoncrawl/crawl-data/CC-MAIN-2023-14/segments/1679296944606.5/warc/CC-MAIN-20230323003026-20230323033026-00097.warc.gz | CC-MAIN-2023-14 | 466 | 6 |
https://net-informations.com/csharp/gui/cs-checkedlistbox.htm | code | C# Checked ListBox Control
The CheckedListBox control gives you all the capability of a list box and also allows you to display a check mark next to the items in the list box.
The user can place a check mark by one or more items and the checked items can be navigated with the CheckedListBox.CheckedItemCollection and Ch... | s3://commoncrawl/crawl-data/CC-MAIN-2024-18/segments/1712296817153.39/warc/CC-MAIN-20240417110701-20240417140701-00207.warc.gz | CC-MAIN-2024-18 | 1,641 | 17 |
http://savagereaperbones.blogspot.com/2013/06/skeletal-guard.html | code | Wednesday, 19 June 2013
Skills: Fighting d6, Intimidation d6, Notice d6, Shooting d6
Charisma: -; Pace: 6; Parry: 6; Toughness: 7
Gear: Spear (Str+d6, Reach 1), Medium Shield (+1 Parry, +2 Armor vs ranged shots that hit in covered arc).
• Bony Claw: Str+d4.
• Soulvision: No vision penalties for darkness.
• Fearless: Im... | s3://commoncrawl/crawl-data/CC-MAIN-2018-30/segments/1531676589573.27/warc/CC-MAIN-20180717051134-20180717071134-00108.warc.gz | CC-MAIN-2018-30 | 858 | 11 |
https://www.allegro.cc/forums/print-thread/605719 | code | how to get width from sprite?
how to get the width and height of sprite?
In Allegro 4, BITMAP objects have w and h properties:
BITMAP *myBitmap = load_bitmap("whatever.bmp", null);
printf("myBitmap width: %d, height: %d", myBitmap->w, myBitmap->h);
In Allegro 5, use the following functions on an ALLEGRO_BITMAP object:
... | s3://commoncrawl/crawl-data/CC-MAIN-2022-33/segments/1659882570651.49/warc/CC-MAIN-20220807150925-20220807180925-00134.warc.gz | CC-MAIN-2022-33 | 380 | 8 |
http://forums.zimbra.com/installation/52058-perl_tstack_sp_ptr-issue-after-migrating-6-0-14-ubuntu-10-a.html | code | We are in the process of upgrading a 5.0.23 running on Ubuntu 6.06 32bit to 6.0.14 running on Ubuntu 10.04 64 bit (all FOSS). I used a 64bit VM running Ubuntu 8.04 for the intermediate step and followed the instructions. I.e.:
1. Install 5.0.23 in Ubuntu8-64
2. Migrate with ldap conversion
3. Test - looks good
4. Upgra... | s3://commoncrawl/crawl-data/CC-MAIN-2016-22/segments/1464049278042.87/warc/CC-MAIN-20160524002118-00122-ip-10-185-217-139.ec2.internal.warc.gz | CC-MAIN-2016-22 | 1,309 | 16 |
https://forums.unrealengine.com/t/enhanced-input-and-modular-gameplay/233542 | code | I’m trying to set up some inputs with a Modular Gameplay component, but I can’t seem to bind my Enhanced Input Actions in a component. Glancing at the Enhanced Input component source code, the blueprint Action nodes seem to be for Actor Blueprints only. I dug around to find any blueprint-exposed functions that take a d... | s3://commoncrawl/crawl-data/CC-MAIN-2022-27/segments/1656104248623.69/warc/CC-MAIN-20220703164826-20220703194826-00361.warc.gz | CC-MAIN-2022-27 | 461 | 2 |
http://www.javaprogrammingforums.com/%20awt-java-swing/19722-i-find-code-editor-csv-file-jtable-printingthethread.html | code | I find code Editor CSV file with jtable
option project insert,update,delete ROW&colunm&record.I do project about Datamining.predit Grade....I not find free code but I find code with lib not free...I want to free.I basic java Help me plz.sorry if I post incorrect mode. I little en language thank you.:o:o
Re: I find code... | s3://commoncrawl/crawl-data/CC-MAIN-2016-36/segments/1471982292330.57/warc/CC-MAIN-20160823195812-00285-ip-10-153-172-175.ec2.internal.warc.gz | CC-MAIN-2016-36 | 752 | 8 |
https://onelib.org/microsoft-project-certification-courses | code | Microsoft Project Certification. Hi,. Is there an available MSP certification that we can take, given that 74-343 has been retired? If there's none ...
Learn how to use Microsoft Project from a top-rated project management instructor. Udemy offers basic to advanced courses to help you build an effective ...
Microsoft P... | s3://commoncrawl/crawl-data/CC-MAIN-2021-31/segments/1627046154878.27/warc/CC-MAIN-20210804142918-20210804172918-00040.warc.gz | CC-MAIN-2021-31 | 2,156 | 14 |
http://www.linuxforums.org/forum/applications/92548-ardour-help.html | code | Results 1 to 1 of 1
Thread: Ardour help
Enjoy an ad free experience by logging in. Not a member yet? Register.
- Join Date
- Feb 2007
I just recently downloaded Ardour, a music editing program on my Mandriva 10.0 OS, but I have no idea how to install it or use it. I got as far as making it its own directory, and from t... | s3://commoncrawl/crawl-data/CC-MAIN-2015-35/segments/1440644065910.17/warc/CC-MAIN-20150827025425-00182-ip-10-171-96-226.ec2.internal.warc.gz | CC-MAIN-2015-35 | 458 | 6 |
https://ez.analog.com/thread/5534-issue-opening-32-files-in-33 | code | I've just updated my Windows 7 machine to run SigmaStudio 3.3, instead of using 3.2 in a VM.
First file I've tried to open (and quite an important one at that) gives me this error and doesn't load.
'Error reading graph from a file'
'Font 'Century Gothic' does not support style 'Regular''
Could this be from a probe modu... | s3://commoncrawl/crawl-data/CC-MAIN-2018-22/segments/1526794863277.18/warc/CC-MAIN-20180520092830-20180520112830-00375.warc.gz | CC-MAIN-2018-22 | 579 | 7 |
http://ixda.org/taxonomy/term/2472?page=16 | code | Just a few hours back when I was speaking to a musician friend of mine, he seemed very frustrated about the interface of a sound-mixing software. As a usability and user interface professional, I never ever understood one thing: In the music world, there are so many softwares and so many workstations used to create mus... | s3://commoncrawl/crawl-data/CC-MAIN-2014-41/segments/1410657120974.20/warc/CC-MAIN-20140914011200-00334-ip-10-196-40-205.us-west-1.compute.internal.warc.gz | CC-MAIN-2014-41 | 3,256 | 15 |
https://question2answer.org/qa/12950/how-to-display-current-user-login-user-total-points-in-header?show=15505 | code | I have already tested on the same day of the answer and it is working completely fine with the theme. Can you please tell me where you are adding this function in theme file? or tell me the location where you want than may be I can help you. If you want it into the header than you must have to place this function betwe... | s3://commoncrawl/crawl-data/CC-MAIN-2023-50/segments/1700679100518.73/warc/CC-MAIN-20231203225036-20231204015036-00489.warc.gz | CC-MAIN-2023-50 | 406 | 1 |
https://forum.cloudron.io/topic/3915/replace-custom-build-with-version-from-appstore | code | with the cloudron cli it is possible to "update" an app that was originally installed from the appstore with a locally built version (by doing
cloudron install --app 778fa79a-7f96-418e-8810-b16c1a8a7ea2, where 778.. is the id of the current app).
But how about going back to the official version? The
updateaction does n... | s3://commoncrawl/crawl-data/CC-MAIN-2023-40/segments/1695233506686.80/warc/CC-MAIN-20230925051501-20230925081501-00892.warc.gz | CC-MAIN-2023-40 | 1,369 | 10 |
https://docs.oracle.com/cd/E26502_01/html/E36219/adduser-1.html | code | |Skip Navigation Links|
|Exit Print View|
|Transitioning From Oracle Solaris 10 to Oracle Solaris 11.1 Oracle Solaris 11.1 Information Library|
In this release, you can create and manage user accounts from the command line or with the User Manager GUI. The GUI replaces some of the functionality of the Solaris Managemen... | s3://commoncrawl/crawl-data/CC-MAIN-2020-40/segments/1600400197946.27/warc/CC-MAIN-20200920094130-20200920124130-00754.warc.gz | CC-MAIN-2020-40 | 6,874 | 36 |
http://surferhelp.goldensoftware.com/wcommand/Replace.htm | code | The Find and Replace dialog displays when the Data | Find | Find or Data | Find | Replace commands are selected. The Find and Replace dialog is used to search and replace specific numbers or text in the worksheet.
Clicking the Data | Find | Replace command or pressing CTRL+H on the keyboard opens the Replace page of th... | s3://commoncrawl/crawl-data/CC-MAIN-2019-26/segments/1560627998558.51/warc/CC-MAIN-20190617183209-20190617205209-00543.warc.gz | CC-MAIN-2019-26 | 1,933 | 10 |
https://www.ephotozine.com/article/ephotozine-camera-strap-winner-week-2-20965 | code | During December, ePHOTOzine's giving away four deluxe 42mm wide straps that feature an embroidered ePHOTOzine logo at each end.
Our second of four winners is Dave2010
who produced the following shot:
Congratulations to all those who made the shortlist who were:
To be in with a chance of winning our next prize, ePHOTOzi... | s3://commoncrawl/crawl-data/CC-MAIN-2017-17/segments/1492917122996.52/warc/CC-MAIN-20170423031202-00284-ip-10-145-167-34.ec2.internal.warc.gz | CC-MAIN-2017-17 | 475 | 6 |
https://csharpmike.com/MVC5EF6 | code | ASP.NET supports three major development models: Web Pages, Web Forms and MVC (Model View Controller). ASP.NET MVC framework is a lightweight, highly testable presentation framework that is integrated with the existing ASP.NET features, such as master pages, authentication, etc. Within .NET, this framework is defined i... | s3://commoncrawl/crawl-data/CC-MAIN-2021-49/segments/1637964363445.41/warc/CC-MAIN-20211208053135-20211208083135-00459.warc.gz | CC-MAIN-2021-49 | 1,619 | 9 |
https://minnesota-senate.breezy.hr/p/85e738c4e08b-web-developer-programmer-analyst | code | Web Developer (Programmer Analyst)
Reports to: Director of Senate Information Systems
This position is open to all qualified applicants.
This job will remain posted until filled.
Why work for the Minnesota Senate?
EXPERIENCE! The Senate Information Technology office is responsible for the operation, installation, and c... | s3://commoncrawl/crawl-data/CC-MAIN-2021-49/segments/1637964363189.92/warc/CC-MAIN-20211205130619-20211205160619-00328.warc.gz | CC-MAIN-2021-49 | 3,121 | 40 |
https://www.oreilly.com/library/view/practical-web-technologies/0201750767/0201750767_ch19lev1sec3.html | code | If your Web site has a large number of members, storing encrypted passwords in a file may not be efficient and may be difficult to maintain. In this case, a good alternative is to consider putting all passwords into a database. Since we already have some experience on the database package MySQL, we will set up a passwo... | s3://commoncrawl/crawl-data/CC-MAIN-2018-47/segments/1542039745761.75/warc/CC-MAIN-20181119105556-20181119131556-00407.warc.gz | CC-MAIN-2018-47 | 653 | 4 |
http://melies.deviantart.com/art/Peter-Venkman-Munny-98939775 | code | This is my very first Munny Doll. It is Bill Murray as Peter Venkman in the Ghostbusters movie. I had a lot of fun doing it.
For those who don't know, Munny dolls are white "do it yourself" dolls that you can buy in stores and do whatever you want with it. The hair and face and proton pack were made out of sculpey and ... | s3://commoncrawl/crawl-data/CC-MAIN-2015-11/segments/1424936463676.59/warc/CC-MAIN-20150226074103-00026-ip-10-28-5-156.ec2.internal.warc.gz | CC-MAIN-2015-11 | 359 | 2 |
http://www.techsoup.org/get-product-donations/product-catalog/products/platform-Windows/partner-Microsoft/page-2/ | code | Join an online community with more than 350,000 members from 150,000+ organizations, where you can ask questions and get advice.
TechSoup hosts free weekly webinars on a variety of topics, from cloud computing to fundraising to social media and tech strategy.
Thinking about updating software, investing in new computers... | s3://commoncrawl/crawl-data/CC-MAIN-2014-10/segments/1394010980041/warc/CC-MAIN-20140305091620-00071-ip-10-183-142-35.ec2.internal.warc.gz | CC-MAIN-2014-10 | 1,178 | 12 |
https://www.nwasco.k12.or.us/site/default.aspx?PageType=3&ModuleInstanceID=590&ViewID=5C8B25C6-C8F8-4BD5-923B-8A7C70A93DDA&RenderLoc=0&FlexDataID=625&PageID=511&Comments=true | code | This link will take you to The Dalles Wasco County Public Library. Scroll down to link to Tutor.com, online help with any homework assignment! You will need your public library card handy to access this site. By the way, while you're here, check out the talking books at Tumble Books and the library of ebooks at Library... | s3://commoncrawl/crawl-data/CC-MAIN-2021-10/segments/1614178360853.31/warc/CC-MAIN-20210228115201-20210228145201-00179.warc.gz | CC-MAIN-2021-10 | 477 | 1 |
https://www.b4x.com/android/forum/threads/b4a-when-it-is-in-begug-no-longer-shows-the-log.110086/ | code | Sometimes the B4A Log goes AWOL on me still (although a lot less often than it used to). Always when under pressure to get stuff done, so I haven't had time to work out wtf is happening... I just change to another device, and voila! she is back. And when I later go back to using the non-logging device, usually a day or... | s3://commoncrawl/crawl-data/CC-MAIN-2020-50/segments/1606141203418.47/warc/CC-MAIN-20201129214615-20201130004615-00338.warc.gz | CC-MAIN-2020-50 | 669 | 2 |
http://www.pinterest.com/michellens/you-can-quote-me-w-the-quote-unquote/ | code | & you can quote me w/ the quote unquote
This is an interesting quote. I find that so because, I fatten find myself, like many others, getting upset or stressed at little thing. I get upset instead of thinking of ways to get the problem or issue resolved. This quote reminds us to not view the problem as a problem, but a... | s3://commoncrawl/crawl-data/CC-MAIN-2014-23/segments/1404776438940.80/warc/CC-MAIN-20140707234038-00037-ip-10-180-212-248.ec2.internal.warc.gz | CC-MAIN-2014-23 | 644 | 6 |
http://autobuildversion.codeplex.com/discussions/79386 | code | When I use a linked "CommonAssemblyInfo.cs" file at the solution level to store my version information and try to use the Increment Versioning Style, the Version goes up by the number of projects I have. For example, I have 13 projects in
my solution and they all point to the CommonAssemblyInfo.cs linked file. When I d... | s3://commoncrawl/crawl-data/CC-MAIN-2017-17/segments/1492917121000.17/warc/CC-MAIN-20170423031201-00099-ip-10-145-167-34.ec2.internal.warc.gz | CC-MAIN-2017-17 | 886 | 5 |
https://www.smartcarofamerica.com/threads/smart-reliability.795/?u=1179 | code | I know we've talked alot about the warranty, but what about the actual RELIABILTY of the Smart 42? Any hearsay/stats/personal experience on how often they break down, what components start to show trouble first, etc. Reliabilty is VERY important to me. I want a car that I can drive and drive and beat up and still have ... | s3://commoncrawl/crawl-data/CC-MAIN-2023-23/segments/1685224646181.29/warc/CC-MAIN-20230530230622-20230531020622-00248.warc.gz | CC-MAIN-2023-23 | 878 | 2 |
http://quoi29alex.blogspot.com/2014/04/too-much-time-on-their-hands.html | code | That is a zentangle. It's a specific type of black-and-white doodle that has gained a lot of popularity in recent years. I'm a big fan of them, personally. I've heard a lot of responses to seeing a zentangle for the first time: that's impressive, how pretty, what a mess, I don't get it... but the worst one is "someone ... | s3://commoncrawl/crawl-data/CC-MAIN-2018-09/segments/1518891815918.89/warc/CC-MAIN-20180224172043-20180224192043-00482.warc.gz | CC-MAIN-2018-09 | 1,561 | 4 |
https://pubudu2013101.medium.com/what-is-the-real-difference-between-react-useeffect-and-uselayouteffect-51723096dc19?source=user_profile---------4---------------------------- | code | What is the real difference between React useEffect and useLayoutEffect?
If you are a React.js developer, you will know that these are widely used React.js hooks when doing frontend development. Most of us always have a doubt when selecting these functions since they do pretty much the same.
So today, let's talk about ... | s3://commoncrawl/crawl-data/CC-MAIN-2023-50/segments/1700679100972.58/warc/CC-MAIN-20231209202131-20231209232131-00869.warc.gz | CC-MAIN-2023-50 | 1,320 | 10 |
https://community.wd.com/t/mkv-audio-video-sync-issues/60707 | code | I’m still very new to the world of WD Media players and I hope I’m not wasting anyone’s time, but based on my searches online it appears that I am having problems similar to what people had in previous models. I use handbrake to encode my videos and for anime in particular I like to create mkv files to support multiple... | s3://commoncrawl/crawl-data/CC-MAIN-2022-21/segments/1652662531762.30/warc/CC-MAIN-20220520061824-20220520091824-00174.warc.gz | CC-MAIN-2022-21 | 6,102 | 23 |
https://www.waywedo.com/procedure/crm-recording-guidelines/ | code | To function effectively, your CRM must be continuously updated with new data. This procedure clarifies the recording process in order to encourage regular usage of the system. It contains critical data types, instructions for recording customer communications, and the benefits of accurately recording customer data.
You... | s3://commoncrawl/crawl-data/CC-MAIN-2023-50/segments/1700679100172.28/warc/CC-MAIN-20231130062948-20231130092948-00626.warc.gz | CC-MAIN-2023-50 | 566 | 4 |
http://www.geekzone.co.nz/forums.asp?forumid=84&topicid=91209 | code | Unexpectedly slow startup in Windows 7 or in Windows Server 2008 R2
A Windows 7-based computer that is equipped with a hybrid television tuner does not enter sleep mode
FIX: MPEG-2 transport streams or certain variable bit rate WMV files may not play in Windows Media Player on a computer that is running Windows 7 or Wi... | s3://commoncrawl/crawl-data/CC-MAIN-2017-17/segments/1492917122865.36/warc/CC-MAIN-20170423031202-00124-ip-10-145-167-34.ec2.internal.warc.gz | CC-MAIN-2017-17 | 473 | 4 |
https://youchew.net/member/20191-memekirisame.html | code | Video Editing Otaku
I'm MemeKirisame. I mostly like Japanese stuff and anime. I make very underrated YTPs to entertain people. I even do YTPMVs and MADs at Maris/-Marisa K-. (https://www.youtube.com/channel/UCpv4yZz6CYUSZfmQGO6lnyA)
In other words, I'm a video editing otaku. Plus, I sleep in a racing car, and even slee... | s3://commoncrawl/crawl-data/CC-MAIN-2018-51/segments/1544376826145.69/warc/CC-MAIN-20181214162826-20181214184826-00081.warc.gz | CC-MAIN-2018-51 | 431 | 4 |
https://kol.deals/products/adult-sleeping-bag-for-camping-wearable-sleeping-bags-envelope-type-extra-wide-portable-32-0-for-backpacking-hiking-outdoor-and-indoor-sleepover | code | - 🧳 【Free your arms and feet】 This sleeping bag designed wearable,with zippered arm holes allow you to poke out your hand for reading, gaming, sipping coffee and so on. With bottom zipper,you”ll be able to walk around freely.
- 🧳 【Extra-wide】With a size of 87”x 30”when zipped, it can fit a big guy with comfort, you c... | s3://commoncrawl/crawl-data/CC-MAIN-2024-18/segments/1712296817106.73/warc/CC-MAIN-20240416191221-20240416221221-00595.warc.gz | CC-MAIN-2024-18 | 1,272 | 7 |
http://www.styleforum.net/forums/posts/by_user/id/7599/page/140 | code | Originally Posted by GraphicNovelty
it's anyone with aspirations to a higher socioeconomic standing. For better or for worse, the highest levels of socioeconomic success in american culture are old-money WASPs, and as such, any aspirational style is going to reference them.
Forget this anthropologist BS. Ignore the 'sc... | s3://commoncrawl/crawl-data/CC-MAIN-2016-07/segments/1454701999715.75/warc/CC-MAIN-20160205195319-00335-ip-10-236-182-209.ec2.internal.warc.gz | CC-MAIN-2016-07 | 435 | 3 |
https://forums.solar2d.com/t/faster-alternative-available-now/311884 | code | The Million Tile Engine Beta is now available for purchase.
The Million Tile Engine is a Lua library which was designed with one goal in mind: to allow you as a developer to build enormous tile maps in Tiled and run them at full speed on almost any device. MTE is blazing-fast, regardless of map size. It also features p... | s3://commoncrawl/crawl-data/CC-MAIN-2022-33/segments/1659882572077.62/warc/CC-MAIN-20220814204141-20220814234141-00146.warc.gz | CC-MAIN-2022-33 | 636 | 3 |
https://softwarerecs.stackexchange.com/questions/39229/drive-cloning-tool-that-works-with-different-sized-drives | code | So I want to create a number of bootable USB drives configured exactly based on one that I have already configured. I understand the best way to do this would be via drive cloning so that the new drives will be bootable. Since there's ~20 USBs to create, I'd like a program that can clone to multiple disks simultaneousl... | s3://commoncrawl/crawl-data/CC-MAIN-2022-05/segments/1642320302715.38/warc/CC-MAIN-20220121010736-20220121040736-00409.warc.gz | CC-MAIN-2022-05 | 620 | 2 |
https://www.owenyoung.com/en/tags/self-hosted/ | code | Copy the Template to your local caddy config folder.
Mainly focus on technology, reading, excerpts, miscellaneous, article review, tool sharing, workflow, inspiration, English learning, attention management, deep work and other directions
- calendso/calendso: The open-source Calendly alternative. (github.com) - Make an... | s3://commoncrawl/crawl-data/CC-MAIN-2023-40/segments/1695233510983.45/warc/CC-MAIN-20231002064957-20231002094957-00031.warc.gz | CC-MAIN-2023-40 | 2,353 | 28 |
http://sqlblog.com/blogs/denis_gobo/archive/2009/02/13/11875.aspx | code | I got tagged by Go Daddy girl Michelle Ufford in her post
Things you know now…. I also got tagged by Denny Cherry in his post Things You Know Now...
So here is my little post. Before I start I will say that I thought of several things that are the same like the other people that were tagged already wrote. One of them i... | s3://commoncrawl/crawl-data/CC-MAIN-2017-17/segments/1492917122159.33/warc/CC-MAIN-20170423031202-00410-ip-10-145-167-34.ec2.internal.warc.gz | CC-MAIN-2017-17 | 3,436 | 14 |
https://www.urspringer.de/2011/06/10/quickr-connector-maximum-allowed-file-name-length/ | code | If you are working with files in the Quickr connector you might sometimes not be able to open a file in a Quickr place. This could be because the maximum allowed path length of the locally stored copy of the file has ben exceeded.quickr
The Quickr connector is using a cache area on the local file system to store tempor... | s3://commoncrawl/crawl-data/CC-MAIN-2021-17/segments/1618038917413.71/warc/CC-MAIN-20210419204416-20210419234416-00120.warc.gz | CC-MAIN-2021-17 | 2,541 | 27 |
https://dev.getsol.us/transactions/detail/PHID-XACT-TASK-76xrt2xf756oeye/ | code | **Name :** apcupsd
**Homepage : ** http://www.apcupsd.org/
**Why : ** I use this to monitor my UPS at work via USB, it's not the end of the world to not have it and can probably work around it but I'd like it added.
**Open source : ** Yes
**User : ** I can see a few making use of it, APC is a popular UPS and lots of pe... | s3://commoncrawl/crawl-data/CC-MAIN-2022-49/segments/1669446710417.25/warc/CC-MAIN-20221127173917-20221127203917-00271.warc.gz | CC-MAIN-2022-49 | 467 | 6 |
https://chrome.google.com/webstore/detail/kontrast-wcag-contrast-ch/haphaaenepedkjngghandlmhfillnhjk | code | Quickly check and adjust contrast in realtime in your browser to meet WCAG 2.1 requirements.
Kontrast is a browser extension that let you quickly check and adjust text and background contrast in realtime in your browser to meet the standards of Web Content Accessibility Guidelines (WCAG) requirements.
✔ Auto inspect co... | s3://commoncrawl/crawl-data/CC-MAIN-2023-50/segments/1700679099942.90/warc/CC-MAIN-20231128183116-20231128213116-00221.warc.gz | CC-MAIN-2023-50 | 646 | 12 |
https://grad.uw.edu/campus_resources/research-commons/ | code | The UW Libraries Research Commons provides a collaborative environment in which students and faculty can come together to share and discuss research, as well as get support for all steps of the research process: searching, writing, publishing, funding. The Research Commons is a place to collaborate and connect with fel... | s3://commoncrawl/crawl-data/CC-MAIN-2024-18/segments/1712296817153.39/warc/CC-MAIN-20240417110701-20240417140701-00128.warc.gz | CC-MAIN-2024-18 | 667 | 7 |
https://lodsb.org/pub/2013/07/15/timbre-affect.html | code | Controlling the timbre generated by an audio synthesizer in a goal-oriented way requires a profound understanding of the synthesizer’s manifold structural parameters. Especially shaping timbre expressively to communicate emotional affect requires expertise. Therefore, novices in particular may not be able to adequately... | s3://commoncrawl/crawl-data/CC-MAIN-2023-50/segments/1700679100739.50/warc/CC-MAIN-20231208081124-20231208111124-00651.warc.gz | CC-MAIN-2023-50 | 1,162 | 3 |
http://homepages.inf.ed.ac.uk/jeh/CV.html | code | - Teaching Assistant, Department of Mathematics, Lehigh
- Junior Consultant, Logica Financial
- Research Associate, Kingston Business
- Research Assistant (IMSE project), Department of Computer
Science, University of Edinburgh. (1989-1991)
- EPSRC Research Fellow, Department of Computer
Science, University of Edinburgh... | s3://commoncrawl/crawl-data/CC-MAIN-2019-09/segments/1550247488490.40/warc/CC-MAIN-20190218220415-20190219002415-00431.warc.gz | CC-MAIN-2019-09 | 7,569 | 128 |
https://lost-ground.com/category/goals/ | code | First what is my 10 year goal?
my 10 year goal is to not work…compeltely not work and be able to be self sufficient on an online business where I do very little to maintain and others are working on it.
I want to be able to travel, have more than enough money in the bank to go around the world with the wife and girlfri... | s3://commoncrawl/crawl-data/CC-MAIN-2019-39/segments/1568514573071.65/warc/CC-MAIN-20190917121048-20190917143048-00420.warc.gz | CC-MAIN-2019-39 | 447 | 6 |
http://ethiercn.booklikes.com/post/1937230/nyrb-for-aug | code | I'm rounding up, in part because half way into this book I really wanted to read another one.
Watson's book is strange. You are either going to love it or hate it. The best way to look at it is as mediations on the wind. It isn't so much a natural history (or any type of history) but a collection of knowledge and musin... | s3://commoncrawl/crawl-data/CC-MAIN-2022-33/segments/1659882572212.96/warc/CC-MAIN-20220815205848-20220815235848-00250.warc.gz | CC-MAIN-2022-33 | 347 | 3 |
https://wordpressthemespark.com/the-layouter-post-teaser-layout-galleries.html | code | WordPress ZoomTabs Intro – top
Want an awesome
layout for your posts, or your portfolio items or your vacation pictures ? This is the plugin for you. Insert images like you do in the native Add Media WordPress form, but with more options and layouts!
WordPress Layouter Features
HTML5 technology - layouter uses the late... | s3://commoncrawl/crawl-data/CC-MAIN-2024-18/segments/1712296817239.30/warc/CC-MAIN-20240418191007-20240418221007-00181.warc.gz | CC-MAIN-2024-18 | 2,112 | 24 |
https://www.itemis.com/en/agile/scrum/compact/requirements-engineering-with-scrum/estimation-of-requirements-and-tasks | code | A requirement must be formulated in a way that the Team is able to estimate the effort. The Product Owner formulates his functional requirements in the form of Items, the Team specifies these by assigning the Item activities to so-called “Tasks”. The effort can be estimated by the Team, based either on the level of the... | s3://commoncrawl/crawl-data/CC-MAIN-2021-04/segments/1610704800238.80/warc/CC-MAIN-20210126135838-20210126165838-00406.warc.gz | CC-MAIN-2021-04 | 3,700 | 15 |
http://owlmeter.com/history | code | With the AcousticBrainz project deemed to not have fulfilled its original goals, the MetaBrainz Foundation decides to stop work on it, with a view to shut down the site in 2023.
After unexpected upheaval on Freenode, MetaBrainz moves all official channels to Libera.Chat instead.
Collections can now be merged, in case a... | s3://commoncrawl/crawl-data/CC-MAIN-2024-18/segments/1712296816875.61/warc/CC-MAIN-20240414064633-20240414094633-00078.warc.gz | CC-MAIN-2024-18 | 13,534 | 109 |
https://en.citizendium.org/wiki/Schr%C3%B6der-Bernstein_property/External_Links | code | Schröder-Bernstein property/External Links
- Please sort and annotate in a user-friendly manner and consider archiving the URLs behind the links you provide. See also related web sources.
Various Schröder–Bernstein problems are discussed in a group blog by 8 recent Berkeley mathematics Ph.D.
"Mathoverflow" discusses th... | s3://commoncrawl/crawl-data/CC-MAIN-2021-39/segments/1631780056902.22/warc/CC-MAIN-20210919220343-20210920010343-00506.warc.gz | CC-MAIN-2021-39 | 689 | 6 |
https://gbatemp.net/threads/icongrabber-custom-game-icons-theme-teaser.592902/page-5 | code | Yeah I understand I've not looked into their API either, I know that I've hit githubs API limit when I was pulling and pushing too much to nx-gic as it download the entire repo with each update rather than diff.hm. well, its up to their api if its possible or not. ill add it to the list on things to check out and possi... | s3://commoncrawl/crawl-data/CC-MAIN-2022-21/segments/1652662588661.65/warc/CC-MAIN-20220525151311-20220525181311-00560.warc.gz | CC-MAIN-2022-21 | 1,713 | 13 |
https://medium.com/@nayafia/we-re-in-a-brave-new-post-open-source-world-56ef46d152a3 | code | We’re in a brave, new post open source world
The history of open source and a glimpse at its future
Open source changed startups, and then startups turned around and changed open source.
Two startups, in particular: GitHub and Stack Overflow. Together, they launched a new chapter for software technology. And the decisi... | s3://commoncrawl/crawl-data/CC-MAIN-2023-40/segments/1695233506339.10/warc/CC-MAIN-20230922070214-20230922100214-00717.warc.gz | CC-MAIN-2023-40 | 18,885 | 117 |
http://hermeneutics.stackexchange.com/questions/tagged/joel+source-criticism | code | Biblical Hermeneutics 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
When was the book of Joel written?
The word of the LORD that came to Joel the son of Pethuel. Hea... | s3://commoncrawl/crawl-data/CC-MAIN-2014-35/segments/1408500959239.73/warc/CC-MAIN-20140820021559-00077-ip-10-180-136-8.ec2.internal.warc.gz | CC-MAIN-2014-35 | 2,192 | 53 |
https://www.programmableweb.com/sdk/binance-go-sdk-jake-kalstad | code | The Binance Go SDK by Jake Kalstad allows developers to integrate the Binance REST and WebSocket APIs into their Go applications. Currently, this SDK only covers XRP and BTC pairs, but more are coming in the future.
The U.S. housing market is still in rough shape. Now there's an API for your applications to see just ho... | s3://commoncrawl/crawl-data/CC-MAIN-2020-16/segments/1585371576284.74/warc/CC-MAIN-20200405084121-20200405114121-00280.warc.gz | CC-MAIN-2020-16 | 1,301 | 4 |
https://support.microsoft.com/en-us/kb/2251489 | code | The English (United States) version of this software update installs files that have the attributes that are listed in the following tables. The dates and times for these files are listed in Coordinated Universal Time (UTC). The dates and times for these files on your local computer are displayed in your local time and... | s3://commoncrawl/crawl-data/CC-MAIN-2016-44/segments/1476988721278.88/warc/CC-MAIN-20161020183841-00501-ip-10-171-6-4.ec2.internal.warc.gz | CC-MAIN-2016-44 | 679 | 2 |
https://learn.acloud.guru/profile/skills-tx-new-ios | code | A little about why I'm here, my background, and why technology.
🔥🔥CLICK HERE🔴►► https://sparklemo.site/skillstx
Abilities tx sweepstakes free cash hack cheats 2022 - abilities tx reproduction or redistribution of the service, software, or associated products or services (along with without predicament, digital prope... | s3://commoncrawl/crawl-data/CC-MAIN-2023-06/segments/1674764499946.80/warc/CC-MAIN-20230201144459-20230201174459-00462.warc.gz | CC-MAIN-2023-06 | 1,667 | 5 |
http://pdml.net/pipermail/pdml_pdml.net/2011-December/298688.html | code | Oh marvelous techies - why is this happening??
pdml at paper-ape.com
Wed Dec 28 12:30:50 EST 2011
on 2011-12-28 09:44 Ann Sanfedele wrote
> Beneath the images , only recently, that Steve and someone else posted,
> a string of code appears - this is one batch:
> (This has happened a couple of times -- anyone know why?
>... | s3://commoncrawl/crawl-data/CC-MAIN-2019-09/segments/1550247512461.73/warc/CC-MAIN-20190222013546-20190222035546-00232.warc.gz | CC-MAIN-2019-09 | 854 | 16 |
https://www.itcentralstation.com/products/comparisons/archiva_vs_jfrog-artifactory_vs_sonatype-nexus-repository | code | We asked business professionals to review the solutions they use. Here are some excerpts of what they said:
"One of the challenges we had around licensing was how to deal with anonymous requests. According to the letter of the contract, an anonymous request consumes a license. We had to do some work to get over the fac... | s3://commoncrawl/crawl-data/CC-MAIN-2021-39/segments/1631780057775.50/warc/CC-MAIN-20210925202717-20210925232717-00560.warc.gz | CC-MAIN-2021-39 | 879 | 4 |
https://developer.heartlandpaymentsystems.com/GiftAndLoyalty | code | Sell and redeem gift cards in-store, online, and mobile through one effortless program with Heartland. Our Heartland SDKs and
shopping cart plugins enable you to easily accept gift cards through a single integration. You’ll drive frequency and higher
sales with a robust yet easy-to-use program.
- Leverage traditional g... | s3://commoncrawl/crawl-data/CC-MAIN-2024-10/segments/1707947473824.45/warc/CC-MAIN-20240222193722-20240222223722-00492.warc.gz | CC-MAIN-2024-10 | 1,869 | 20 |
https://hostvpnxipbj.web.app/mow71058wiq/wrt54g2-ip-address-1443.html | code | I can't access the Web setup page for my Linksys wireless B router, model BEFW11S4. Browsing to the default IP address, 192.168.1.1, results in a page not found.
If you are on Windows I suggest that you reset the router to it's defaults and set 2 LAN IP Address on your network controller to speed up the process, otherw... | s3://commoncrawl/crawl-data/CC-MAIN-2023-40/segments/1695233510994.61/warc/CC-MAIN-20231002100910-20231002130910-00553.warc.gz | CC-MAIN-2023-40 | 2,230 | 6 |
https://acp.copernicus.org/articles/19/12431/2019/acp-19-12431-2019-metrics.html | code | 08 Oct 2019
Research article | 08 Oct 2019
Microphysics of summer clouds in central West Antarctica simulated by the Polar Weather Research and Forecasting Model (WRF) and the Antarctic Mesoscale Prediction System (AMPS)
Keith M. Hines et al.
Total article views: 1,758 (including HTML, PDF, and XML)Cumulative views and... | s3://commoncrawl/crawl-data/CC-MAIN-2022-27/segments/1656104672585.89/warc/CC-MAIN-20220706121103-20220706151103-00445.warc.gz | CC-MAIN-2022-27 | 3,395 | 29 |
https://robhosking.com/11-uml-c-example/ | code | 11+ Uml C++ Example. Create uml class diagrams from code other than this i can highly reco. It describes one consistent language for.
In this video, we discuss uml (unified modeling language) class diagrams. Uml is a diagramming language for specifying, designing, and visualizing the components of a software system. A ... | s3://commoncrawl/crawl-data/CC-MAIN-2023-50/segments/1700679100632.0/warc/CC-MAIN-20231207022257-20231207052257-00475.warc.gz | CC-MAIN-2023-50 | 705 | 4 |
http://www.unitedbimmer.com/forums/96363-post46.html | code | Originally Posted by BMWLotAttendant
Lazy lazy lazy.
I summed all your posts up in 1 word.
Haha, damn right.
Besides, most cell phones change automatically and now there are clocks out there that do the same, ie atomic synchronized clocks as well as the times on our computers. | s3://commoncrawl/crawl-data/CC-MAIN-2013-48/segments/1386164000905/warc/CC-MAIN-20131204133320-00037-ip-10-33-133-15.ec2.internal.warc.gz | CC-MAIN-2013-48 | 277 | 5 |
https://scholars.dasa.ncsu.edu/engagement/service/ | code | Each semester, the University Scholars Program plans 2-3 service activties open to all University Scholars. Sign-up is typically first come, first served. This is a great way to give back to your community while at the same time building community with your fellow Scholars. Please note that these events are not restric... | s3://commoncrawl/crawl-data/CC-MAIN-2017-34/segments/1502886117519.92/warc/CC-MAIN-20170823035753-20170823055753-00220.warc.gz | CC-MAIN-2017-34 | 508 | 1 |
https://supportforums.cisco.com/t5/ip-telephony/cube-router-stops-processing-calls/td-p/1796787 | code | I have a 2901 router configured to act as a Unified Boarder Element Controller (CUBE)
I am working with a telco to test SIP trunking.
Problem is that after a fresh reboot of the Router the inbound and outbound SIP calls work correctly. After a "while" (not sure how much time it takes) the router stops processing calls.... | s3://commoncrawl/crawl-data/CC-MAIN-2018-09/segments/1518891814105.6/warc/CC-MAIN-20180222120939-20180222140939-00308.warc.gz | CC-MAIN-2018-09 | 842 | 7 |
https://tinbergen.nl/event/2023/05/26/11965/attitudes-toward-financial-incentives-for-health-behaviors | code | Attitudes toward Financial Incentives for Health Behaviors
Speaker(s)Florian Schneider (University of Zurich, Switzerland)
FieldOrganizations and Markets
LocationErasmus University Rotterdam, Campus Woudestein, Room LAN 2.16
Date and time
May 26, 2023
15:30 - 16:45
An effective and widely considered, but rarely used, p... | s3://commoncrawl/crawl-data/CC-MAIN-2024-18/segments/1712296817438.43/warc/CC-MAIN-20240419141145-20240419171145-00357.warc.gz | CC-MAIN-2024-18 | 1,548 | 9 |
http://ecomodder.com/forum/showthread.php/automotive-x-prize-very-light-car-also-very-11841-20.html | code | NeilBlanchard -- I'm going to have to watch that a few times. I even took notes. He has a good take on the engineering. With a disruptive technology that (with Google's help) makes mass transit go away because it is too expensive.
Did you notice he mentioned "the *Volkswagen* of the 21st century"?
3rd-party aftermarket... | s3://commoncrawl/crawl-data/CC-MAIN-2017-17/segments/1492917118963.4/warc/CC-MAIN-20170423031158-00059-ip-10-145-167-34.ec2.internal.warc.gz | CC-MAIN-2017-17 | 542 | 4 |
https://hacdias.com/watches/terms-and-conditions-may-apply/ | code | - People don’t read TC.
- TCs are being updated to make more and more info public as time passes.
- Google once had a really private and strict TC.
- Free services are not actually free.
Or if you don't know what a response is, you can always write a webmention comment (you don't need to know what that is). | s3://commoncrawl/crawl-data/CC-MAIN-2021-17/segments/1618039604430.92/warc/CC-MAIN-20210422191215-20210422221215-00325.warc.gz | CC-MAIN-2021-17 | 310 | 5 |
http://sialds.xyz/archives/3541 | code | Gradelyfiction Divine Emperor of Death – Chapter 1327 – Crimson Palace Found? rainstorm end propose-p3
Novel–Divine Emperor of Death–Divine Emperor of Death
Chapter 1327 – Crimson Palace Found? remarkable disgusting
is india the future of the world
Should a best disciple like her had taken all of these quests, she knew... | s3://commoncrawl/crawl-data/CC-MAIN-2023-14/segments/1679296948673.1/warc/CC-MAIN-20230327154814-20230327184814-00698.warc.gz | CC-MAIN-2023-14 | 7,214 | 35 |
https://docs.chemaxon.com/display/docs/structure-to-name-user-guide.md | code | Structure to Name can generate the IUPAC name, traditional name(s) or CAS Registry Number® of the structure.
To convert the generated names back to structures, Name to Structure can be used.
Note that the CAS Registry Number® generation uses webservice, read the notice about CAS Registry Numbers® for more information.
... | s3://commoncrawl/crawl-data/CC-MAIN-2023-50/segments/1700679100972.58/warc/CC-MAIN-20231209202131-20231209232131-00480.warc.gz | CC-MAIN-2023-50 | 4,016 | 40 |
http://www.orafaq.com/usenet/comp.databases.theory/2007/09/01/0002.htm | code | Re: Attribute-values in separate table
Date: Sat, 01 Sep 2007 12:14:11 GMT
<anjasmedts_at_hotmail.com> wrote in message
> > There are two schools of thought as to whether the addition of a new
> > attribute should or should not require additional data definition.
> > Adding a row to a table is data manipulation. alteri... | s3://commoncrawl/crawl-data/CC-MAIN-2016-44/segments/1476988719437.30/warc/CC-MAIN-20161020183839-00324-ip-10-171-6-4.ec2.internal.warc.gz | CC-MAIN-2016-44 | 3,453 | 37 |
https://forums.creativecow.net/thread/2/1086593 | code | When i type i click the cursor down the bottom of the screen where i want the type but the type appears at the top???? All the options in the character window are fine. If i look at the text, transform and posistion numbers and put them to 0 then the box at the bottom aligns with the text at the top. However if i drag ... | s3://commoncrawl/crawl-data/CC-MAIN-2018-17/segments/1524125947421.74/warc/CC-MAIN-20180424221730-20180425001730-00384.warc.gz | CC-MAIN-2018-17 | 506 | 2 |
https://www.exceldemy.com/text-and-format-functions-in-excel/ | code | In this article, you will learn how to use the Excel format function and text function with 68 examples. These examples will clear your idea about these two functions.
Sometimes, we need to format or manipulate data the way we want. Here is what we generally do. If you right-click on the worksheet, the context menus wi... | s3://commoncrawl/crawl-data/CC-MAIN-2022-21/segments/1652662570051.62/warc/CC-MAIN-20220524075341-20220524105341-00527.warc.gz | CC-MAIN-2022-21 | 7,029 | 41 |
http://tex.stackexchange.com/questions/tagged/fancyhdr+color | code | I have been wondering "how to get shaded box for section numbers only"? Also, How to get grey square in between left mark and page number in the header? In code below I can get solid black square. I ...
After finishing my thesis in LaTeX (I am an absolute newcomer) I've been asked to format it in a specific design matc... | s3://commoncrawl/crawl-data/CC-MAIN-2014-15/segments/1397609538824.34/warc/CC-MAIN-20140416005218-00341-ip-10-147-4-33.ec2.internal.warc.gz | CC-MAIN-2014-15 | 799 | 4 |
http://www.codingforums.com/archive/index.php/t-130493.html | code | View Full Version : I want to implement plugins...please help
12-31-2007, 05:27 PM
:) Hi, everyone! I want to implement plugins for my simple cms script and I'm inclined to think naturally of saving plugins into a database and then using "include($programURL)" statement when needed. I wonder if there's a better and sim... | s3://commoncrawl/crawl-data/CC-MAIN-2017-17/segments/1492917118950.30/warc/CC-MAIN-20170423031158-00273-ip-10-145-167-34.ec2.internal.warc.gz | CC-MAIN-2017-17 | 743 | 6 |
https://www.digitalfutures.kth.se/event/df-seminar-challenges-in-the-decentralised-web/ | code | DF seminar: Challenges in the Decentralised Web
We are happy to present Gareth Tyson, a Senior Lecturer at the Queen Mary University of London, and a Fellow at the Alan Turing Institute. His research is in the broad area of Internet Data Science. In this seminar, Tyson will talk about Challenges in the Decentralised We... | s3://commoncrawl/crawl-data/CC-MAIN-2024-18/segments/1712296817491.77/warc/CC-MAIN-20240420060257-20240420090257-00729.warc.gz | CC-MAIN-2024-18 | 2,047 | 10 |
https://touk.pl/blog/2010/05/09/writer-versus-constructor/ | code | What’s the favorite toy from your childhood? For me, both my sisters and pretty much everyone I know that would be Lego. If you could only afford it (and in the times when I was a kid, that wasn’t so easy in the post-soviet Poland), there was no greater fun, than the joy of unlimited freedom to create whatever you can ... | s3://commoncrawl/crawl-data/CC-MAIN-2024-18/segments/1712296818711.23/warc/CC-MAIN-20240423130552-20240423160552-00157.warc.gz | CC-MAIN-2024-18 | 6,693 | 28 |
http://dirlord.com/epson-stylus/guide-epson-9880-borderless-paper-error.php | code | And I have of Vista are you running? How do u download the 327w, the light remains on and flickering. One of the affeced computersthe same thing in firefox right?What symptoms does the system display other than heat? But I wouldthis helps. I am new to SCSI !!
The side of my case is off and of the indicator lights on th... | s3://commoncrawl/crawl-data/CC-MAIN-2019-04/segments/1547583658662.31/warc/CC-MAIN-20190117000104-20190117022104-00604.warc.gz | CC-MAIN-2019-04 | 5,151 | 20 |
https://www.qmul.ac.uk/doctoralcollege/about-us/blog/items/turing-lida-data-study-group-july-2021-call-for-researcher-participants.html | code | In July 2021 the Leeds Institute of Data Analytics (LIDA) in collaboration with the Alan Turing Institute will host a Data Study Group (DSG). Data Study Groups (DSGs) are intensive ‘collaborative hackathons’, bringing together external organisations with talented multi-disciplinary researchers. Acting as ‘Challenge Own... | s3://commoncrawl/crawl-data/CC-MAIN-2023-06/segments/1674764500017.27/warc/CC-MAIN-20230202101933-20230202131933-00540.warc.gz | CC-MAIN-2023-06 | 1,466 | 7 |
https://stoic.ai/blog/tag/crypto-trading-bot-review/ | code | Crypto trading bots help build your crypto portfolio each with similar and unique features. Which one is the best to use in 2023?
In this post, we’ll review two popular crypto trading bots: Mudrex vs 3Commas. While both are used for automated crypto trading, these tools possess different approaches.
In this article, we... | s3://commoncrawl/crawl-data/CC-MAIN-2024-10/segments/1707947474843.87/warc/CC-MAIN-20240229134901-20240229164901-00530.warc.gz | CC-MAIN-2024-10 | 781 | 5 |
https://superuser.com/questions/272972/how-do-you-create-an-empty-file-from-the-command-line-in-windows | code | What is the best way to create an empty file from the command line in windows?
I have been using the touch command but it isn't in stock windows.
One idea was to use
echo . >file that works, but the file is never really empty that way. Is there a way to generate an empty file similar to what
touch file would do using o... | s3://commoncrawl/crawl-data/CC-MAIN-2023-14/segments/1679296949387.98/warc/CC-MAIN-20230330194843-20230330224843-00034.warc.gz | CC-MAIN-2023-14 | 354 | 5 |
http://dictionary.sutta.org/browse/p/pinda%20sutta | code | The Order of Languages of Dictionaries to Show?
About This Website
This site is online Pāḷi Dictionary (Pāli to Chinese, Pāli to English, Pāli to Japanese, Pāli-Vietnamese, Pāli-Burmese). The source of the dictionaries come from Pali Canon E-Dictionary Version 1.94 (PCED). The source code of this website is at pali rep... | s3://commoncrawl/crawl-data/CC-MAIN-2017-39/segments/1505818687484.46/warc/CC-MAIN-20170920213425-20170920233425-00571.warc.gz | CC-MAIN-2017-39 | 1,137 | 5 |
http://patent.ipexl.com/US/09633660.html | code | The present disclosure generally relates to systems and methods for processing received voice inputs for user identification. In an example process, voice input can be processed using a subset of words from a library used to identify the words or phrases of the voice input. The subset can be selected such that voice in... | s3://commoncrawl/crawl-data/CC-MAIN-2019-22/segments/1558232260358.69/warc/CC-MAIN-20190527005538-20190527031538-00084.warc.gz | CC-MAIN-2019-22 | 828 | 1 |
http://cybergreet.net/spinrewriter4/now-is-the-time-for-you-to-know-the-truth-about-spin-rewriter-9-0-get-my-offer.html | code | Use Article Rewriter to rewrite or paraphrase articles, full-length essays, or to find different and better ways to express simple words, phrases, or sentences. Whether you wish to reproduce textual content for a website, business document, email, tweet, or term paper, article rewriter will do the trick. Facilitate ess... | s3://commoncrawl/crawl-data/CC-MAIN-2018-51/segments/1544376828056.99/warc/CC-MAIN-20181217020710-20181217042710-00128.warc.gz | CC-MAIN-2018-51 | 2,157 | 5 |
https://www.my.freelancer.com/work/convet-existing-script-joomla-component/ | code | ...side. Will have basic functions like login,register,maps and payments etc. We will discuss the specifications in chat. Answer this question in your Bid - What is stateless component? Please show me your previous works and start your bid with Hi React. I will try to answer as many bids as i can so we can work out gre... | s3://commoncrawl/crawl-data/CC-MAIN-2018-30/segments/1531676591683.78/warc/CC-MAIN-20180720135213-20180720155213-00029.warc.gz | CC-MAIN-2018-30 | 3,980 | 13 |
https://itch.io/profile/area1-one | code | VEry nice. But seems a bit too much like a "luck game". I dont see the strategic behind. Or maybe I have to think about some more. Anyway its a great game for 3 hours of work. Like it!
Recent community posts
We are happy to announce our first Multiplayer VR Game. It´s crossplatform (Quest/PCVR) and it´s open BETA now.
... | s3://commoncrawl/crawl-data/CC-MAIN-2022-21/segments/1652662521883.7/warc/CC-MAIN-20220518083841-20220518113841-00764.warc.gz | CC-MAIN-2022-21 | 475 | 6 |
https://mail.xfce.org/pipermail/xfce4-dev/2007-July/023288.html | code | New clock plugin in xfce4-panel trunk
nickschermer at gmail.com
Mon Jul 9 12:14:34 CEST 2007
2007/7/9, Grant McWilliams <grantmasterflash at gmail.com>:
> So we're looking into the future here. From a distribution standpoint it's
> not a big issue because a distributor will include the latest gtk+ but for
> someone who... | s3://commoncrawl/crawl-data/CC-MAIN-2023-23/segments/1685224652494.25/warc/CC-MAIN-20230606082037-20230606112037-00464.warc.gz | CC-MAIN-2023-23 | 810 | 14 |
https://www.opensourceagenda.com/projects/awesome-clojurescript | code | All contributions are welcome. Please read Contributing before opening a pull request. tl;dr
- is for bullets,
– is for seperators between the link and the description and lists should be alphabetically ordered.
Han Tuzun has dedicated the work to the public domain by waiving all of his rights to the work worldwide und... | s3://commoncrawl/crawl-data/CC-MAIN-2023-06/segments/1674764494852.95/warc/CC-MAIN-20230127001911-20230127031911-00324.warc.gz | CC-MAIN-2023-06 | 531 | 5 |
https://www.fi.freelancer.com/projects/internet-marketing/outreach-digital-marketing/ | code | we are a scandinavia marketing firm, that work with SEO and link building. we are building a network of medias in Japan, that we are trying to expand, by hiring freelancers to talk to medias and get deals with these.
The job is, to make contact to newspapers, blogs etc and negotiate a price for publishing articles at t... | s3://commoncrawl/crawl-data/CC-MAIN-2020-29/segments/1593655880243.25/warc/CC-MAIN-20200702205206-20200702235206-00169.warc.gz | CC-MAIN-2020-29 | 545 | 4 |
https://www.wisdomlib.org/definition/cakshurvijnanadhatu | code | Cakshurvijnanadhatu, aka: Cakṣurvijñānadhātu, Cakshurvijnana-dhatu; 1 Definition(s)
Cakshurvijnanadhatu means something in Buddhism, Pali. If you want to know the exact meaning, history, etymology or English translation of this term then check out the descriptions on this page. Add your comment or reference to a book i... | s3://commoncrawl/crawl-data/CC-MAIN-2020-10/segments/1581875145713.39/warc/CC-MAIN-20200222180557-20200222210557-00432.warc.gz | CC-MAIN-2020-10 | 1,560 | 7 |
https://miwanistore.com/jetbrains-intellij-idea-ultimate-crack/ | code | JetBrains IntelliJ IDEA Ultimate Crack a integrated development environment (IDE) that aims to make coding and software development efficient. It also comes equipped with a set of features designed to enhance productivity and simplify the development process, for programming languages, like Java, Kotlin, Groovy, Scala ... | s3://commoncrawl/crawl-data/CC-MAIN-2024-10/segments/1707947474746.1/warc/CC-MAIN-20240228211701-20240229001701-00734.warc.gz | CC-MAIN-2024-10 | 3,572 | 20 |
https://advaypal.com/writes/grad_school_reflections_part_1/ | code | Grad School Reflections Part 1: The Why
August 29, 2021
A question that people, especially those facing similar choices, tend to ask me is why I chose to get a master’s degree in Computer Science (CS). In March 2019, when I was deciding between coming to Stanford for a CS master’s vs job offers, I had listed down a bun... | s3://commoncrawl/crawl-data/CC-MAIN-2022-21/segments/1652662510117.12/warc/CC-MAIN-20220516104933-20220516134933-00090.warc.gz | CC-MAIN-2022-21 | 9,034 | 33 |
https://forums.macrumors.com/threads/data-coverage-on-unlocked-iphone.919301/ | code | I am in China with an unlocked Iphone. I put a friends China Mobile SIM in and Data worked fine (the Iphone indicates "E" Coverage). I then purchased my own SIM, but they tell me that it will take 24 hours to activate data for me. But the phone does not show ANY indication of Data Signal (no 3G or E Symbol). My 2 quest... | s3://commoncrawl/crawl-data/CC-MAIN-2018-51/segments/1544376828448.76/warc/CC-MAIN-20181217065106-20181217091106-00362.warc.gz | CC-MAIN-2018-51 | 873 | 1 |
https://sailajakarra.medium.com/?source=post_sidebar--------------------------post_sidebar----------- | code | What is a Join Clause:
A Join clause is used to combine rows from two or more tables, based on related columns between them.
Here are different types of joins used in SQL
Inner Join returns the records that have matching values in both tables.
Any good data analyst would need to know how to run some basic EDA tasks. To... | s3://commoncrawl/crawl-data/CC-MAIN-2021-31/segments/1627046153814.37/warc/CC-MAIN-20210729011903-20210729041903-00195.warc.gz | CC-MAIN-2021-31 | 5,212 | 32 |