Posts

Showing posts from February 11, 2019

Image
Sommaire 1 Caractère 1.1 Classification 1.2 Référence dans les dictionnaires de sinogrammes 1.3 En composition 2 Chinois 2.1 Adjectif 2.2 Adverbe 2.3 Prononciation 3 Japonais 3.1 Sinogramme 3.2 Prononciation 4 Coréen 4.1 Sinogramme 4.2 Références Caractère Classification Rangement dans les dictionnaires : Clé  : 刀+ 5 trait(s) - Nombre total de traits  : 7 Codage informatique : Unicode  : U+522B - Cangjie  : 口尸中弓 (RSLN) Forme alternative : 彆 Référence dans les dictionnaires de sinogrammes KangXi: 0138.281 Morobashi: 01925 Hanyu Da Zidian: 10328.130 En composition À droite : 捌, Tracé du sinogramme Chinois Adjectif 别 bié Autre. Adverbe 别 bié Ne pas. Prononciation → Prononciation manquante. (Ajouter) mandarin Pinyin : bié (bie2), biè (bie4) Wade-Giles : pieh 2 , pieh 4 Yale : cantonais Jyutping : Penkyamp : Yale : Japonais Sinogram

Convert file and copy LastWriteTime from source file

Image
0 I would like to convert videos and set time on them to be same as from source file. I use batch for converting files in folder with ffmpeg for %%a in ("*.MP4") do ffmpeg -i "%%a" -c:v libx264 -c:a aac "%%~naC.mp4" pause And then I have a powershell code which I use with excel to match files LastWriteTime powershell (Get-ChildItem 'P1290526C.mp4').LastWriteTime = (Get-ChildItem 'P1290526.MP4').LastWriteTime Is there any way how I can joint this two codes togather so I will use just one script/bat file? Thank you very much. ffmpeg powershell share | improve this question asked Jan 6 at 18:56

How do I evaluate a candidate for a junior position?

Image
20 After working with my boss at a previous job he's decided to start a contracting firm and I'm in the first handful of people to help get things started. It's been a few months and now we're looking to expand and hire a more junior developer. I've helped my boss hire knowledgeable senior level people that I was going to work directly with. It was easier to ask hard questions and if they had a correct answer then I could believe they were good for the job. If I ask a senior person hard questions that they don't know the answer to, I start to have a feeling it may not be a good fit. Trying to come up with questions for a junior level has me second guessing how to receive their answer. If I ask a junior person easier questions and they don't have an answer, is it because I asked a sli