-
Install needed adobe apps from adobe creative cloud.
-
Open Terminal.
-
Copy-paste the below command to your terminal and run it (enter password when asked).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* include/llvm/Support/DataTypes.h. Generated from DataTypes.h.in by configure. */ | |
/*===-- include/Support/DataTypes.h - Define fixed size types -----*- C -*-===*\ | |
|* *| | |
|* The LLVM Compiler Infrastructure *| | |
|* *| | |
|* This file is distributed under the University of Illinois Open Source *| | |
|* License. See LICENSE.TXT for details. *| | |
|* *| | |
|*===----------------------------------------------------------------------===*| | |
|* *| |
The update-ffmpeg
and update-widevine
scripts included in the Vivaldi install directory are provided to fix situations where proprietary media (AVC/H.264 and AAC) and Widevine (DRM/EME) respectively, are not setup correctly.
These scripts are primarily intended to be run as root (or under sudo
) as they create and update files and directories that are root owned. However both support a command line option (--user
) that adjusts their installation directories and thus allows them to be run without escalation.
The --user
options were made for internal usage, with locally ‘unpacked’ copies of Vivaldi (i.e. not installed). However, it is possible to use them with standard installs (albeit with a little tweaking in the case of update-widevine
).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /bin/bash | |
# | |
# build-xnu-4903.270.47.sh | |
# Scott Knight | |
# | |
# Based on the script by Brandon Azad | |
# https://gist.github.com/bazad/654959120a423b226dc564073b435453 | |
# | |
# A script showing how to build XNU version 4903.270.47 on macOS Mojave | |
# 10.14.6 with Xcode 10.3 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Total discovered scoped packages: 843 | |
Total users who published discovered scoped packages: 304 | |
Total published npm modules dependent on discovered scoped packages: 587 | |
Total scoped modules depended upon by open source github repos: 599 | |
Total open source github repos dependent on discovered scoped packages: 1105 (944 not forks) | |
Total github users/orgs depending upon discovered scoped packages: 412 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require 'btcruby' | |
require 'bitcoin' | |
require 'bech32' | |
require './segwit_addr' | |
require 'active_support' | |
require 'active_support/core_ext' | |
require 'ffi' | |
# Computation of P2SH-P2WPKH address |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var Base64 = { | |
characters: "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=" , | |
encode: function( string ) | |
{ | |
var characters = Base64.characters; | |
var result = ''; | |
var i = 0; | |
do { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
port=53 | |
address=/lo0/127.0.0.1 | |
server=127.0.0.1#54 | |
user=nobody | |
group=nobody | |
interface=lo0 | |
listen-address=127.0.0.1 | |
no-dhcp-interface=lo0 | |
bind-interfaces |
NewerOlder