GithubHelp home page GithubHelp logo

zedroid / pixelcity Goto Github PK

View Code? Open in Web Editor NEW

This project forked from skeeto/pixelcity

0.0 0.0 0.0 158 KB

Shamus Young's procedural city project

Home Page: http://www.shamusyoung.com/twentysidedtale/?p=2940

C++ 98.66% C 1.27% Objective-C 0.07%

pixelcity's Introduction

Zedroid-

Xedroid 5 views are mine added on nov 26 2023 5:26pm 20 followers

https://github.com/Daichi09/ClipboardTTS

Click ' hotkey after copy

https://github.com/wisehackermonkey/ultimate-tts-reader https://github.com/alystair/my-productivity-stack/blob/master/Launch%20Calculator.ahk https://github.com/sayyid5416/Links-Extractor https://github.com/clechasseur/pathcopycopy Pytranscriber Mpv mpvnet-player/mpv.net#488 Wizmouse

autostart ahk https://github.com/AutoHotkey/Ahk2Exe add shortcut to startup folder FileCreateShortcut, %A_ScriptFullPath%, %A_Startup%\shortcutname.lnk

https://www.sevenforums.com/general-discussion/35682-disable-shift-click-taskbar.html#

+LButton::                      ;  Shift + LButton hotkey.

MouseGetPos,,, win          ; Get window under mouse.

; If this window is the taskbar,  mode:="", otherwise mode:="{Blind}".


 mode :=  WinExist("ahk_class Shell_TrayWnd ahk_id " win) ? "" : "{Blind}"

 Send %mode%{LButton Down}   ; Click  down, filtering out Shift if mode="".

KeyWait LButton              ; Wait for button to be  physically released.

Send %mode%{LButton Up}     ; Click up.

return

Frederik LongReplied on January 30, 2021 How can I move folders from an old computer to a new computer so that I retain the same "Date Modified"?

Try this:

Create a desktop shortcut for cmd.exe.

https://github.com/raszpl/hackahackernews

Double-click this shortcut. You will get a black frame. Type this command and press Enter: robocopy "H:\FolderName" "C:\Users\David\FolderName" /e /w:1 /r:1

robocopy <"source"> <"destination"> /e /w:1 /r:1 https://answers.microsoft.com/en-us/windows/forum/all/retaining-the-original-date-modified-of-folders/0c0982f9-03a5-47f6-ae32-f2691d647889

marzzzello/mpv_thumbnail_script#22 (comment)

pixelcity's People

Contributors

stijnsanders avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.