Skip to content

sjyjytu/Useful-Share

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Useful-Share

This repo share some useful things.

VSCode Configuration for C/C++

Here is the most useful reference for it. Others are trash.

In my repo, you can copy the .vscode to your workplace, and replace your gdb road in launch.json

Latex template

The LatexTemplate.tex is for weekly report.

Faceswap playing

Here is the original repo and here is some useful guide for windows playing with it.

And below is my result with 9 hours' trainning on my trash desktop. The left and the top is the original video from TED, and the right is the merged video. You can see there is some effect... It' s interesting.

faceswap

Merge many repositories on github

cd repo1
git remote add other ../repo2
git fetch other
git checkout -b repo2 other/master
git checkout master
git merge repo2 --allow-unrelated-histories

Any question can refer to here and here.

Python encrypt and decrypt file of any form

raw file:

raw picture

and after encrypted, get two file with the same size of the raw file

key picture

and then decrypt the encrypted file with the key, get output file

raw picture

Share file/message between two PCs under the same network

See here.

About

this repo share some useful things.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages