Skip to content
  • 0
  • 4 WHO
    • AS
    • AN
    • AP
    • DN
    • DR
    • DS
    • MS
    • SS
    • VS
  • 文化
    • AudioVideo
      • música
      • Podcast
    • idioma
      • ES
      • JP
      • RU
    • literature
    • 写真撮影
      • Adams Ansel
      • Leibovitz Annie
      • Newton Helmut
  • REF
    • PT Shortcuts

Flash News

MacOS (upto Ventura checked) QuickLook preview for .srt .vtt and other subtitle files.

brew tools – details

Make LTC SMPTE Timecode Wav file

ProTools SHORTCUTS – keyboard shortcuts search tool

Rob’s TimeCode Calculator – is AMAZING!

OSX QuickLook – fix all those broken things…

REF.sound2picutre.com

  • 0
  • 4 WHO
    • AS
    • AN
    • AP
    • DN
    • DR
    • DS
    • MS
    • SS
    • VS
  • 文化
    • AudioVideo
      • música
      • Podcast
    • idioma
      • ES
      • JP
      • RU
    • literature
    • 写真撮影
      • Adams Ansel
      • Leibovitz Annie
      • Newton Helmut
  • REF
    • PT Shortcuts
Monday, May 19, 2025

Category: DS

Flask – change default port from 5000
DS TECH

Flask – change default port from 5000

~~ March 23, 2016

if __name__ == ‘__main__’: app.run(port=5001)

FlaskPython
Flask – article list
DS TECH

Flask – article list

~~ March 23, 2016

Deployment Deploy Flask on Apache Recipes Larger applications using packages Flask Extensions registry Tutorials – Basic Notes application (CRUD, sqlite, SQLAlchemy) Bucketlist application (mysql) including login Tutorials RESTful JSON API … Read More

FlaskPython
activate virtual environment in python
DS TECH

activate virtual environment in python

~~ March 23, 2016

Source: http://docs.python-guide.org/en/latest/dev/virtualenvs/ Assuming venv as the path for virtual environment: $ src venv/bin/activate When done – then: $ deactivate

Pythonvirtualenv
ffmpeg 3.0 – ProRes conversion
DS TECH

ffmpeg 3.0 – ProRes conversion

~~ March 22, 2016

./ffmpeg -i input-path-to-file -vcodec prores -profile 0 # 0 = proxy, 1 = LT …etc output-path-to-file-name.extension # match format! Resources: http://ffmpeg.org/ffmpeg-all.html#ProRes

ffmpegLinuxOSXVideo
from ? import ? – python
DS TECH

from ? import ? – python

~~ March 21, 2016

BeautifulSoup4 – scraping and parsing (documentation) Flask – microframework gspread – googlesheets python API PyMySQL – MySQL dropin replacement requests – http request library

BeautifulSoupFlaskgspreadpymysqlPythonrequests
Flask / Django – clearing the port on failed ‘python manage.py runserver’
DS TECH

Flask / Django – clearing the port on failed ‘python manage.py runserver’

~~ March 18, 2016

Bring the previous session into foreground, and close it out! This may need to be done multiple times if multiple instances are running. fg control + c  

djangoFlaskPython
BeautifulSoup4 scrape multiline text data list without tags
DS TECH

BeautifulSoup4 scrape multiline text data list without tags

~~ March 8, 2016

import requests from bs4 import BeautifulSoup scrape = requests.get(“http://scedc.caltech.edu/recent/Maps/Los_Angeles.html”) content = scrape.content soup = BeautifulSoup(content, “html.parser”) lineitem=” for details in soup.find(‘pre’).find_next_sibling(‘pre’): lineitem = lineitem + str(details.string.split()) process further as needed … Read More

BeautifulSoupPythonscrape
Caffitaly s60hs MANUAL
AP DS TECH

Caffitaly s60hs MANUAL

~~ February 22, 2016

http://www.caffitalysystem.com.au/Sites/caff/CMS/Docs/PPD150410_GJ_NewS06_Manual_02_Sml_Final_Low_Res.pdf

CaffitalyManual
Windows 10 – Privacy lockdown
DS TECH

Windows 10 – Privacy lockdown

~~ February 20, 2016

Start here:  https://fix10.isleaked.com/

PrivacyWindowsWindows10
Haiku syllable counter (English)
CULT DS idioma JP

Haiku syllable counter (English)

~~ February 18, 2016

A simple English syllable counter with an algorithm taking into consideration Haiku syllable counts. http://www.poetrysoup.com/haiku_syllable_counter/

EnglishHaiku
IMEI on Android
DS TECH

IMEI on Android

~~ February 12, 2016

Retrieve the IMEI/MEID number on phone by dialing in the code. 1*#06#

AndroidIMEI
What version of Python is running ?
DS TECH

What version of Python is running ?

~~ February 9, 2016

Two things to check: 1. Version # In the Python Console: import sys print (sys.version) Sample output: 3.5.0 (v3.5.0:374f501f4567, Sep 12 2015, 11:00:19) [GCC 4.2.1 (Apple Inc. build 5666) (dot … Read More

LinuxOSXPythonVersionCheck

Posts navigation

Previous 1 … 18 19 20 … 26 Next

Top 5

  • UniFi_AP_woodUbiquity UniFi AP – LED Color Pattern guide October 9, 2020 (129)
  • rEFInd-logoThemes for * rEFInd * Boot Manager July 1, 2015 (110)
  • WAV_fileMake LTC SMPTE Timecode Wav file September 6, 2019 (100)
  • aspera-logoAspera error code 05: Insufficient permissions September 15, 2016 (98)
  • lockstep_iconLockstep – LTC->MTC sync without hardware interfaces September 12, 2019 (84)
Proudly powered by WordPress | Theme: FreeNews | By ThemeSpiral.com.