GithubHelp home page GithubHelp logo

zedroid / atmosphere Goto Github PK

View Code? Open in Web Editor NEW

This project forked from atmosphere-nx/atmosphere

0.0 0.0 0.0 3.35 MB

Atmosphère is a work-in-progress customized firmware for the Nintendo Switch.

License: GNU General Public License v2.0

Makefile 0.99% C 87.87% Assembly 0.58% C++ 10.57%

atmosphere'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)

atmosphere's People

Contributors

benoit7413 avatar davidbuchanan314 avatar desowin avatar drakiaxyz avatar encounter avatar hexkyz avatar ktemkin avatar kwsch avatar langerhans avatar leoetlino avatar lioncash avatar marysaka avatar merrymage avatar misson20000 avatar neobrain avatar oopo avatar rajkosto avatar resaec avatar sciresm avatar traiver avatar tslater2006 avatar tuxsh avatar

Watchers

 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.