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://docs.securedrop.org/en/latest/admin/installation/set_up_admin_tails.html | code | Set Up the Admin Workstation
Earlier, you should have created the Admin Workstation Tails USB along with a persistent volume for it. Now, we are going to add a couple more features to the Admin Workstation to facilitate SecureDrop’s setup.
If you have not switched to and booted the Admin Workstation Tails USB on your r... | s3://commoncrawl/crawl-data/CC-MAIN-2024-18/segments/1712297284704.94/warc/CC-MAIN-20240425032156-20240425062156-00474.warc.gz | CC-MAIN-2024-18 | 7,252 | 76 |
http://www.diamm.ac.uk/about/donations/ | code | DIAMM is under constant pressure to find funding to maintain our online presence. We are dedicated to keeping this resource free to all users but we have no public or private funding to allow us to do this. If you value this resource and would like to help keep it free, or if you would like to help us find money to dig... | s3://commoncrawl/crawl-data/CC-MAIN-2017-04/segments/1484560280899.42/warc/CC-MAIN-20170116095120-00289-ip-10-171-10-70.ec2.internal.warc.gz | CC-MAIN-2017-04 | 836 | 3 |
http://www.linuxhomenetworking.com/forums/showthread.php/18949-Unable-to-view-domain-within-network | code | I operate my web server from home with a true static IP and a 10 port switch. I use Ubuntu 8.04. My problem is that I cannot view my Wordpress pages within the network. I have 4 other boxes on my network (XP, 2-Vista, and Kubuntu) which cannot view my website. I should restate that last part, when I type in my domain o... | s3://commoncrawl/crawl-data/CC-MAIN-2015-40/segments/1443736676547.12/warc/CC-MAIN-20151001215756-00133-ip-10-137-6-227.ec2.internal.warc.gz | CC-MAIN-2015-40 | 664 | 3 |
http://www.reddit.com/r/cade/comments/1ez2by/newbie_questions_and_tmnt/?sort=top | code | I'm new to this subreddit, but I've been a video game collector for the last 2 years (anything from Atari 2600 to now). I've recently gotten this bug for building/buying an arcade cabinet or two for my home. I'd really like to get something along the lines of Teenage Mutant Ninja Turtles/Turtles in Time. Here is a vide... | s3://commoncrawl/crawl-data/CC-MAIN-2014-42/segments/1414119650692.11/warc/CC-MAIN-20141024030050-00246-ip-10-16-133-185.ec2.internal.warc.gz | CC-MAIN-2014-42 | 1,139 | 3 |
https://proseeker.in/2022/05/22/kantar-hiring-for-freshers-software-engineer/ | code | Company Name: KANTAR
Job Role: Software Engineer
Salary: Rs 5 LPA
- Apply design patterns and architectural recommendations from Lead Engineer/Architect
- Understand detailed design and contribute to design elements at a module level
- Good understanding of Data Structures and RDBMS
- Effective communication skills
- A... | s3://commoncrawl/crawl-data/CC-MAIN-2022-33/segments/1659882571993.68/warc/CC-MAIN-20220814022847-20220814052847-00727.warc.gz | CC-MAIN-2022-33 | 1,430 | 16 |
http://www.casino-betting-secrets.com/online-casino/require-a-registry-cleaner-full-registry/ | code | A registry cleaner full registry solution is sometimes the only real a cure for a computer that don’t mount more plans because the registry is full. The registry is section of a pc managing a Windows Operating System, from the old types like Windows 95 right up through the newest Windows Vista. Its the heads of one’s c... | s3://commoncrawl/crawl-data/CC-MAIN-2021-21/segments/1620243989012.26/warc/CC-MAIN-20210509183309-20210509213309-00304.warc.gz | CC-MAIN-2021-21 | 3,109 | 11 |
http://www.wiichat.com/forum/nintendo-wii-online/22237-really-need-help-please-anyone.html | code | really need help please anyone
hello i am a newbie here and i just got my wii today i tried connecting my wii to my wireless network butit wont let me with the security(wep and wpa) on. i tried with the security on and i entered in my wep key on the wep bar and tried the connection but it does not wor. dos anybody have... | s3://commoncrawl/crawl-data/CC-MAIN-2013-20/segments/1368697380733/warc/CC-MAIN-20130516094300-00047-ip-10-60-113-184.ec2.internal.warc.gz | CC-MAIN-2013-20 | 974 | 9 |
https://www.mail-archive.com/digitalmars-d-announce@puremagic.com/msg35856.html | code | On Friday, 5 January 2018 at 15:44:57 UTC, H. S. Teoh wrote:
On Fri, Jan 05, 2018 at 03:38:45PM +0000, Jack Stouffer via
On Friday, 5 January 2018 at 15:22:01 UTC, H. S. Teoh wrote:
> Very nice to see this taking shape. What's the link to the
> code again?
Thanks! Will take a look sometime. Might throw in a PR or two
i... | s3://commoncrawl/crawl-data/CC-MAIN-2018-26/segments/1529267867579.80/warc/CC-MAIN-20180625072642-20180625092642-00055.warc.gz | CC-MAIN-2018-26 | 869 | 16 |
https://open.vanillaforums.com/addon/1511/responsive-videos | code | Addons are custom features that you can add to your Vanilla forum. Addons are created by our community of developers and people like you!
These addons are for people who downloaded and set up their own Vanilla forum. Compare your downloaded version with the version requirements on the right.
If your Vanilla forum is ho... | s3://commoncrawl/crawl-data/CC-MAIN-2018-51/segments/1544376827175.38/warc/CC-MAIN-20181216003916-20181216025916-00632.warc.gz | CC-MAIN-2018-51 | 707 | 7 |
https://gitlab.haskell.org/ghc/ghc/-/merge_requests/2318 | code | In our codebase we have some code along the lines of
newStdout <- hDuplicate stdout stderr `hDuplicateTo` stdout
to avoid stray
putStrLns from corrupting a protocol (LSP) that is
run over stdout.
On CI we have seen a bunch of issues where
this fails with
ResourceExhausted in Haskell.
I’ve spent some time looking at the... | s3://commoncrawl/crawl-data/CC-MAIN-2023-50/segments/1700679100452.79/warc/CC-MAIN-20231202203800-20231202233800-00636.warc.gz | CC-MAIN-2023-50 | 1,480 | 32 |
http://opus.tv/?page=courses/developing-dotnet-microsoft-azure-getting-started | code | If you are a .NET developer, and have ever considered whether or not to use Microsoft Azure, this course will help you understand the breadth of Azure resource offerings and supported technologies. This course, Developing with .NET on Microsoft Azure - Getting Started, will help you get your ASP.NET application set up ... | s3://commoncrawl/crawl-data/CC-MAIN-2018-09/segments/1518891816068.93/warc/CC-MAIN-20180224231522-20180225011522-00725.warc.gz | CC-MAIN-2018-09 | 1,756 | 9 |
http://www.easyphpcalendar.com/forums/showthread.php?p=25808 | code | display the same month of new entry after saving
Is it possible that the calender not to jump back to the current month after making a new entry or editing a entry so that the calendar shows the same month of the done entry after saving?
OK, I've found a thread http://www.easyphpcalendar.com/forum...ead.php?t=7214
with... | s3://commoncrawl/crawl-data/CC-MAIN-2013-20/segments/1368705884968/warc/CC-MAIN-20130516120444-00079-ip-10-60-113-184.ec2.internal.warc.gz | CC-MAIN-2013-20 | 396 | 5 |
http://ideosphere.com/fx-bin/Claim?claim=PFol&uid=132 | code | This claim will be judged YES if by 1 Jan 2010 knowledge of a protein's amino acid sequence is sufficient to determine its tertiary structure in a given medium. Success is defined by the following criteria.
Ambiguity clause: I will judge this claim based on its precise wording, unless this wording conflicts with my per... | s3://commoncrawl/crawl-data/CC-MAIN-2024-18/segments/1712296817222.1/warc/CC-MAIN-20240418160034-20240418190034-00722.warc.gz | CC-MAIN-2024-18 | 907 | 3 |
https://man.netbsd.org/sparc64/xkbprint.1 | code | - NetBSD Manual Pages
Powered by man-cgi (2024-03-20).
Maintained for NetBSD
by Kimmo Suominen.
Based on man-cgi by Panagiotis Christias.
xkbprint - print an XKB keyboard description
xkbprint [options] source [ output_file ]
The xkbprint command generates a printable or encapsulated PostScript
description of the XKB ke... | s3://commoncrawl/crawl-data/CC-MAIN-2024-18/segments/1712296818474.95/warc/CC-MAIN-20240423095619-20240423125619-00452.warc.gz | CC-MAIN-2024-18 | 2,615 | 53 |
https://stephenking.com/xf/index.php?threads/mobile-app.6031/ | code | It feels like I am never on the SKMB anymore. I don't really use my computer much (Mostly cause my laptop gets lost, or I lose the charger. Ooppss....). Soooooo... Have there ever been a consideration for a mobile app? Cause that would do me wonders!!! I am more curious to how many people would use it? | s3://commoncrawl/crawl-data/CC-MAIN-2021-21/segments/1620243989916.34/warc/CC-MAIN-20210513111525-20210513141525-00249.warc.gz | CC-MAIN-2021-21 | 303 | 1 |
https://forum.purseblog.com/threads/gucci-website.75307/ | code | Where are the sales items posted on the Gucci Website?
I think they have removed the sale items from the website already.
You should check out the store for the remaining stuff..
i don't see it anymore, but I love the revamped website - it's hot!!!
they still have the sale in stores.
I'm sorry I didn't post this sooner... | s3://commoncrawl/crawl-data/CC-MAIN-2019-04/segments/1547583657470.23/warc/CC-MAIN-20190116113941-20190116135941-00118.warc.gz | CC-MAIN-2019-04 | 396 | 6 |
https://community.home-assistant.io/t/why-cant-we-create-custom-mqtt-devices/472371/4 | code | Personally I changed all my MQTT yaml definitions by automations running at home assistant start when they changed the syntax for MQTT in yaml. Since I had to rewrite it anyway. The good way is to set the payload as a variable where you can use yaml syntax that looks a lot like classical yaml definitions, then do a loo... | s3://commoncrawl/crawl-data/CC-MAIN-2023-50/segments/1700679100327.70/warc/CC-MAIN-20231202042052-20231202072052-00165.warc.gz | CC-MAIN-2023-50 | 1,843 | 8 |
https://longroom.com/discussion/929127/microsoft-women-filed-238-discrimination-and-harassment-complaints-court-documents | code | SAN FRANCISCO (Reuters) – Women at Microsoft Corp working in U.S.-based technical jobs filed 238 internal complaints about gender discrimination or sexual harassment between 2010 and 2016, according to court filings made public on Monday.
The figure was cited by plaintiffs suing Microsoft for systematically denying pay... | s3://commoncrawl/crawl-data/CC-MAIN-2018-51/segments/1544376828056.99/warc/CC-MAIN-20181217020710-20181217042710-00436.warc.gz | CC-MAIN-2018-51 | 1,478 | 11 |
https://addons.mozilla.org/EN-us/seamonkey/addon/newsfox/reviews/user:4901880 | code | NewsFox icon problems Rated 4 out of 5 stars
After updating Newsfox the other day, clicking the NF icon produced a message about the icon being deprecated; use new icon. So I substituted the new icon for the old, only to discover that the new icon is twice as wide as the old one and takes up twice as much space on the ... | s3://commoncrawl/crawl-data/CC-MAIN-2018-17/segments/1524125945637.51/warc/CC-MAIN-20180422174026-20180422194026-00511.warc.gz | CC-MAIN-2018-17 | 2,242 | 12 |
http://prosper.sics.se/contact.html | code | The PROSPER project is a coloration between the security lab at RISE SICS and the Theoretical Computer Science group at the Royal Institute of Technology (KTH).
RISE SICS is a leading research institute for applied information and communication technology in Sweden. RISE SICS is a non-profit-distributing organization w... | s3://commoncrawl/crawl-data/CC-MAIN-2021-25/segments/1623487655418.58/warc/CC-MAIN-20210620024206-20210620054206-00438.warc.gz | CC-MAIN-2021-25 | 1,782 | 8 |
https://www.freelancer.com/work/streaming-audio-java-android/ | code | Have poorly typed audio transcription of English phone conference, that needs correction by native English speaker with good ear. Must be a male american English speaker. You will need to start as soon as possible.
I will like someone to help me setup wowza server to do the following: Receive live streams based on mpeg... | s3://commoncrawl/crawl-data/CC-MAIN-2018-39/segments/1537267165261.94/warc/CC-MAIN-20180926140948-20180926161348-00317.warc.gz | CC-MAIN-2018-39 | 6,261 | 22 |
https://community.clickteam.com/threads/43224-re-installing-extensions?s=10b42e6dc506c9768f6e3e80e6df8061 | code | Hello to you all and happy new year in advance !
Well i've just re-installed win xp and all my software , including mmf2 dev. I had made a backup of the mmf2 dev folder beforehand.
My question : can I re-install my extensions by just copying the .mfx files from the backup's data and runtime folders ? Or is there a spec... | s3://commoncrawl/crawl-data/CC-MAIN-2021-25/segments/1623487647232.60/warc/CC-MAIN-20210619081502-20210619111502-00427.warc.gz | CC-MAIN-2021-25 | 360 | 3 |
https://chestofbooks.com/food/recipes/The-New-Home-Cook-Book/Pumpernickel-Sandwiches.html | code | This section is from the "The New Home Cook Book" book, by Ladies Of Chicago Et Al. Also available from Amazon: The Home Cook Book: Tried, Tested, Proved.
Slice pumpernickel bread thin and cut these slices in half. Butter two slices of white bread of the same size as the half slices and place the pumpernickel between. ... | s3://commoncrawl/crawl-data/CC-MAIN-2023-23/segments/1685224649293.44/warc/CC-MAIN-20230603133129-20230603163129-00775.warc.gz | CC-MAIN-2023-23 | 415 | 2 |
https://1000projects.org/linux-projects-2.html | code | List of Linux projects:
Final year cse and it students who are looking for linux projects with source code and project report can download for free from this site. There are very few websites which provide final year b.tech major and minor projects using linux. Here students cand download few collection of projects for... | s3://commoncrawl/crawl-data/CC-MAIN-2019-18/segments/1555578558125.45/warc/CC-MAIN-20190422155337-20190422181337-00417.warc.gz | CC-MAIN-2019-18 | 667 | 11 |
http://stingray-dive.com/5wih4mn/19d0f6-do-ball-pythons-have-venom | code | Should more expos make the same moves? A young ball python grows at least by one foot every year. When it comes to age, the younger the Python is, the less it will cost to have one. Their nice and even-temper allows for you to interact with them in a safe and comforting manner without them feeling threatened and ballin... | s3://commoncrawl/crawl-data/CC-MAIN-2021-39/segments/1631780057882.56/warc/CC-MAIN-20210926144658-20210926174658-00291.warc.gz | CC-MAIN-2021-39 | 36,086 | 1 |
https://emmens.me.uk/page27.html | code | Branded Famos 120 and Superspeed chimneys are so rare and expensive that it is unwise to use them. If you are going to use any of these lamps with a modified Aladdin mantle then a modern, Aladdin heel-less chimney will be adequate. For the Superspeed and Wonderlite burners, the 14 inch high-altitude chimney is the clos... | s3://commoncrawl/crawl-data/CC-MAIN-2022-33/segments/1659882571483.70/warc/CC-MAIN-20220811164257-20220811194257-00041.warc.gz | CC-MAIN-2022-33 | 811 | 3 |
http://gamedev.stackexchange.com/questions/tagged/quake3?sort=frequent&pagesize=15 | code | Game Development 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.
Programming an Artificial Agent in Open Arena [closed]
Does anyone know sourc... | s3://commoncrawl/crawl-data/CC-MAIN-2014-15/segments/1397609532128.44/warc/CC-MAIN-20140416005212-00033-ip-10-147-4-33.ec2.internal.warc.gz | CC-MAIN-2014-15 | 2,459 | 56 |
https://piccoledolomiti.info/13030-dell-dimension-40.php | code | DELL DIMENSION 4550 EICON MODEM DRIVER DETAILS:
|File Size:||28.4 MB|
|Supported systems:||Windows 10, Windows 8.1, Windows 7|
|Price:||Free* (*Free Registration Required)|
DELL DIMENSION 4550 EICON MODEM DRIVER
Need Ethernet driver on Dell Dimension 4550 - HELP!
Using actual words is a bad idea. Just to give you an id... | s3://commoncrawl/crawl-data/CC-MAIN-2020-05/segments/1579251773463.72/warc/CC-MAIN-20200128030221-20200128060221-00246.warc.gz | CC-MAIN-2020-05 | 3,718 | 15 |
https://michiganlabs.com/news/why-i-use-nextjs | code | Why I use NextJSDecember 21, 2022
Is NextJS right for your next project? Are you reevaluating your current website and looking for an alternative framework to re-architect it around? Are you scouting around for a more modern approach to your frontend? In this post, I want to help break down three specific core function... | s3://commoncrawl/crawl-data/CC-MAIN-2023-50/segments/1700679100781.60/warc/CC-MAIN-20231209004202-20231209034202-00457.warc.gz | CC-MAIN-2023-50 | 6,702 | 24 |
https://consolut.com/supportportal/sap-online-help/sap-documentation/documentation-view/?article=xh-cpd4074 | code | Cause . . . . . : Program device &4 was not defined for file &2 in library &3 because the ACQPGMDEV specification from the CRTMXDF or OVRMXDF command contains a program device that is not defined. Recovery . . . : Define the program device using the correct ADDBSCDEVE, ADDCMNDEVE, or ADDDSPDEVE command, and then try th... | s3://commoncrawl/crawl-data/CC-MAIN-2020-45/segments/1603107902038.86/warc/CC-MAIN-20201028221148-20201029011148-00644.warc.gz | CC-MAIN-2020-45 | 336 | 1 |
http://forums.devshed.com/firebird-sql-development-61/firebird-rc6-released-83039.html | code | September 19th, 2003, 04:52 PM
Join Date: May 2003
Location: Transylvania (Romania)
| Originally posted by pabloj |
Hi, mariuz, I want to switch my web based app from MySQL to Firebird and I'd like to know if It's safe to use rc6.
I'm not going to bring it in prod soon and I'd love to evaluate a more recent version tha... | s3://commoncrawl/crawl-data/CC-MAIN-2013-48/segments/1386164920374/warc/CC-MAIN-20131204134840-00071-ip-10-33-133-15.ec2.internal.warc.gz | CC-MAIN-2013-48 | 1,840 | 29 |
https://docs.public.oneportal.content.oci.oraclecloud.com/en-us/iaas/Content/Security/Concepts/security_guide.htm | code | Oracle Cloud Infrastructure Security Guide
Oracle Cloud Infrastructure enables enterprises to migrate their mission-critical workloads to the cloud while continuing to maintain the same security posture. Reduce the overhead of building and operating data center infrastructure without sacrificing security.
With Oracle C... | s3://commoncrawl/crawl-data/CC-MAIN-2023-50/segments/1700679103810.88/warc/CC-MAIN-20231211080606-20231211110606-00642.warc.gz | CC-MAIN-2023-50 | 3,088 | 20 |
https://copljo.info/winscp-usb-iphone/3977-tightvnc-screenshot-remote.php | code | Note that these settings are saved in the system registry, separately per each TightVNC server. When you connect to a server next time, your settings for this server are restored automatically. Globals tab of the Options dialog. This tab includes those settings that are not connection-specific.
Global options allow to ... | s3://commoncrawl/crawl-data/CC-MAIN-2022-40/segments/1664030337906.7/warc/CC-MAIN-20221007014029-20221007044029-00758.warc.gz | CC-MAIN-2022-40 | 2,467 | 7 |
http://www.baptistboard.com/threads/organized-conspiracy-vs-moses-israel.39289/ | code | In the Book of Numbers (Ch. 22-31) we read about Israel's encounter with Balaam on their way from the Wilderness to Canaan. Balaam proposed the crafty strategy of luring Israel into sin, so that YHWH-God would revoke his protection of Israel —*then Israel could be destroyed. This under-handed under-mining of God's Folk... | s3://commoncrawl/crawl-data/CC-MAIN-2017-09/segments/1487501171232.43/warc/CC-MAIN-20170219104611-00045-ip-10-171-10-108.ec2.internal.warc.gz | CC-MAIN-2017-09 | 1,715 | 1 |
http://mail.openjdk.java.net/pipermail/core-libs-dev/2015-May/033298.html | code | RFR 9: 8077350 Process API Updates Implementation Review
Roger.Riggs at Oracle.com
Mon May 11 15:49:53 UTC 2015
Please review clarifications and updates to the proposed Precess API.
A few loose ends in the ProcessHandle API were identified.
1) The ProcessHandle.parent() method currently returns null if the
be determine... | s3://commoncrawl/crawl-data/CC-MAIN-2022-05/segments/1642320300810.66/warc/CC-MAIN-20220118092443-20220118122443-00179.warc.gz | CC-MAIN-2022-05 | 1,822 | 33 |
http://prakrit.info/dh/tei.html | code | What is TEI?
TEI stands for the Text Encoding Initiative, a “consortium which collectively develops and maintains a standard for the representation of texts in digital form.” The current standard published by the TEI is the P5 Guidelines, which provided detailed instructions for how to represent various aspects of a te... | s3://commoncrawl/crawl-data/CC-MAIN-2023-50/segments/1700679100705.19/warc/CC-MAIN-20231207221604-20231208011604-00609.warc.gz | CC-MAIN-2023-50 | 13,658 | 77 |
https://philosophy.columbia.edu/content/christian-alexander-jensen | code | 5th Year Graduate Student | Ph.D. program in Philosophy
My primary research interests lie in 19th-century European philosophy, especially the works of Hegel and Marx. My current project concerns the distinction between appearance and illusion in the post-Kantian German tradition, the way that distinction is leveraged t... | s3://commoncrawl/crawl-data/CC-MAIN-2024-18/segments/1712296816864.66/warc/CC-MAIN-20240414033458-20240414063458-00462.warc.gz | CC-MAIN-2024-18 | 605 | 2 |
http://roseindia.net/tutorialsandarticles/1157265-Request-for-complete-code-of-the-Spring-2-5-MVC-User-Registration-Example.html | code | Top Tutorials related to:Request for complete code of the Spring 2.5 MVC User Registration Example Spring 3.0 MVC Form, Spring 3.0 MVC Form Example
In this tutorial we are going to develop Spring 3 MVC form example. This application will help you learn the concept of Spring 3 MVC forms.
Developing User Registration For... | s3://commoncrawl/crawl-data/CC-MAIN-2018-13/segments/1521257648226.72/warc/CC-MAIN-20180323122312-20180323142312-00456.warc.gz | CC-MAIN-2018-13 | 997 | 8 |
https://forum.duet3d.com/user/plasticfactory | code | As some of you may remember, I had previously worked on a "square" orifice nozzle for general experimentation. Further information and reading can be found here:
This nozzle has since been sent off for load testing to another forum user. Unfortunately, I did not feel much additional empirical testing was required to co... | s3://commoncrawl/crawl-data/CC-MAIN-2022-49/segments/1669446711121.31/warc/CC-MAIN-20221206225143-20221207015143-00144.warc.gz | CC-MAIN-2022-49 | 2,350 | 8 |
https://keystonehealth.org/employment/dental-sterilization-tech/ | code | Keystone Health is hiring a full-time Dental Sterilization Tech. One clinical year clinical dental experience preferred, Pennsylvania or DANB X-ray certification preferred. Pleasant working environment. Competitive salary and benefits.
Keystone Health is a Federally Qualified Health Center with offices in Chambersburg,... | s3://commoncrawl/crawl-data/CC-MAIN-2020-34/segments/1596439738653.47/warc/CC-MAIN-20200810072511-20200810102511-00016.warc.gz | CC-MAIN-2020-34 | 537 | 4 |
https://all-markup-news.com/another-happy-tuesday/ | code | June 21st, 2011
After Helge’s Happy Tuesday snapshot last week, we thought we would follow up with another one today.
This build contains fixes for things like feed and mail messages only being marked as read rather than deleted and makes sure newly added bookmarks are added as the last rather than the first folder ite... | s3://commoncrawl/crawl-data/CC-MAIN-2022-40/segments/1664030337339.70/warc/CC-MAIN-20221002181356-20221002211356-00633.warc.gz | CC-MAIN-2022-40 | 947 | 6 |
http://stackoverflow.com/questions/7600617/public-key-accepted-with-ssh-fails-with-git | code | I am using gitosis for repository management. I have two other keys that work perfectly. I've recently added a third key.
All keys work when I SSH into the machine (I get the error mentioned here as normal, and the server's auth.log says "Found matching RSA key..."). However, when I run the command:
git clone -b <branc... | s3://commoncrawl/crawl-data/CC-MAIN-2016-07/segments/1454701169261.41/warc/CC-MAIN-20160205193929-00115-ip-10-236-182-209.ec2.internal.warc.gz | CC-MAIN-2016-07 | 691 | 7 |
https://gdg.community.dev/events/details/google-gdg-cloud-kolkata-presents-hands-on-ml-with-google-cloud-a-gameathon-free-tickets-to-gccd-kolkata-2023/ | code | Join Code Vipassana Season 1 Finale with Abirami Sukumaran, Developer Advocate at Google Cloud, to create quick and easy ML models with Vertex AI and BigQuery and compare your AutoML and custom ML results for the same dataset. Also, join in for the opportunity to win FREE tickets to Google Cloud Community Day Kolkata 2... | s3://commoncrawl/crawl-data/CC-MAIN-2023-23/segments/1685224643388.45/warc/CC-MAIN-20230527223515-20230528013515-00130.warc.gz | CC-MAIN-2023-23 | 1,732 | 12 |
https://www.open-mpi.org/community/lists/devel/2011/03/9081.php | code | On Mar 16, 2011, at 6:50 AM, Terry Dontje wrote:
>> K. When Ralph and I removed that code, it was on he educated guess that no one was using it (because it hasn't compiled right in a while). If we were wrong, it can be put back, but someone will need to update it and Ralph and I don't have access to machines to test th... | s3://commoncrawl/crawl-data/CC-MAIN-2016-30/segments/1469257822172.7/warc/CC-MAIN-20160723071022-00094-ip-10-185-27-174.ec2.internal.warc.gz | CC-MAIN-2016-30 | 645 | 5 |
https://www.royaldecorations.fr/epages/62032137.sf/en_GB/?ViewObjectPath=%2FShops%2F62032137%2FCategories%2FLUMINAIRES%2FLampes_Tiffany%2FLampe_Tiffany%2FLampes-Tiffany-ensembles%2Flampe-Tiffany-Serie-toulouse | code | Tiffany chandelier Toulouse a dragonfly decor, the wings are opalescent glass cabochons and eyes.
can be shipped within 3 days
Delivery weight: 4.2 kg
The series of lights is composed of a Tiffany lamp, a floor lamp, a wall and a stained glass Tiffany lamp with the same dragonflies decor, for a new art style décor.
Eac... | s3://commoncrawl/crawl-data/CC-MAIN-2021-04/segments/1610703519883.54/warc/CC-MAIN-20210120023125-20210120053125-00632.warc.gz | CC-MAIN-2021-04 | 514 | 6 |
https://www.experts-exchange.com/questions/23627964/Cannot-Map-Drive-Using-Machine-Name-But-I-can-Map-Drive-Using-The-IP.html | code | Hi I am using VMware Workstation 5.5.3. I am not on a domain but have a workgroup type network.
I need to be able to map to a computer on my network using its machine name. However the VMware Workstation environment cannot find the computer if I try to map to it using its machine name; I can map to it using its IP addr... | s3://commoncrawl/crawl-data/CC-MAIN-2021-25/segments/1623487608702.10/warc/CC-MAIN-20210613100830-20210613130830-00085.warc.gz | CC-MAIN-2021-25 | 641 | 4 |
https://www.experts-exchange.com/questions/24363493/Yamaha-Natural-Sound-HDD-CD-Recorder-CDR-HD1500-Hard-Drive-access.html | code | The local city council bought this Yamaha CDR-HD1500 about one year ago, and they have been recording their sessions on its 320Gb hard drive ever since.
Noone told them that they should be burning everything on CDs to keep them on file. Or at least to label each album/track on the hard drive so that someone can keep tr... | s3://commoncrawl/crawl-data/CC-MAIN-2018-26/segments/1529267864354.27/warc/CC-MAIN-20180622045658-20180622065658-00414.warc.gz | CC-MAIN-2018-26 | 1,675 | 14 |
http://hamsterhideout.com/forum/topic/9684-coin-machine-game/?pid=85160 | code | You say you put a coin the the machine and pull the lever, then the next person gives you a gift and puts a coin in.
Example(I'll use me and squirtnwario and Fortune)
Cheeky puts in a bent dusty old coin(say I am the first one to post)
Cheeky wins a bag of baby hammies!
squirtnwario puts in a rainbow coloured coin and ... | s3://commoncrawl/crawl-data/CC-MAIN-2015-22/segments/1432207930866.20/warc/CC-MAIN-20150521113210-00072-ip-10-180-206-219.ec2.internal.warc.gz | CC-MAIN-2015-22 | 686 | 15 |
https://www.prunderground.com/centific-launches-honeybee-a-multipurpose-ai-solution/00294469/ | code | Centific Launches Honeybee, a Multipurpose AI Solution
Honeybee uses large language models to make localization tasks more cost efficient
Redmond, WA (PRUnderground) April 14th, 2023
Centific, a world-class digital solutions provider today announced the launch of Honeybee, a toolkit that supports multipurpose AI system... | s3://commoncrawl/crawl-data/CC-MAIN-2023-23/segments/1685224655244.74/warc/CC-MAIN-20230609000217-20230609030217-00410.warc.gz | CC-MAIN-2023-23 | 2,912 | 22 |
https://mail.python.org/pipermail/python-list/2006-June/396660.html | code | Searching and manipulating lists of tuples
bruno at modulix
onurb at xiludom.gro
Mon Jun 12 18:27:11 CEST 2006
> I'm wondering if there's a quick way of resolving this problem.
> In a program, I have a list of tuples of form (str,int), where int is a
> count of how often str occurs
> e.g. L = [ ("X",1),("Y",2)] would m... | s3://commoncrawl/crawl-data/CC-MAIN-2019-30/segments/1563195528687.63/warc/CC-MAIN-20190723022935-20190723044935-00299.warc.gz | CC-MAIN-2019-30 | 1,959 | 46 |
http://forums.xbox-scene.com/index.php?/topic/665649-run-custom-applications/ | code | Run Custom Applications?
Posted 05 November 2008 - 04:27 PM
I would like to play tekken and as the xbox360 is backward compatible, i hope for PCSXBOX to run, so i can emulate a PS1
Posted 05 November 2008 - 05:06 PM
a) it will only run signed code.
b) the backwardscompatibility is locked to specific games and does not ... | s3://commoncrawl/crawl-data/CC-MAIN-2015-40/segments/1443736675218.1/warc/CC-MAIN-20151001215755-00204-ip-10-137-6-227.ec2.internal.warc.gz | CC-MAIN-2015-40 | 502 | 9 |
https://www.lammps.org/abstracts/abstract.30511.html | code | ρ-CP: Open source dislocation density based crystal plasticity framework for simulating temperature- and strain rate-dependent deformation
A Patra and S Chaudhary and N Pai and T Ramgopal and S Khandelwal and A Rao and DL McDowell, COMPUTATIONAL MATERIALS SCIENCE, 224, 112182 (2023).
This work presents an open source, ... | s3://commoncrawl/crawl-data/CC-MAIN-2024-18/segments/1712296816977.38/warc/CC-MAIN-20240415111434-20240415141434-00681.warc.gz | CC-MAIN-2024-18 | 1,633 | 4 |
https://java.works-hub.com/jobs/remote-java-software-engineer-079 | code | Posted about 1 month ago
This is a job posted by our partner Jooble
Below is a snippet of the job description. To read the full text, please click on the "Apply Now" link.
Join a growing scale-up business in the finance industry. Specifically for anyone interested in a fully remote working environment, you can work fro... | s3://commoncrawl/crawl-data/CC-MAIN-2023-40/segments/1695233510707.90/warc/CC-MAIN-20230930181852-20230930211852-00859.warc.gz | CC-MAIN-2023-40 | 609 | 10 |
https://lists.debian.org/debian-bsd/2011/02/msg00156.html | code | I'm mentioned this several times now: Get me a spec for what Linux
udev provides, and what services are needed, and I'll make a
compatible implementation on FreeBSD.|
While it is unfortunate that Linux didn't pickup my interface that mostly pre-dated its implementation, I expect the two are close enough that it would b... | s3://commoncrawl/crawl-data/CC-MAIN-2018-51/segments/1544376824601.32/warc/CC-MAIN-20181213080138-20181213101638-00083.warc.gz | CC-MAIN-2018-51 | 1,143 | 6 |
https://www.builtinboston.com/job/engineer/software-research-engineer-python-opencv/26540 | code | Software Research Engineer - Python, OpenCV at RightHand Robotics
At RightHand Robotics, we have a rapidly growing and highly capable engineering team building robotic piece-picking solutions and deploying them around the globe. Our product has to be reliable enough to run non-stop on production fleets of robots in the... | s3://commoncrawl/crawl-data/CC-MAIN-2020-10/segments/1581875143373.18/warc/CC-MAIN-20200217205657-20200217235657-00437.warc.gz | CC-MAIN-2020-10 | 2,747 | 19 |
https://www.experts-exchange.com/questions/21798053/INSERT-then-SELECT-Query-Record-Locking-Maybe.html | code | I am trying to make my own Shopping Basket and I am stuck on something which has been annoying me for days now.
When I add my product to the ShoppingBasket table, the product appears within the table using PHPMyAdmin.
As my product description page then automatically redirects to the Basket View page, after inserting t... | s3://commoncrawl/crawl-data/CC-MAIN-2020-24/segments/1590347409337.38/warc/CC-MAIN-20200530133926-20200530163926-00577.warc.gz | CC-MAIN-2020-24 | 906 | 9 |
http://blog.toggle.com/the-official-replacement-for-windows-live-windows-essentials-download-it-now/ | code | Microsoft continues its radical makeover and nobody can stop it. Some time ago we talked about the discontinuity of Windows Live as the suite of Windows 8, but there were no news yet on what (and how) would be its replacement. However, developments were immediate: Microsoft proudly introduced “Windows Live Essentials”,... | s3://commoncrawl/crawl-data/CC-MAIN-2013-48/segments/1386164491055/warc/CC-MAIN-20131204134131-00029-ip-10-33-133-15.ec2.internal.warc.gz | CC-MAIN-2013-48 | 2,059 | 9 |
https://elixirforum.com/t/iex-need-to-define-module/28223 | code | In IEx one has to first define a module in oder to define a function.
Is there a way to do that dynamically? Or extend a defined module in IEx?
I’m thinking about how this works in Lisp or Clojure where you can change the package/namespace using (in-package ) or (in-ns ).
Then you can define whatever function you want ... | s3://commoncrawl/crawl-data/CC-MAIN-2020-05/segments/1579251672537.90/warc/CC-MAIN-20200125131641-20200125160641-00507.warc.gz | CC-MAIN-2020-05 | 374 | 4 |
https://documentation.solarwinds.com/en/success_center/ntm/content/ntm_missing_connections.htm | code | NTM may be unable to generate connections among discovered nodes for the following reasons:
- Invalid credentials
Use “Test” at the bottom of the Add Credential resource to verify before adding or modifying credential.
- Device does not support SNMP
NTM uses SNMP polling to retrieve CDP and LLDP data. Without that Laye... | s3://commoncrawl/crawl-data/CC-MAIN-2022-49/segments/1669446710936.10/warc/CC-MAIN-20221203175958-20221203205958-00531.warc.gz | CC-MAIN-2022-49 | 1,353 | 19 |
https://mineralesdelsur.com/2019/07/23/hiv-dating-condition-or-even-the-preconception-affixed-to-the/ | code | 23 Jul Hiv Dating condition or even the preconception affixed to the
Terms of make use of and also Your personal privacy.
is actually a signed up hallmark of CDM Publishing, LLC.
is actually an enrolled hallmark of CDM Publishing, LLC.
Stay Logged In?
POZ Personals participants discuss their hiv dating advise.
You Have... | s3://commoncrawl/crawl-data/CC-MAIN-2021-04/segments/1610703517966.39/warc/CC-MAIN-20210119042046-20210119072046-00103.warc.gz | CC-MAIN-2021-04 | 9,765 | 28 |
https://www.cioaxis.com/just-in/coursera-and-microsoft-collaborate-to-launch-microsoft-azure-fundamentals-specialization | code | Coursera has collaborated with Microsoft to launch a new Microsoft Azure Fundamentals Specialization.
The beginner Specialization will prepare learners for the Microsoft Certified AZ-900 Azure Fundamentals Exam and help kick-start their cloud careers. Amid a rapidly changing world of work, certification programs from t... | s3://commoncrawl/crawl-data/CC-MAIN-2023-14/segments/1679296948632.20/warc/CC-MAIN-20230327123514-20230327153514-00452.warc.gz | CC-MAIN-2023-14 | 2,037 | 5 |
https://lists.opensuse.org/archives/list/project@lists.opensuse.org/message/ME3UN4MAXA72GBWA5RKNDQDPOG5YF6GT/ | code | On Thu, Jun 4, 2015 at 12:39 AM, Vincent Untz firstname.lastname@example.org wrote:
Le mercredi 03 juin 2015, à 12:33 -0400, Robert Schweikert a écrit :
So what's next?
- From my perspective we are failing at "fulfilling the charter of oSC".
Yes there are a million reasons why contributors cannot come, Travel is expens... | s3://commoncrawl/crawl-data/CC-MAIN-2023-23/segments/1685224655143.72/warc/CC-MAIN-20230608204017-20230608234017-00578.warc.gz | CC-MAIN-2023-23 | 2,203 | 23 |
http://www.jeepforum.com/forum/f12/turning-idling-7448/ | code | Turning and Idling
Does anyone out there have the problem with there YJ that when your say paralell parking the motor really stagers to a low idle then jumps back to normal with the clutch in, seems to always happen when I turn the wheels to the right (most of the time) at a slow speed. Thought maybe a pinched vacuum l... | s3://commoncrawl/crawl-data/CC-MAIN-2017-26/segments/1498128320201.43/warc/CC-MAIN-20170623220935-20170624000935-00297.warc.gz | CC-MAIN-2017-26 | 555 | 3 |
https://developer.jboss.org/thread/251632 | code | You have enabled passivation. By doing so this store will only be written to when an entry is evicted. In this case you have set the max-entries to 5000000, so you will have to write ~5000000 + 1 entries before you see something written to the cache store.
There is more information on passivation here
Got that, thank ... | s3://commoncrawl/crawl-data/CC-MAIN-2018-39/segments/1537267156780.2/warc/CC-MAIN-20180921033529-20180921053929-00182.warc.gz | CC-MAIN-2018-39 | 720 | 4 |
https://www.kylevhiller.com/coursera-introduction-to-systematic-program-design/ | code | Lets talk first about : Coursera Introduction To Systematic Program Design … The 2 ex-CEOs of, Andrew, and Daphne, are no longer actively managing the business themselves. In 2018, Daphne Koller established Insitro, an ingenious business that links drug discovery and machine knowing.
is still a reasonably new company, ... | s3://commoncrawl/crawl-data/CC-MAIN-2023-50/segments/1700679100525.55/warc/CC-MAIN-20231204052342-20231204082342-00455.warc.gz | CC-MAIN-2023-50 | 5,458 | 12 |
http://www.snowfrog.net/2006/06/19/sharing-application-data-on-a-dual-boot-laptop/ | code | 20 Jun 2006
sharing application data on a dual boot laptop
I dual boot my laptop between Linux and Windows – mostly Linux, but occasionally Windows. Here’s how to make applications like Firefox, Thunderbird, etc share their configuration – especially useful for bookmarks and saved passwords for Firefox. This how-to pre... | s3://commoncrawl/crawl-data/CC-MAIN-2018-51/segments/1544376827252.87/warc/CC-MAIN-20181216025802-20181216051802-00334.warc.gz | CC-MAIN-2018-51 | 3,399 | 33 |
https://about.ads.microsoft.com/en-us/blog/author/chinmayi-bhavanishankar?page=2 | code | February 08, 2022
After receiving hundreds of entries from Microsoft Advertising Partners in the US, Canada, United Kingdom, Germany, Norway, and Netherlands, we are excited to announce our prizewinners from the Microsoft Advertising Partner Sweepstakes!
December 20, 2021
The Microsoft Advertising Partner Celebration i... | s3://commoncrawl/crawl-data/CC-MAIN-2022-33/segments/1659882571692.3/warc/CC-MAIN-20220812105810-20220812135810-00428.warc.gz | CC-MAIN-2022-33 | 1,254 | 10 |
https://symbolicard.com/fejlesztesi-kartyak-a-vizualis-megjelenes-ereje-99/ | code | The power of visualization
What can be achieved with visualization?
Based on studies the visual appearance, the harmony of colours and graphics supports the understanding, recognition and furthermore increases active participation during the development process.
Not long ago I have found a Dale Carnegie training bookle... | s3://commoncrawl/crawl-data/CC-MAIN-2024-18/segments/1712296817463.60/warc/CC-MAIN-20240419234422-20240420024422-00515.warc.gz | CC-MAIN-2024-18 | 1,294 | 12 |
https://dougbelshaw.com/blog/tag/news/ | code | Back in 2008, Vinay Gupta wrote The Second Amendment in Iraq, Combat Robotics, and the Future of Human Liberty. He shortened this long title in his blog sidebar to ‘your liberty will not survive combat robots’. I think he was spot on, but the technology is not robots, but drones.
Over the last couple of days I’ve seen ... | s3://commoncrawl/crawl-data/CC-MAIN-2024-10/segments/1707947473518.6/warc/CC-MAIN-20240221134259-20240221164259-00135.warc.gz | CC-MAIN-2024-10 | 3,380 | 14 |
https://dominicroye.github.io/es/publication/2021-morbi-mortality-spain-environmental-research/ | code | Background: Climate change is a severe public health challenge. Understanding to what extent fatal and non-fatal consequences of specific diseases are associated with temperature may help to improve the effectiveness of preventive public health efforts. This study examines the effects of temperature on deaths and hospi... | s3://commoncrawl/crawl-data/CC-MAIN-2022-40/segments/1664030338244.64/warc/CC-MAIN-20221007175237-20221007205237-00767.warc.gz | CC-MAIN-2022-40 | 1,660 | 1 |
https://vhorizon.co.uk/vmware-horizon-view-6-agent-installation-order/ | code | This is something I preach about all the time but caught myself doing it when I wanted to “quickly” lab something up causing lots of head scratching for some time without realising what I had done.
So for VMware Horizon View to work there is a agent which is deployed to the master VM before converting to a template and... | s3://commoncrawl/crawl-data/CC-MAIN-2022-05/segments/1642320304915.53/warc/CC-MAIN-20220126041016-20220126071016-00360.warc.gz | CC-MAIN-2022-05 | 1,481 | 8 |
https://dmitripopov.github.io/helpinator-github-pages/clonerepotoyourpc.html | code | Clone repo to your PC
Now we need to clone repository to our local PC. Run command prompt, change the folder to our documentation folder, say “C:\Project\Help” and call git:
git clone https://github.com/DmitriPopov/helpinator-github-pages.git
This will create a folder “helpinator-github-pages” in “C:\Project\Help” fold... | s3://commoncrawl/crawl-data/CC-MAIN-2019-51/segments/1575540537212.96/warc/CC-MAIN-20191212051311-20191212075311-00060.warc.gz | CC-MAIN-2019-51 | 496 | 6 |
https://0oo.li/method/1041/ | code | A Transdisciplinary Lingua Franca
Introduce a tiny set of exhaustive transdisciplinary concepts that most people are intimately familiar with, that can represent all processes that people go through to build their worlds, then use them to organize information, and get people understand the modern world.
One of the hard... | s3://commoncrawl/crawl-data/CC-MAIN-2023-23/segments/1685224648635.78/warc/CC-MAIN-20230602104352-20230602134352-00105.warc.gz | CC-MAIN-2023-23 | 4,054 | 37 |
http://searchwindowsserver.techtarget.com/answer/How-do-I-properly-install-Intellimirror | code | What, in your opinion, would be the best way to install "Intellimirror" on 230 Windows XP
The downloadable .MSI file at this URL includes:
- A white paper that describes six scenarios for using IntelliMirror. These scenarios are
intended to be starting points from which you can develop settings tailored to your environ... | s3://commoncrawl/crawl-data/CC-MAIN-2014-23/segments/1405997894473.81/warc/CC-MAIN-20140722025814-00068-ip-10-33-131-23.ec2.internal.warc.gz | CC-MAIN-2014-23 | 984 | 12 |
https://www.turing.com/remote-developer-jobs/j/ios-mobile-developer-90540 | code | A Silicon Valley-based company developing an efficient video platform that enables creators to share video stories and sell products is looking for an iOS Mobile Developer. The developer will be in charge of delivering high-quality products while working in close collaboration with cross-functional teams. The company i... | s3://commoncrawl/crawl-data/CC-MAIN-2024-10/segments/1707947475825.14/warc/CC-MAIN-20240302120344-20240302150344-00752.warc.gz | CC-MAIN-2024-10 | 805 | 6 |
http://blog.xdr2.net/topics/social/ | code | We’ve joined LinkedIn, and are listed with them at https://www.linkedin.com/company/xdr2net.
XDR2NET is on Facebook, you can like us at https://www.facebook.com/xdr2net
Are you on G+? If so, please follow us.
Personally, I hate that Google does not (currently) allow (us to have) custom URL, but that said, in time…
We’r... | s3://commoncrawl/crawl-data/CC-MAIN-2019-47/segments/1573496671249.37/warc/CC-MAIN-20191122092537-20191122120537-00096.warc.gz | CC-MAIN-2019-47 | 344 | 5 |
https://jonnychipz.com/2020/08/25/azure-private-link-configuration-private-endpoint-storage-account/comment-page-1/ | code | For this article, in keeping with my #AzureNetworking series, I thought it would be a nice simple idea to walk through the mechanics of the ‘Azure Private Link’.
Typically in Azure, when it comes to PaaS services, it is now supported for a number of PaaS services to configure access via a Private VNET/Subnet only, this... | s3://commoncrawl/crawl-data/CC-MAIN-2023-23/segments/1685224644915.48/warc/CC-MAIN-20230530000715-20230530030715-00424.warc.gz | CC-MAIN-2023-23 | 5,484 | 26 |
https://exam.com/catalog/E20-555/question/0027b9cbd9193eb | code | A customer plans to replace an existing array that is supported by the MiTrend Workload Profile Assessment (WPA) service. You receive performance data from the customer and run a WPA report that shows the array has 50TB of usable capacity. In discussions with the customer, you learn the content is comprised of four mil... | s3://commoncrawl/crawl-data/CC-MAIN-2020-34/segments/1596439739347.81/warc/CC-MAIN-20200814160701-20200814190701-00598.warc.gz | CC-MAIN-2020-34 | 889 | 6 |
https://css-tricks.com/forums/topic/hide-a-div-cookie/ | code | Get help. Give help. A Web Design and Development Community.
Does anyone know of a simple script that after someone signs up for a mailing list that it will store a cookie that hides the mailing list completely? (Display none?)
You must be logged in to reply to this topic. | s3://commoncrawl/crawl-data/CC-MAIN-2016-50/segments/1480698541361.65/warc/CC-MAIN-20161202170901-00275-ip-10-31-129-80.ec2.internal.warc.gz | CC-MAIN-2016-50 | 273 | 3 |
https://www.aquagrandalivigno.com/en/news/1500-OPENING-WINTER-SEASON | code | OPENING WINTER SEASON
Winter Opening hours of Aquagranda Active You:
Open every day Monday, Wednesday and Friday from 9 AM to 10 PM. Tuesday and Thursday from 8 AM to 10 PM. Saturday and Sunday open from 9 AM to 8 PM.
Open every day from 8.30 AM to 10 PM.
Starting from December 6th , regularly open from 10 AM to 10 PM.... | s3://commoncrawl/crawl-data/CC-MAIN-2020-29/segments/1593657129257.81/warc/CC-MAIN-20200711224142-20200712014142-00359.warc.gz | CC-MAIN-2020-29 | 607 | 12 |
https://cheatography.com/sir-slammington/cheat-sheets/shodan/ | code | Shodan is a search engine that specializes in returning results for public facing devices on the Internet. The CLI tool allows you to make requests using an API to obtain results without using the Web UI.
Common General Search Filters
Filter results by specific IP address.
Filter results by specific ASN ID.
Filter resu... | s3://commoncrawl/crawl-data/CC-MAIN-2022-21/segments/1652662543264.49/warc/CC-MAIN-20220522001016-20220522031016-00483.warc.gz | CC-MAIN-2022-21 | 2,368 | 44 |
https://www.gomichellie.com/ledger-stax-how-to-split-btg/ | code | Ledger Stax Review – Everything You Need to Know
If you’re considering purchasing an Ledger Stax to meet your requirements There are some points to consider before you make your purchase. We’ll go over everything you need to knowabout the device, including how to receive an offer code, and the features that are offered... | s3://commoncrawl/crawl-data/CC-MAIN-2023-14/segments/1679296949506.62/warc/CC-MAIN-20230330225648-20230331015648-00774.warc.gz | CC-MAIN-2023-14 | 19,072 | 85 |
https://fems-microbiology.org/femsmicroblog-image-analysis-of-bacterial-cells-and-communities/ | code | A picture is worth a thousand words – but how do we make sure to extract all relevant information from images in an unbiased and reproducible manner? The new review “Advances and opportunities in image analysis of bacterial cells and communities” in FEMS Microbiology Reviews is aimed at scientists interested in introdu... | s3://commoncrawl/crawl-data/CC-MAIN-2024-10/segments/1707947474784.33/warc/CC-MAIN-20240229035411-20240229065411-00083.warc.gz | CC-MAIN-2024-10 | 6,169 | 22 |
https://filemodded.com/metboy-1-5-2-modunlimited-money/ | code | MOD Id: com.rebuild.met
Google Play | Indie Games Festival 2020 Top3″METBOY!”
Take control of a “METBOY!” wearing a “Blade Met” and adventure through “Metland”!
This is a shop system that allows you to enhance your blades.
You can collect & equip chips to enhance the player’s abilities.
There is a score ranking that ca... | s3://commoncrawl/crawl-data/CC-MAIN-2021-31/segments/1627046150266.65/warc/CC-MAIN-20210724125655-20210724155655-00064.warc.gz | CC-MAIN-2021-31 | 518 | 9 |
http://www.practicepro.ca/2017/06/microsoft-onenote-in-one-hour-for-lawyers/ | code | Microsoft OneNote in One Hour for Lawyers
Ben Schorr, published 2012, 108 pages
Each copy of Microsoft® Office 2010 sold now includes OneNote, and its usage among lawyers is poised to skyrocket. With this guide, learn to use OneNote in your law practice to save time and increase productivity. Microsoft® OneNote in One ... | s3://commoncrawl/crawl-data/CC-MAIN-2017-39/segments/1505818696677.93/warc/CC-MAIN-20170926175208-20170926195208-00173.warc.gz | CC-MAIN-2017-39 | 496 | 3 |
https://github.com/achew22 | code | Prevent this user from interacting with your repositories and sending you notifications.
Learn more about blocking users.
Contact GitHub support about this user’s behavior.
Learn more about reporting abuse.
gRPC to JSON proxy generator following the gRPC HTTP spec
Tools for building Bazel targets when source files chan... | s3://commoncrawl/crawl-data/CC-MAIN-2021-21/segments/1620243989115.2/warc/CC-MAIN-20210510064318-20210510094318-00303.warc.gz | CC-MAIN-2021-21 | 516 | 11 |
https://opensource.com/life/16/1/open-source-skills | code | Although some people think open source projects only need programmers—and experienced ones, at that— open source project needs go beyond the ability to write code. They also require testing, technical support, documentation, marketing, and more. And contributing to projects also is a great way to improve technical skil... | s3://commoncrawl/crawl-data/CC-MAIN-2023-40/segments/1695233510941.58/warc/CC-MAIN-20231001205332-20231001235332-00821.warc.gz | CC-MAIN-2023-40 | 9,932 | 35 |
https://www.programmableweb.com/sdk/crossref-ruby-sdk-scott-chamberlain | code | May 25, 2016
View all 2 Followers
View all 407 Related Articles
Related Articles (407)
Earlier this week Google announced new tools that aim to make it easier for content providers to share when they are streaming live video. The announcement includes the addition of an update to the Indexing API and the addition of st... | s3://commoncrawl/crawl-data/CC-MAIN-2021-21/segments/1620243991650.73/warc/CC-MAIN-20210518002309-20210518032309-00247.warc.gz | CC-MAIN-2021-21 | 1,245 | 7 |
https://community.cisco.com/t5/mpls/mpls-p-to-pe-ospf-inter-area-failover/m-p/2031862 | code | I am simulating a MPLS core using OSPF for the control plane IGP.
Here's the setup:
Area 0 - backbone
Area 1 - PE routers in location A (PE-A)
Area 2 - PE routers in location B (PE-B)
Network is running MPLS/VPN
Here are the requirements:
1. There will be nxGE links between PE-A and PE-B for better latency requirement ... | s3://commoncrawl/crawl-data/CC-MAIN-2019-43/segments/1570986649841.6/warc/CC-MAIN-20191014074313-20191014101313-00303.warc.gz | CC-MAIN-2019-43 | 1,505 | 17 |
https://www.pagalguy.com/discussions/gyanith-nit-puducherry-4657728175734784 | code | GYANITH `17 is the first collaborated technical fest hosted by NIT Puducherry.
GYANITH literally translates to “inspiring”. Hence we are here to inspire you and give you an unforgettable experience of learning, fun and creation.
For the first time, all the departments in National Institute of Technology Puducherry has ... | s3://commoncrawl/crawl-data/CC-MAIN-2020-50/segments/1606141202590.44/warc/CC-MAIN-20201129184455-20201129214455-00285.warc.gz | CC-MAIN-2020-50 | 1,293 | 12 |
http://creditcardforum.com/visa-mastercard-f7/9468-chase-sapphire-preferred-annual-fee-increase.html | code | MrMosby wrote:Good news is I just saw that they are converting many of the chase cards to Chip+Pin and from Chip+Sig, CSP being one of them.
JMR wrote:I was looking on Chase's website and now I see the AF for CSP is now $149.
I don't know if this is just announced or what, but this is a decent price increase. What do y... | s3://commoncrawl/crawl-data/CC-MAIN-2017-13/segments/1490218189377.63/warc/CC-MAIN-20170322212949-00135-ip-10-233-31-227.ec2.internal.warc.gz | CC-MAIN-2017-13 | 392 | 4 |
https://github.com/narciero | code | Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 28 million developers.
A Mopidy client for iOS written in Swift. Contains functions for interacting with the Mopidy API over HTTP & WebSockets.
A pluggable Java library for s... | s3://commoncrawl/crawl-data/CC-MAIN-2018-47/segments/1542039746639.67/warc/CC-MAIN-20181120191321-20181120213321-00086.warc.gz | CC-MAIN-2018-47 | 582 | 9 |
https://www.openlm.com/knowledge-base/configuring-extensions-group-usage-options-file-ht856/ | code | Configure Group Usage – Options File #
- Please make sure you have a single OpenLM Server installation on a central network server.
- Make sure you have an OpenLM Broker installation on your license servers and that the OpenLM Brokers are configured.
- Windows Start button –> All Programs –> OpenLM –> OpenLM User Inter... | s3://commoncrawl/crawl-data/CC-MAIN-2023-40/segments/1695233510179.22/warc/CC-MAIN-20230926075508-20230926105508-00144.warc.gz | CC-MAIN-2023-40 | 703 | 8 |
https://alternativeto.net/software/slimget/ | code | Safely publish and consume packages within your organization or with the entire world.
GitHub Package Registry has no features, suggest some!No screenshot
- - GitHub Package Registry is the most popular Web-based alternative to SlimGet.
- - GitHub Package Registry is the most popular commercial alternative to SlimGet.
... | s3://commoncrawl/crawl-data/CC-MAIN-2024-18/segments/1712296817043.36/warc/CC-MAIN-20240416031446-20240416061446-00250.warc.gz | CC-MAIN-2024-18 | 1,253 | 10 |
http://mapsontheweb.zoom-maps.com/ | code | American Civil War battlesites over time
Searching for Malaysia Airlines flight MH370
Malaysia Airlines flight MH370 and its 239 passengers vanished from radar while en route to Beijing from Kuala Lumpur. On Tomnod you can help searching for airplane wreckage, life raft, oil slick and others on satellite images.
World ... | s3://commoncrawl/crawl-data/CC-MAIN-2014-10/segments/1394021919409/warc/CC-MAIN-20140305121839-00031-ip-10-183-142-35.ec2.internal.warc.gz | CC-MAIN-2014-10 | 1,042 | 12 |
https://www.ielts-europe.org/ielts-practice-tests | code | Download the free IELTS practice tests now
Get ready for the test with our collection of free IELTS practice tests. Make sure you time yourself while working through the questions to identify which areas need improving so you can develop your test technique.
The practice test in this section give you the opportunity to... | s3://commoncrawl/crawl-data/CC-MAIN-2020-29/segments/1593655886865.30/warc/CC-MAIN-20200705023910-20200705053910-00287.warc.gz | CC-MAIN-2020-29 | 526 | 7 |
https://pubmed.ncbi.nlm.nih.gov/22641413/ | code | In numerous motor tasks, muscles around a joint act coactively to generate opposite torques. A variety of indexes based on electromyography signals have been presented in the literature to quantify muscle coactivation. However, it is not known how to estimate it reliably using such indexes. The goal of this study was t... | s3://commoncrawl/crawl-data/CC-MAIN-2022-40/segments/1664030334528.24/warc/CC-MAIN-20220925101046-20220925131046-00584.warc.gz | CC-MAIN-2022-40 | 1,739 | 1 |
https://nullpwd.wordpress.com/2011/10/24/linux-kernel-3-1-has-arrived/ | code | Just this morning, Linus Torvalds released the Linux kernel 3.1 into the mainline branch. This was merely a few days after Linux kernel 3.0 hit the Internet. Apparently the new version numbering scheme is doing its job well. Still this release has been relatively silent and without much fanfare, as neither Linus or Ker... | s3://commoncrawl/crawl-data/CC-MAIN-2022-05/segments/1642320303956.14/warc/CC-MAIN-20220123015212-20220123045212-00127.warc.gz | CC-MAIN-2022-05 | 2,151 | 12 |
https://discussions.apple.com/thread/5203147?tstart=0 | code | I have a Windows XP computer on my network. I can no longer see the network hard drive attached to Airport Extreme from the XP computer. I can see it with all the MACs on my network and all the Windows 7 computers. I can connect to the internet with the Windows XP computer. I previously had no problem seeing the networ... | s3://commoncrawl/crawl-data/CC-MAIN-2014-15/segments/1397609538787.31/warc/CC-MAIN-20140416005218-00516-ip-10-147-4-33.ec2.internal.warc.gz | CC-MAIN-2014-15 | 830 | 3 |
https://forums.afterdawn.com/threads/connecting-playstation-to-video-capture-card.295544/ | code | Hi everyone. The TV and PC monitor are taking too much space in my brothers room and since he only uses TV to play PS2 games I was thinking about hooking up PS2 to Capture card on the PC through either RCA or Coax input (he has both converters). Unfortunately when we hook it up the problem is that I believe macrovision... | s3://commoncrawl/crawl-data/CC-MAIN-2018-09/segments/1518891812871.2/warc/CC-MAIN-20180220010854-20180220030854-00273.warc.gz | CC-MAIN-2018-09 | 1,106 | 1 |