Full documentation is here: https://github.com/videolan/vlc/tree/master/share/lua/http/requests
Set http password in VLC first, then open: http://localhost:8080/
Get the playlist: http://localhost:8080/requests/playlist.json
Get the player status:
| ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' | |
| Copyright (c) Facebook, Inc. and its affiliates. | |
| All rights reserved. | |
| This source code is licensed under the license found in the | |
| LICENSE file in the root directory of this source tree. | |
| ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' | |
| ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' | |
| IMGUR5K is shared as a set of image urls with annotations. This code downloads |
| diff --git a/model/sample.py b/model/sample.py | |
| index a4254f0..d3ebd0c 100755 | |
| --- a/model/sample.py | |
| +++ b/model/sample.py | |
| @@ -23,7 +23,7 @@ else: | |
| output_path = argv[3] | |
| search_method = "greedy" if len(argv) < 5 else argv[4] | |
| -meta_dataset = np.load("{}/meta_dataset.npy".format(trained_weights_path)) | |
| +meta_dataset = np.load("{}/meta_dataset.npy".format(trained_weights_path), allow_pickle=True) |
| # --------------------------------------------------------------------------------------------------------- | |
| # Name: quick_start.py | |
| # Purpose: An easy-to-use demo. Also serves as an interface of the pipeline. | |
| # RigNet Copyright 2020 University of Massachusetts | |
| # RigNet is made available under General Public License Version 3 (GPLv3), or under a Commercial License. | |
| # Please see the LICENSE README.txt file in the main directory for more information and instruction on using and licensing RigNet. | |
| # --------------------------------------------------------------------------------------------------------- | |
| import os | |
| from sys import platform |
| I am attesting that this GitHub handle fjenett is linked to the Tezos account tz2UZdhySg9evy3aPcbjDWvi8tXUdPBW4hDF for tzprofiles | |
| sig:spsig1XPHf5jeds9zSa3jR6KUnYHYytGWeef93Ho9qADMi9ETFswiWeeJS8H45Z8TSFFs8mwf8p79tXzHmTY4dhN6jzHwuTaQqM |
Full documentation is here: https://github.com/videolan/vlc/tree/master/share/lua/http/requests
Set http password in VLC first, then open: http://localhost:8080/
Get the playlist: http://localhost:8080/requests/playlist.json
Get the player status:
| var winFeature = 'location=no,toolbar=no,menubar=no,scrollbars=yes,resizable=yes'; | |
| window.open('http://www.trt.net.tr/deutsch/tv','null',winFeature); | |
| jQuery('#jwRtmpPlayer_wrapper').css({ | |
| position: 'fixed', display: 'block', | |
| top:0,left:0,right:0,bottom:0, | |
| width: '100vw', height: '100vh', | |
| 'z-index':9999999 | |
| }); | |
| jQuery('.at4m-mobile-container').hide(); |
| // when inspecting the inspector ... | |
| // http://stackoverflow.com/questions/12291138/how-do-you-inspect-the-web-inspector-in-chrome#12291163 | |
| // in the console | |
| // run this to move snippets into localStorage | |
| InspectorFrontendHost.getPreferences(_ => window.localStorage.setItem('snippetsBackup',_.scriptSnippets)); | |
| // run this to restore them again |
| void function(){ | |
| "use strict" | |
| /* | |
| * Manage and Import / Export snippets from chrome (2016) | |
| * hacked together by: http://github.com/soundyogi | |
| * inspired by: https://github.com/bgrins/devtools-snippets/blob/master/import-export/chrome/devtools_import_export.js | |
| * ALPHA / SILLY SIDE PROJECT | |
| */ |
| node_modules | |
| DS_Store | |
| .nvmrc | |
| .idea |
| /** | |
| * fjenett - 2015 | |
| */ | |
| import org.piecemaker2.api.*; | |
| import org.piecemaker2.models.*; | |
| import java.util.Properties; | |
| import java.util.Date; |