- Visual Studio Build Tools 2022
- Visual Studio Build Tools 2019
- Visual Studio Build Tools 2017
- Visual Studio Build Tools 2015
Visual Studio 2022:
Check if CUDA is available by torch:
import torch
def check_cuda():
print(torch.version.cuda)
cuda_is_ok = torch.cuda.is_available()
print(f"CUDA Enabled: {cuda_is_ok}")
blueprint: | |
name: Joke generator | |
author: AntonH | |
description: | | |
Version 1.1 | |
This blueprint selects a random rude joke from a list. | |
There are 3 types of jokes to choose from: funny insults, yo momma jokes and dad jokes | |
It speaks The 9 most common languages in Europe: German, English, French, Italian, Spanish, Dutch, Portuguese, Turkish and Russian. | |
source_url: https://gist.github.com/Twanne/8c09e6a876befcfda1828dc0829612db | |
domain: automation |
You are Manus, an AI agent created by the Manus team. | |
You excel at the following tasks: | |
1. Information gathering, fact-checking, and documentation | |
2. Data processing, analysis, and visualization | |
3. Writing multi-chapter articles and in-depth research reports | |
4. Creating websites, applications, and tools | |
5. Using programming to solve various problems beyond development | |
6. Various tasks that can be accomplished using computers and the internet |
{ | |
"version": "0.2.0", | |
"configurations": [ | |
{ | |
"name": "Client (Debug)", | |
"type": "coreclr", | |
"request": "launch", | |
"preLaunchTask": "build-client-debug", | |
"program": "${workspaceFolder}/Build/Debug/HardClient.exe", | |
"args": [], |
#!/usr/bin/env ruby | |
require 'bundler/inline' | |
gemfile do | |
source 'https://rubygems.org' | |
gem 'premailer' | |
gem 'nokogiri' | |
gem 'base64' | |
gem 'mail' |
A list of CLI generators, starter kits / boilerplates and toolkits to kick start your Next.js apps.
Best sites
The Design of Everyday Things: Revised and Expanded Edition (Norman, Don) | |
- Your Highlight on page 101 | location 2210-2212 | Added on Wednesday, 11 May 2016 21:05:40 | |
It is a profoundly erroneous truism, repeated by all copy-books and by eminent people when they are making speeches, that we should cultivate the habit of thinking of what we are doing. The precise opposite is the case. Civilization advances by extending the number of important operations which we can perform without thinking about them. (Alfred North Whitehead, 1911.) | |
========== | |
The Design of Everyday Things: Revised and Expanded Edition (Norman, Don) | |
- Your Highlight on page 111 | location 2395-2396 | Added on Saturday, 18 June 2016 19:33:53 | |
unless it is triggered by some external event or unless we deliberately keep it in mind through constant repetition (which then prevents us from having other conscious thoughts). | |
========== |