🏳️🌈
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
# | Unique Authors | Lines added | Lines removed | Closed Issues | New Issues | Merged PRs | Open PRs | |
---|---|---|---|---|---|---|---|---|
Angular | 89 | ~91k | ~65k | 180 | 75 | 11 | 37 | |
React | 14 | ~21k | ~12k | 57 | 24 | 112 | 63 | |
Svelte | 28 | ~12k | ~5k | 145 | 67 | 138 | 16 | |
Vue | 26 | ~3k | ~2k | 101 | 26 | 53 | 22 |
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 | |
# | |
# The reason of creating this script is that Endpoint Security VPN installs it's own application firewall kext cpfw.kext | |
# which prevents for example PPTP connections from this computer, which is not appropriate if you need subj connection just | |
# from time to time | |
# | |
# Usage: ./checkpoint.sh | |
# | |
# The script checks if Enpoint Security VPN is running. If it is, then it shuts it down, if it is not, it fires it up. | |
# Or, make an Automator action and paste the script. |
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
AC-TC-diff-characters.diff | |
AC revision: https://github.com/azerothcore/azerothcore-wotlk/commit/008f16fac2fb159e0259da7959fe64f5584bc7de | |
TC revision: https://github.com/TrinityCore/TrinityCore/commit/3dbe80ee2e0d1848302bcf34b654693462942639 | |
Date: 29-12-2018 | |
diff --git a/acore_world.sql b/tc_world.sql | |
--- a/acore_world.sql | |
+++ b/tc_world.sql |
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
AC revision: https://github.com/azerothcore/azerothcore-wotlk/commit/008f16fac2fb159e0259da7959fe64f5584bc7de | |
TC revision: https://github.com/TrinityCore/TrinityCore/commit/3dbe80ee2e0d1848302bcf34b654693462942639 | |
Date: 29-12-2018 | |
diff --git a/acore_characters.sql b/tc_characters.sql | |
--- a/acore_characters.sql | |
+++ b/tc_characters.sql |
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
AC revision: https://github.com/azerothcore/azerothcore-wotlk/commit/008f16fac2fb159e0259da7959fe64f5584bc7de | |
TC revision: https://github.com/TrinityCore/TrinityCore/commit/3dbe80ee2e0d1848302bcf34b654693462942639 | |
Date: 29-12-2018 | |
diff --git a/acore_auth.sql b/tc_auth.sql | |
--- a/acore_auth.sql | |
+++ b/tc_auth.sql |
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
diff --git a/335_world.sql b/6_world.sql | |
index a9f26a3..0e8c7c7 100644 | |
--- a/335_world.sql | |
+++ b/6_world.sql | |
@@ -1,5 +1,5 @@ | |
-- | |
--- Database: `335_world` | |
+-- Database: `6_world` | |
-- | |
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
% Abbiamo un dataset contenente 5300 records relativi a due | |
% specie di banane. | |
% Le prime due colonne di data(:, 1) e data(:, 2) rappresentano le caratteristiche di ogni | |
% banana, mentre la terza colonna data(:, 3) rappresenta la specie di appartenenza della banana, | |
% che può assumere valori 1 o 2. | |
% Pulisco l'ambiente | |
clear all; |