forgeplus-deploy/00-docker-compose/mysql-init/06-project_languages.sql

221 lines
33 KiB
PL/PgSQL

/*
Navicat Premium Data Transfer
Source Server : forgeplus-生产
Source Server Type : MySQL
Source Server Version : 50646
Source Host : 10.9.60.75:3306
Source Schema : forgeplus
Target Server Type : MySQL
Target Server Version : 50646
File Encoding : 65001
Date: 09/07/2024 17:16:54
*/
use forgeplus;
SET NAMES utf8mb4;
SET FOREIGN_KEY_CHECKS = 0;
-- ----------------------------
-- Table structure for project_languages
-- ----------------------------
DROP TABLE IF EXISTS `project_languages`;
CREATE TABLE `project_languages` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`name` varchar(255) DEFAULT NULL,
`position` int(11) DEFAULT NULL,
`projects_count` int(11) DEFAULT '0',
`created_at` datetime NOT NULL,
`updated_at` datetime NOT NULL,
PRIMARY KEY (`id`),
KEY `index_project_languages_on_id` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=178 DEFAULT CHARSET=utf8;
-- ----------------------------
-- Records of project_languages
-- ----------------------------
BEGIN;
INSERT INTO `project_languages` (`id`, `name`, `position`, `projects_count`, `created_at`, `updated_at`) VALUES (1, 'Ruby', NULL, 2230, '2020-03-09 04:09:34', '2020-03-09 04:09:34');
INSERT INTO `project_languages` (`id`, `name`, `position`, `projects_count`, `created_at`, `updated_at`) VALUES (2, 'C', NULL, 575, '2020-03-09 04:09:34', '2020-03-09 04:09:34');
INSERT INTO `project_languages` (`id`, `name`, `position`, `projects_count`, `created_at`, `updated_at`) VALUES (3, 'C#', NULL, 5995, '2020-03-09 04:09:34', '2020-03-09 04:09:34');
INSERT INTO `project_languages` (`id`, `name`, `position`, `projects_count`, `created_at`, `updated_at`) VALUES (4, 'C++', NULL, 727, '2020-03-09 04:09:34', '2020-03-09 04:09:34');
INSERT INTO `project_languages` (`id`, `name`, `position`, `projects_count`, `created_at`, `updated_at`) VALUES (5, 'HTML', NULL, 221, '2020-03-09 04:09:34', '2020-03-09 04:09:34');
INSERT INTO `project_languages` (`id`, `name`, `position`, `projects_count`, `created_at`, `updated_at`) VALUES (6, 'Haml', NULL, 1, '2020-03-09 04:09:34', '2020-03-09 04:09:34');
INSERT INTO `project_languages` (`id`, `name`, `position`, `projects_count`, `created_at`, `updated_at`) VALUES (7, 'CSS', NULL, 49, '2020-03-09 04:09:34', '2020-03-09 04:09:34');
INSERT INTO `project_languages` (`id`, `name`, `position`, `projects_count`, `created_at`, `updated_at`) VALUES (8, 'JavaScript', NULL, 50914, '2020-03-09 04:09:34', '2020-03-09 04:09:34');
INSERT INTO `project_languages` (`id`, `name`, `position`, `projects_count`, `created_at`, `updated_at`) VALUES (9, 'Python', NULL, 12256, '2020-03-09 04:09:34', '2020-03-09 04:09:34');
INSERT INTO `project_languages` (`id`, `name`, `position`, `projects_count`, `created_at`, `updated_at`) VALUES (10, 'PHP', NULL, 7643, '2020-03-09 04:09:34', '2020-03-09 04:09:34');
INSERT INTO `project_languages` (`id`, `name`, `position`, `projects_count`, `created_at`, `updated_at`) VALUES (11, 'Java', NULL, 250573, '2020-03-09 04:09:34', '2020-03-09 04:09:34');
INSERT INTO `project_languages` (`id`, `name`, `position`, `projects_count`, `created_at`, `updated_at`) VALUES (12, 'JSON', NULL, 9, '2020-03-09 04:09:34', '2020-03-09 04:09:34');
INSERT INTO `project_languages` (`id`, `name`, `position`, `projects_count`, `created_at`, `updated_at`) VALUES (13, 'JSX', NULL, 37, '2020-03-09 04:09:34', '2020-03-09 04:09:34');
INSERT INTO `project_languages` (`id`, `name`, `position`, `projects_count`, `created_at`, `updated_at`) VALUES (14, 'Lex', NULL, 1, '2020-03-09 04:09:34', '2020-03-09 04:09:34');
INSERT INTO `project_languages` (`id`, `name`, `position`, `projects_count`, `created_at`, `updated_at`) VALUES (15, 'Shell', NULL, 54254, '2020-03-09 04:09:34', '2020-03-09 04:09:34');
INSERT INTO `project_languages` (`id`, `name`, `position`, `projects_count`, `created_at`, `updated_at`) VALUES (16, 'Objective-C', NULL, 13, '2020-03-09 04:09:34', '2020-03-09 04:09:34');
INSERT INTO `project_languages` (`id`, `name`, `position`, `projects_count`, `created_at`, `updated_at`) VALUES (17, 'Cycript', NULL, 0, '2020-03-09 04:09:34', '2020-03-09 04:09:34');
INSERT INTO `project_languages` (`id`, `name`, `position`, `projects_count`, `created_at`, `updated_at`) VALUES (18, 'Clojure', NULL, 1, '2020-03-09 04:09:34', '2020-03-09 04:09:34');
INSERT INTO `project_languages` (`id`, `name`, `position`, `projects_count`, `created_at`, `updated_at`) VALUES (19, 'Go', NULL, 1082, '2020-03-09 04:09:34', '2020-03-09 04:09:34');
INSERT INTO `project_languages` (`id`, `name`, `position`, `projects_count`, `created_at`, `updated_at`) VALUES (20, 'Grace', NULL, 0, '2020-03-09 04:09:34', '2020-03-09 04:09:34');
INSERT INTO `project_languages` (`id`, `name`, `position`, `projects_count`, `created_at`, `updated_at`) VALUES (21, 'Gradle', NULL, 0, '2020-03-09 04:09:34', '2020-03-09 04:09:34');
INSERT INTO `project_languages` (`id`, `name`, `position`, `projects_count`, `created_at`, `updated_at`) VALUES (22, 'GraphQL', NULL, 0, '2020-03-09 04:09:34', '2020-03-09 04:09:34');
INSERT INTO `project_languages` (`id`, `name`, `position`, `projects_count`, `created_at`, `updated_at`) VALUES (23, 'Dart', NULL, 17, '2020-03-09 04:09:34', '2020-03-09 04:09:34');
INSERT INTO `project_languages` (`id`, `name`, `position`, `projects_count`, `created_at`, `updated_at`) VALUES (24, 'Elixir', NULL, 0, '2020-03-09 04:09:34', '2020-03-09 04:09:34');
INSERT INTO `project_languages` (`id`, `name`, `position`, `projects_count`, `created_at`, `updated_at`) VALUES (25, 'Erlang', NULL, 7, '2020-03-09 04:09:34', '2020-03-09 04:09:34');
INSERT INTO `project_languages` (`id`, `name`, `position`, `projects_count`, `created_at`, `updated_at`) VALUES (26, 'Perl', NULL, 2, '2020-03-09 04:09:34', '2020-03-09 04:09:34');
INSERT INTO `project_languages` (`id`, `name`, `position`, `projects_count`, `created_at`, `updated_at`) VALUES (27, 'R', NULL, 2924, '2020-03-09 04:09:34', '2020-03-09 04:09:34');
INSERT INTO `project_languages` (`id`, `name`, `position`, `projects_count`, `created_at`, `updated_at`) VALUES (28, 'Reason', NULL, 0, '2020-03-09 04:09:34', '2020-03-09 04:09:34');
INSERT INTO `project_languages` (`id`, `name`, `position`, `projects_count`, `created_at`, `updated_at`) VALUES (29, 'Sass', NULL, 2, '2020-03-09 04:09:34', '2020-03-09 04:09:34');
INSERT INTO `project_languages` (`id`, `name`, `position`, `projects_count`, `created_at`, `updated_at`) VALUES (30, 'Slice', NULL, 0, '2020-03-09 04:09:34', '2020-03-09 04:09:34');
INSERT INTO `project_languages` (`id`, `name`, `position`, `projects_count`, `created_at`, `updated_at`) VALUES (31, 'SVG', NULL, 5, '2020-03-09 04:09:34', '2020-03-09 04:09:34');
INSERT INTO `project_languages` (`id`, `name`, `position`, `projects_count`, `created_at`, `updated_at`) VALUES (32, 'Rust', 0, 179, '2020-08-15 11:54:01', '2020-08-15 11:54:01');
INSERT INTO `project_languages` (`id`, `name`, `position`, `projects_count`, `created_at`, `updated_at`) VALUES (33, '其他', 0, 28, '2020-08-15 11:54:08', '2020-08-15 11:54:08');
INSERT INTO `project_languages` (`id`, `name`, `position`, `projects_count`, `created_at`, `updated_at`) VALUES (34, 'Python3.6', NULL, 382784, '2020-10-19 16:55:21', '2020-10-19 16:55:21');
INSERT INTO `project_languages` (`id`, `name`, `position`, `projects_count`, `created_at`, `updated_at`) VALUES (35, 'C/C++', NULL, 441206, '2020-10-19 16:55:21', '2020-10-19 16:55:21');
INSERT INTO `project_languages` (`id`, `name`, `position`, `projects_count`, `created_at`, `updated_at`) VALUES (36, 'Python2.7', NULL, 9881, '2020-10-19 16:56:29', '2020-10-19 16:56:29');
INSERT INTO `project_languages` (`id`, `name`, `position`, `projects_count`, `created_at`, `updated_at`) VALUES (37, 'Docker', NULL, 2612, '2020-10-19 16:56:48', '2020-10-19 16:56:48');
INSERT INTO `project_languages` (`id`, `name`, `position`, `projects_count`, `created_at`, `updated_at`) VALUES (38, 'MachineLearning', NULL, 32312, '2020-10-19 16:57:03', '2020-10-19 16:57:03');
INSERT INTO `project_languages` (`id`, `name`, `position`, `projects_count`, `created_at`, `updated_at`) VALUES (39, 'Verilog', NULL, 11885, '2020-10-19 16:57:19', '2020-10-19 16:57:19');
INSERT INTO `project_languages` (`id`, `name`, `position`, `projects_count`, `created_at`, `updated_at`) VALUES (40, 'MySQL', NULL, 36424, '2020-10-19 17:12:09', '2020-10-19 17:12:09');
INSERT INTO `project_languages` (`id`, `name`, `position`, `projects_count`, `created_at`, `updated_at`) VALUES (41, 'Python3-turtle', NULL, 2241, '2020-10-19 17:21:26', '2020-10-19 17:21:26');
INSERT INTO `project_languages` (`id`, `name`, `position`, `projects_count`, `created_at`, `updated_at`) VALUES (42, 'Hadoop', NULL, 14272, '2020-10-19 17:33:39', '2020-10-19 17:33:39');
INSERT INTO `project_languages` (`id`, `name`, `position`, `projects_count`, `created_at`, `updated_at`) VALUES (43, 'Android', NULL, 3702, '2020-10-19 17:36:39', '2020-10-19 17:36:39');
INSERT INTO `project_languages` (`id`, `name`, `position`, `projects_count`, `created_at`, `updated_at`) VALUES (44, 'JavaWeb', NULL, 9225, '2020-10-19 17:40:58', '2020-10-19 17:40:58');
INSERT INTO `project_languages` (`id`, `name`, `position`, `projects_count`, `created_at`, `updated_at`) VALUES (45, 'Matlab', NULL, 4242, '2020-10-19 17:41:15', '2020-10-19 17:41:15');
INSERT INTO `project_languages` (`id`, `name`, `position`, `projects_count`, `created_at`, `updated_at`) VALUES (46, 'Git', NULL, 2397, '2020-10-19 17:52:18', '2020-10-19 17:52:18');
INSERT INTO `project_languages` (`id`, `name`, `position`, `projects_count`, `created_at`, `updated_at`) VALUES (47, 'Kotlin', NULL, 35, '2020-10-19 18:03:49', '2020-10-19 18:03:49');
INSERT INTO `project_languages` (`id`, `name`, `position`, `projects_count`, `created_at`, `updated_at`) VALUES (48, 'Spark', NULL, 4014, '2020-10-19 18:07:21', '2020-10-19 18:07:21');
INSERT INTO `project_languages` (`id`, `name`, `position`, `projects_count`, `created_at`, `updated_at`) VALUES (49, 'SQLite3', NULL, 340, '2020-10-19 18:08:13', '2020-10-19 18:08:13');
INSERT INTO `project_languages` (`id`, `name`, `position`, `projects_count`, `created_at`, `updated_at`) VALUES (50, 'Oracle', NULL, 355, '2020-10-19 18:22:42', '2020-10-19 18:22:42');
INSERT INTO `project_languages` (`id`, `name`, `position`, `projects_count`, `created_at`, `updated_at`) VALUES (51, 'Swift', NULL, 185, '2020-10-19 18:25:14', '2020-10-19 18:25:14');
INSERT INTO `project_languages` (`id`, `name`, `position`, `projects_count`, `created_at`, `updated_at`) VALUES (52, 'SQLServer', NULL, 27685, '2020-10-19 19:22:03', '2020-10-19 19:22:03');
INSERT INTO `project_languages` (`id`, `name`, `position`, `projects_count`, `created_at`, `updated_at`) VALUES (53, 'Ubuntu16-env', NULL, 4874, '2020-10-19 19:29:20', '2020-10-19 19:29:20');
INSERT INTO `project_languages` (`id`, `name`, `position`, `projects_count`, `created_at`, `updated_at`) VALUES (54, 'Mongo', NULL, 4468, '2020-10-19 19:34:57', '2020-10-19 19:34:57');
INSERT INTO `project_languages` (`id`, `name`, `position`, `projects_count`, `created_at`, `updated_at`) VALUES (55, 'Python3-competition', NULL, 4791, '2020-10-19 20:51:08', '2020-10-19 20:51:08');
INSERT INTO `project_languages` (`id`, `name`, `position`, `projects_count`, `created_at`, `updated_at`) VALUES (56, 'Hbase', NULL, 2252, '2020-10-19 22:41:58', '2020-10-19 22:41:58');
INSERT INTO `project_languages` (`id`, `name`, `position`, `projects_count`, `created_at`, `updated_at`) VALUES (57, 'PostgreSql', NULL, 263, '2020-10-19 22:53:03', '2020-10-19 22:53:03');
INSERT INTO `project_languages` (`id`, `name`, `position`, `projects_count`, `created_at`, `updated_at`) VALUES (58, 'Hbase-simple', NULL, 6961, '2020-10-20 07:56:46', '2020-10-20 07:56:46');
INSERT INTO `project_languages` (`id`, `name`, `position`, `projects_count`, `created_at`, `updated_at`) VALUES (59, 'Nasm', NULL, 1672, '2020-10-20 15:40:13', '2020-10-20 15:40:13');
INSERT INTO `project_languages` (`id`, `name`, `position`, `projects_count`, `created_at`, `updated_at`) VALUES (60, 'Hive', NULL, 5618, '2020-10-20 15:42:03', '2020-10-20 15:42:03');
INSERT INTO `project_languages` (`id`, `name`, `position`, `projects_count`, `created_at`, `updated_at`) VALUES (61, 'Python-Gpu', NULL, 1025, '2020-10-20 15:46:14', '2020-10-20 15:46:14');
INSERT INTO `project_languages` (`id`, `name`, `position`, `projects_count`, `created_at`, `updated_at`) VALUES (62, 'Kafka', NULL, 1359, '2020-10-20 16:10:26', '2020-10-20 16:10:26');
INSERT INTO `project_languages` (`id`, `name`, `position`, `projects_count`, `created_at`, `updated_at`) VALUES (63, 'GPU-C/C++', NULL, 1438, '2020-10-20 16:56:44', '2020-10-20 16:56:44');
INSERT INTO `project_languages` (`id`, `name`, `position`, `projects_count`, `created_at`, `updated_at`) VALUES (64, 'VSCode/VNC', NULL, 915, '2020-10-20 17:01:58', '2020-10-20 17:01:58');
INSERT INTO `project_languages` (`id`, `name`, `position`, `projects_count`, `created_at`, `updated_at`) VALUES (65, 'Flink', NULL, 56, '2020-10-20 17:06:49', '2020-10-20 17:06:49');
INSERT INTO `project_languages` (`id`, `name`, `position`, `projects_count`, `created_at`, `updated_at`) VALUES (66, '', NULL, 26, '2020-10-20 17:14:18', '2020-10-20 17:14:18');
INSERT INTO `project_languages` (`id`, `name`, `position`, `projects_count`, `created_at`, `updated_at`) VALUES (67, 'Hbase-finish', NULL, 199, '2020-10-20 17:28:13', '2020-10-20 17:28:13');
INSERT INTO `project_languages` (`id`, `name`, `position`, `projects_count`, `created_at`, `updated_at`) VALUES (68, 'Ubuntu16/VNC', NULL, 315, '2020-10-20 17:37:09', '2020-10-20 17:37:09');
INSERT INTO `project_languages` (`id`, `name`, `position`, `projects_count`, `created_at`, `updated_at`) VALUES (69, 'Sml', NULL, 26, '2020-10-20 17:48:00', '2020-10-20 17:48:00');
INSERT INTO `project_languages` (`id`, `name`, `position`, `projects_count`, `created_at`, `updated_at`) VALUES (70, 'Verilog/VNC', NULL, 4156, '2020-10-20 18:03:25', '2020-10-20 18:03:25');
INSERT INTO `project_languages` (`id`, `name`, `position`, `projects_count`, `created_at`, `updated_at`) VALUES (71, 'Cisco/VNC', NULL, 1244, '2020-10-20 18:46:55', '2020-10-20 18:46:55');
INSERT INTO `project_languages` (`id`, `name`, `position`, `projects_count`, `created_at`, `updated_at`) VALUES (72, 'Gns3/VNC', NULL, 1550, '2020-10-20 19:22:41', '2020-10-20 19:22:41');
INSERT INTO `project_languages` (`id`, `name`, `position`, `projects_count`, `created_at`, `updated_at`) VALUES (73, 'Perl5', NULL, 3, '2020-10-20 19:45:02', '2020-10-20 19:45:02');
INSERT INTO `project_languages` (`id`, `name`, `position`, `projects_count`, `created_at`, `updated_at`) VALUES (74, 'Python3/Jupyter', NULL, 251, '2020-10-20 20:00:06', '2020-10-20 20:00:06');
INSERT INTO `project_languages` (`id`, `name`, `position`, `projects_count`, `created_at`, `updated_at`) VALUES (75, 'Hbase2', NULL, 17, '2020-10-20 20:05:18', '2020-10-20 20:05:18');
INSERT INTO `project_languages` (`id`, `name`, `position`, `projects_count`, `created_at`, `updated_at`) VALUES (76, 'Fabric', NULL, 36, '2020-10-20 20:34:08', '2020-10-20 20:34:08');
INSERT INTO `project_languages` (`id`, `name`, `position`, `projects_count`, `created_at`, `updated_at`) VALUES (77, 'Ngspice', NULL, 108, '2020-10-20 21:14:01', '2020-10-20 21:14:01');
INSERT INTO `project_languages` (`id`, `name`, `position`, `projects_count`, `created_at`, `updated_at`) VALUES (78, 'Openjdk10/VNC', NULL, 49, '2020-10-20 21:26:00', '2020-10-20 21:26:00');
INSERT INTO `project_languages` (`id`, `name`, `position`, `projects_count`, `created_at`, `updated_at`) VALUES (79, 'Python3-torch1.4.0', NULL, 159, '2020-10-20 21:50:18', '2020-10-20 21:50:18');
INSERT INTO `project_languages` (`id`, `name`, `position`, `projects_count`, `created_at`, `updated_at`) VALUES (80, 'Android/VNC', NULL, 393, '2020-10-20 22:06:02', '2020-10-20 22:06:02');
INSERT INTO `project_languages` (`id`, `name`, `position`, `projects_count`, `created_at`, `updated_at`) VALUES (81, 'Python3-tensorflow2.1.0', NULL, 4, '2020-10-20 22:50:53', '2020-10-20 22:50:53');
INSERT INTO `project_languages` (`id`, `name`, `position`, `projects_count`, `created_at`, `updated_at`) VALUES (82, 'WPS/VNC', NULL, 31, '2020-10-20 22:57:58', '2020-10-20 22:57:58');
INSERT INTO `project_languages` (`id`, `name`, `position`, `projects_count`, `created_at`, `updated_at`) VALUES (83, 'Gimp/VNC', NULL, 9, '2020-10-20 22:57:59', '2020-10-20 22:57:59');
INSERT INTO `project_languages` (`id`, `name`, `position`, `projects_count`, `created_at`, `updated_at`) VALUES (84, 'C/C++/VNC', NULL, 103, '2020-10-20 23:40:16', '2020-10-20 23:40:16');
INSERT INTO `project_languages` (`id`, `name`, `position`, `projects_count`, `created_at`, `updated_at`) VALUES (85, 'python3-matplotlib2.2', NULL, 65, '2020-10-21 15:07:40', '2020-10-21 15:07:40');
INSERT INTO `project_languages` (`id`, `name`, `position`, `projects_count`, `created_at`, `updated_at`) VALUES (86, 'Python-GPU/VNC', NULL, 2, '2020-10-21 18:13:24', '2020-10-21 18:13:24');
INSERT INTO `project_languages` (`id`, `name`, `position`, `projects_count`, `created_at`, `updated_at`) VALUES (87, 'Python-GPU/Jupyter', NULL, 17, '2020-10-21 18:17:25', '2020-10-21 18:17:25');
INSERT INTO `project_languages` (`id`, `name`, `position`, `projects_count`, `created_at`, `updated_at`) VALUES (88, 'Paddlepaddle', NULL, 9, '2020-10-21 20:36:30', '2020-10-21 20:36:30');
INSERT INTO `project_languages` (`id`, `name`, `position`, `projects_count`, `created_at`, `updated_at`) VALUES (89, 'C+', NULL, 1, '2021-03-19 10:22:27', '2021-03-19 10:22:27');
INSERT INTO `project_languages` (`id`, `name`, `position`, `projects_count`, `created_at`, `updated_at`) VALUES (90, 'Scala', NULL, 9, '2021-03-19 10:22:34', '2021-03-19 10:22:34');
INSERT INTO `project_languages` (`id`, `name`, `position`, `projects_count`, `created_at`, `updated_at`) VALUES (91, 'Jittor', 0, 512, '2022-04-26 05:39:56', '2022-04-26 05:39:56');
INSERT INTO `project_languages` (`id`, `name`, `position`, `projects_count`, `created_at`, `updated_at`) VALUES (92, 'Stylus', NULL, 1, '2022-05-27 06:47:08', '2022-05-27 06:47:08');
INSERT INTO `project_languages` (`id`, `name`, `position`, `projects_count`, `created_at`, `updated_at`) VALUES (93, 'TeX', NULL, 6, '2022-05-27 06:47:09', '2022-05-27 06:47:09');
INSERT INTO `project_languages` (`id`, `name`, `position`, `projects_count`, `created_at`, `updated_at`) VALUES (94, 'Assembly', NULL, 3, '2022-05-27 06:47:12', '2022-05-27 06:47:12');
INSERT INTO `project_languages` (`id`, `name`, `position`, `projects_count`, `created_at`, `updated_at`) VALUES (95, 'Max', NULL, 1, '2022-07-08 06:21:59', '2022-07-08 06:21:59');
INSERT INTO `project_languages` (`id`, `name`, `position`, `projects_count`, `created_at`, `updated_at`) VALUES (96, 'Jupyter notebook', NULL, 58, '2022-07-08 07:40:12', '2022-07-08 07:40:12');
INSERT INTO `project_languages` (`id`, `name`, `position`, `projects_count`, `created_at`, `updated_at`) VALUES (97, 'Vue', NULL, 127, '2022-07-08 08:07:07', '2022-07-08 08:07:07');
INSERT INTO `project_languages` (`id`, `name`, `position`, `projects_count`, `created_at`, `updated_at`) VALUES (98, 'Makefile', NULL, 18, '2022-07-08 08:41:05', '2022-07-08 08:41:05');
INSERT INTO `project_languages` (`id`, `name`, `position`, `projects_count`, `created_at`, `updated_at`) VALUES (99, 'Sourcepawn', NULL, 10, '2022-07-08 08:57:35', '2022-07-08 08:57:35');
INSERT INTO `project_languages` (`id`, `name`, `position`, `projects_count`, `created_at`, `updated_at`) VALUES (100, 'Csv', NULL, 15, '2022-07-08 09:15:33', '2022-07-08 09:15:33');
INSERT INTO `project_languages` (`id`, `name`, `position`, `projects_count`, `created_at`, `updated_at`) VALUES (101, 'Markdown', NULL, 201, '2022-07-08 09:24:32', '2022-07-08 09:24:32');
INSERT INTO `project_languages` (`id`, `name`, `position`, `projects_count`, `created_at`, `updated_at`) VALUES (102, 'Yaml', NULL, 6, '2022-07-08 13:03:43', '2022-07-08 13:03:43');
INSERT INTO `project_languages` (`id`, `name`, `position`, `projects_count`, `created_at`, `updated_at`) VALUES (103, 'Typescript', NULL, 154, '2022-07-08 13:25:17', '2022-07-08 13:25:17');
INSERT INTO `project_languages` (`id`, `name`, `position`, `projects_count`, `created_at`, `updated_at`) VALUES (104, 'Jinja', NULL, 10, '2022-07-10 05:39:25', '2022-07-10 05:39:25');
INSERT INTO `project_languages` (`id`, `name`, `position`, `projects_count`, `created_at`, `updated_at`) VALUES (105, 'Text', NULL, 175, '2022-07-10 10:07:19', '2022-07-10 10:07:19');
INSERT INTO `project_languages` (`id`, `name`, `position`, `projects_count`, `created_at`, `updated_at`) VALUES (106, 'Tcl', NULL, 3, '2022-07-12 09:31:38', '2022-07-12 09:31:38');
INSERT INTO `project_languages` (`id`, `name`, `position`, `projects_count`, `created_at`, `updated_at`) VALUES (107, 'Protocol buffer', NULL, 20, '2022-07-12 14:49:18', '2022-07-12 14:49:18');
INSERT INTO `project_languages` (`id`, `name`, `position`, `projects_count`, `created_at`, `updated_at`) VALUES (108, 'Xml', NULL, 1, '2022-07-16 15:20:56', '2022-07-16 15:20:56');
INSERT INTO `project_languages` (`id`, `name`, `position`, `projects_count`, `created_at`, `updated_at`) VALUES (109, 'Tsql', NULL, 0, '2022-07-19 09:13:29', '2022-07-19 09:13:29');
INSERT INTO `project_languages` (`id`, `name`, `position`, `projects_count`, `created_at`, `updated_at`) VALUES (110, 'Cuda', NULL, 12, '2022-07-21 03:03:30', '2022-07-21 03:03:30');
INSERT INTO `project_languages` (`id`, `name`, `position`, `projects_count`, `created_at`, `updated_at`) VALUES (111, 'Systemverilog', NULL, 6, '2022-07-22 08:46:44', '2022-07-22 08:46:44');
INSERT INTO `project_languages` (`id`, `name`, `position`, `projects_count`, `created_at`, `updated_at`) VALUES (112, 'Roff', NULL, 0, '2022-07-28 02:26:24', '2022-07-28 02:26:24');
INSERT INTO `project_languages` (`id`, `name`, `position`, `projects_count`, `created_at`, `updated_at`) VALUES (113, 'Component pascal', NULL, 0, '2022-07-29 08:57:21', '2022-07-29 08:57:21');
INSERT INTO `project_languages` (`id`, `name`, `position`, `projects_count`, `created_at`, `updated_at`) VALUES (114, 'Ocaml', NULL, 0, '2022-08-06 12:53:26', '2022-08-06 12:53:26');
INSERT INTO `project_languages` (`id`, `name`, `position`, `projects_count`, `created_at`, `updated_at`) VALUES (115, 'Unity3d asset', NULL, 1, '2022-08-06 13:05:33', '2022-08-06 13:05:33');
INSERT INTO `project_languages` (`id`, `name`, `position`, `projects_count`, `created_at`, `updated_at`) VALUES (116, 'Ini', NULL, 0, '2022-08-06 13:16:49', '2022-08-06 13:16:49');
INSERT INTO `project_languages` (`id`, `name`, `position`, `projects_count`, `created_at`, `updated_at`) VALUES (117, 'Hcl', NULL, 1, '2022-08-06 17:51:36', '2022-08-06 17:51:36');
INSERT INTO `project_languages` (`id`, `name`, `position`, `projects_count`, `created_at`, `updated_at`) VALUES (118, 'Postscript', NULL, 5, '2022-08-09 01:55:23', '2022-08-09 01:55:23');
INSERT INTO `project_languages` (`id`, `name`, `position`, `projects_count`, `created_at`, `updated_at`) VALUES (119, 'Visual basic .net', NULL, 5, '2022-08-10 09:52:01', '2022-08-10 09:52:01');
INSERT INTO `project_languages` (`id`, `name`, `position`, `projects_count`, `created_at`, `updated_at`) VALUES (120, 'Mathematica', NULL, 0, '2022-08-10 10:24:41', '2022-08-10 10:24:41');
INSERT INTO `project_languages` (`id`, `name`, `position`, `projects_count`, `created_at`, `updated_at`) VALUES (121, 'Cmake', NULL, 3, '2022-08-10 15:46:25', '2022-08-10 15:46:25');
INSERT INTO `project_languages` (`id`, `name`, `position`, `projects_count`, `created_at`, `updated_at`) VALUES (122, 'Qml', NULL, 1, '2022-08-10 23:28:11', '2022-08-10 23:28:11');
INSERT INTO `project_languages` (`id`, `name`, `position`, `projects_count`, `created_at`, `updated_at`) VALUES (123, 'Powershell', NULL, 9, '2022-08-13 05:45:17', '2022-08-13 05:45:17');
INSERT INTO `project_languages` (`id`, `name`, `position`, `projects_count`, `created_at`, `updated_at`) VALUES (124, 'Public key', NULL, 5, '2022-08-13 14:05:23', '2022-08-13 14:05:23');
INSERT INTO `project_languages` (`id`, `name`, `position`, `projects_count`, `created_at`, `updated_at`) VALUES (125, 'Vba', NULL, -1, '2022-08-15 13:07:32', '2022-08-15 13:07:32');
INSERT INTO `project_languages` (`id`, `name`, `position`, `projects_count`, `created_at`, `updated_at`) VALUES (126, 'Autohotkey', NULL, 0, '2022-08-17 12:18:06', '2022-08-17 12:18:06');
INSERT INTO `project_languages` (`id`, `name`, `position`, `projects_count`, `created_at`, `updated_at`) VALUES (127, 'Mcfunction', NULL, 0, '2022-08-20 09:07:56', '2022-08-20 09:07:56');
INSERT INTO `project_languages` (`id`, `name`, `position`, `projects_count`, `created_at`, `updated_at`) VALUES (128, 'Ejs', NULL, 0, '2022-08-21 08:03:19', '2022-08-21 08:03:19');
INSERT INTO `project_languages` (`id`, `name`, `position`, `projects_count`, `created_at`, `updated_at`) VALUES (129, 'Batchfile', NULL, 9, '2022-08-22 03:40:41', '2022-08-22 03:40:41');
INSERT INTO `project_languages` (`id`, `name`, `position`, `projects_count`, `created_at`, `updated_at`) VALUES (130, 'Freemarker', NULL, 0, '2022-08-29 12:10:00', '2022-08-29 12:10:00');
INSERT INTO `project_languages` (`id`, `name`, `position`, `projects_count`, `created_at`, `updated_at`) VALUES (131, 'Asl', NULL, 0, '2022-08-30 01:54:31', '2022-08-30 01:54:31');
INSERT INTO `project_languages` (`id`, `name`, `position`, `projects_count`, `created_at`, `updated_at`) VALUES (132, 'Emacs lisp', NULL, 16, '2022-09-08 14:11:12', '2022-09-08 14:11:12');
INSERT INTO `project_languages` (`id`, `name`, `position`, `projects_count`, `created_at`, `updated_at`) VALUES (133, 'Vim script', NULL, 8, '2022-09-09 09:34:52', '2022-09-09 09:34:52');
INSERT INTO `project_languages` (`id`, `name`, `position`, `projects_count`, `created_at`, `updated_at`) VALUES (134, 'Lua', NULL, 22, '2022-09-19 08:31:11', '2022-09-19 08:31:11');
INSERT INTO `project_languages` (`id`, `name`, `position`, `projects_count`, `created_at`, `updated_at`) VALUES (135, 'Purebasic', NULL, 23, '2022-09-28 08:29:02', '2022-09-28 08:29:02');
INSERT INTO `project_languages` (`id`, `name`, `position`, `projects_count`, `created_at`, `updated_at`) VALUES (136, 'Dockerfile', NULL, 26, '2022-10-26 16:07:30', '2022-10-26 16:07:30');
INSERT INTO `project_languages` (`id`, `name`, `position`, `projects_count`, `created_at`, `updated_at`) VALUES (137, 'Plpgsql', NULL, 2, '2022-11-04 11:45:29', '2022-11-04 11:45:29');
INSERT INTO `project_languages` (`id`, `name`, `position`, `projects_count`, `created_at`, `updated_at`) VALUES (138, 'Gnuplot', NULL, 0, '2022-11-16 08:27:53', '2022-11-16 08:27:53');
INSERT INTO `project_languages` (`id`, `name`, `position`, `projects_count`, `created_at`, `updated_at`) VALUES (139, 'Sql', NULL, 2, '2022-12-14 07:22:15', '2022-12-14 07:22:15');
INSERT INTO `project_languages` (`id`, `name`, `position`, `projects_count`, `created_at`, `updated_at`) VALUES (140, 'Ec', NULL, 0, '2023-01-13 11:40:19', '2023-01-13 11:40:19');
INSERT INTO `project_languages` (`id`, `name`, `position`, `projects_count`, `created_at`, `updated_at`) VALUES (141, 'Hack', NULL, 0, '2023-01-19 09:20:20', '2023-01-19 09:20:20');
INSERT INTO `project_languages` (`id`, `name`, `position`, `projects_count`, `created_at`, `updated_at`) VALUES (142, 'Smarty', NULL, 1, '2023-01-22 09:41:44', '2023-01-22 09:41:44');
INSERT INTO `project_languages` (`id`, `name`, `position`, `projects_count`, `created_at`, `updated_at`) VALUES (143, 'Standard ml', NULL, 0, '2023-01-31 01:09:44', '2023-01-31 01:09:44');
INSERT INTO `project_languages` (`id`, `name`, `position`, `projects_count`, `created_at`, `updated_at`) VALUES (144, 'Scss', NULL, 3, '2023-02-13 11:35:22', '2023-02-13 11:35:22');
INSERT INTO `project_languages` (`id`, `name`, `position`, `projects_count`, `created_at`, `updated_at`) VALUES (145, 'Modelica', NULL, 2, '2023-03-12 09:44:06', '2023-03-12 09:44:06');
INSERT INTO `project_languages` (`id`, `name`, `position`, `projects_count`, `created_at`, `updated_at`) VALUES (146, 'Cython', NULL, 1, '2023-04-09 00:17:30', '2023-04-09 00:17:30');
INSERT INTO `project_languages` (`id`, `name`, `position`, `projects_count`, `created_at`, `updated_at`) VALUES (147, 'Yacc', NULL, 1, '2023-04-22 15:25:41', '2023-04-22 15:25:41');
INSERT INTO `project_languages` (`id`, `name`, `position`, `projects_count`, `created_at`, `updated_at`) VALUES (148, 'Fortran', NULL, 4, '2023-06-07 20:04:15', '2023-06-07 20:04:15');
INSERT INTO `project_languages` (`id`, `name`, `position`, `projects_count`, `created_at`, `updated_at`) VALUES (149, 'Nesc', NULL, 3, '2023-06-08 17:42:46', '2023-06-08 17:42:46');
INSERT INTO `project_languages` (`id`, `name`, `position`, `projects_count`, `created_at`, `updated_at`) VALUES (150, 'Vim snippet', NULL, 2, '2023-07-07 13:27:18', '2023-07-07 13:27:18');
INSERT INTO `project_languages` (`id`, `name`, `position`, `projects_count`, `created_at`, `updated_at`) VALUES (151, 'F*', NULL, 7, '2023-08-14 02:54:33', '2023-08-14 02:54:33');
INSERT INTO `project_languages` (`id`, `name`, `position`, `projects_count`, `created_at`, `updated_at`) VALUES (152, 'Go module', NULL, 0, '2023-08-14 08:13:23', '2023-08-14 08:13:23');
INSERT INTO `project_languages` (`id`, `name`, `position`, `projects_count`, `created_at`, `updated_at`) VALUES (153, 'Rich text format', NULL, 1, '2023-09-15 11:49:57', '2023-09-15 11:49:57');
INSERT INTO `project_languages` (`id`, `name`, `position`, `projects_count`, `created_at`, `updated_at`) VALUES (154, 'Llvm', NULL, 5, '2023-09-29 14:04:54', '2023-09-29 14:04:54');
INSERT INTO `project_languages` (`id`, `name`, `position`, `projects_count`, `created_at`, `updated_at`) VALUES (155, 'Mlir', NULL, 4, '2023-09-30 00:26:29', '2023-09-30 00:26:29');
INSERT INTO `project_languages` (`id`, `name`, `position`, `projects_count`, `created_at`, `updated_at`) VALUES (156, 'Glsl', NULL, 1, '2023-09-30 04:13:31', '2023-09-30 04:13:31');
INSERT INTO `project_languages` (`id`, `name`, `position`, `projects_count`, `created_at`, `updated_at`) VALUES (157, 'Vyper', NULL, 1, '2023-10-10 03:19:55', '2023-10-10 03:19:55');
INSERT INTO `project_languages` (`id`, `name`, `position`, `projects_count`, `created_at`, `updated_at`) VALUES (158, 'Vhdl', NULL, 1, '2023-10-11 09:50:22', '2023-10-11 09:50:22');
INSERT INTO `project_languages` (`id`, `name`, `position`, `projects_count`, `created_at`, `updated_at`) VALUES (159, 'Openqasm', NULL, 1, '2023-10-26 06:56:41', '2023-10-26 06:56:41');
INSERT INTO `project_languages` (`id`, `name`, `position`, `projects_count`, `created_at`, `updated_at`) VALUES (160, 'Stl', NULL, 2, '2023-11-05 03:41:39', '2023-11-05 03:41:39');
INSERT INTO `project_languages` (`id`, `name`, `position`, `projects_count`, `created_at`, `updated_at`) VALUES (161, 'Smalltalk', NULL, 1, '2023-11-07 02:31:45', '2023-11-07 02:31:45');
INSERT INTO `project_languages` (`id`, `name`, `position`, `projects_count`, `created_at`, `updated_at`) VALUES (162, 'Org', NULL, 1, '2023-11-17 02:25:17', '2023-11-17 02:25:17');
INSERT INTO `project_languages` (`id`, `name`, `position`, `projects_count`, `created_at`, `updated_at`) VALUES (163, 'Gettext catalog', NULL, 1, '2023-11-20 09:59:16', '2023-11-20 09:59:16');
INSERT INTO `project_languages` (`id`, `name`, `position`, `projects_count`, `created_at`, `updated_at`) VALUES (164, 'Promela', NULL, 1, '2023-11-22 07:09:52', '2023-11-22 07:09:52');
INSERT INTO `project_languages` (`id`, `name`, `position`, `projects_count`, `created_at`, `updated_at`) VALUES (165, 'Digital command language', NULL, 2, '2023-12-03 14:28:05', '2023-12-03 14:28:05');
INSERT INTO `project_languages` (`id`, `name`, `position`, `projects_count`, `created_at`, `updated_at`) VALUES (166, 'Sed', NULL, 1, '2023-12-07 16:22:03', '2023-12-07 16:22:03');
INSERT INTO `project_languages` (`id`, `name`, `position`, `projects_count`, `created_at`, `updated_at`) VALUES (167, 'Shaderlab', NULL, 0, '2024-01-15 09:07:14', '2024-01-15 09:07:14');
INSERT INTO `project_languages` (`id`, `name`, `position`, `projects_count`, `created_at`, `updated_at`) VALUES (168, 'Xslt', NULL, 0, '2024-01-16 02:50:26', '2024-01-16 02:50:26');
INSERT INTO `project_languages` (`id`, `name`, `position`, `projects_count`, `created_at`, `updated_at`) VALUES (169, 'Jsonnet', NULL, 1, '2024-01-24 14:26:23', '2024-01-24 14:26:23');
INSERT INTO `project_languages` (`id`, `name`, `position`, `projects_count`, `created_at`, `updated_at`) VALUES (170, 'Prolog', NULL, 1, '2024-04-08 06:53:07', '2024-04-08 06:53:07');
INSERT INTO `project_languages` (`id`, `name`, `position`, `projects_count`, `created_at`, `updated_at`) VALUES (171, 'Dotenv', NULL, 0, '2024-04-16 09:01:04', '2024-04-16 09:01:04');
INSERT INTO `project_languages` (`id`, `name`, `position`, `projects_count`, `created_at`, `updated_at`) VALUES (172, 'Pickle', NULL, 1, '2024-04-17 09:39:41', '2024-04-17 09:39:41');
INSERT INTO `project_languages` (`id`, `name`, `position`, `projects_count`, `created_at`, `updated_at`) VALUES (173, 'Cpp', NULL, 0, '2024-04-18 22:58:19', '2024-04-18 22:58:19');
INSERT INTO `project_languages` (`id`, `name`, `position`, `projects_count`, `created_at`, `updated_at`) VALUES (174, 'Jetbrains mps', NULL, 1, '2024-04-19 10:00:24', '2024-04-19 10:00:24');
INSERT INTO `project_languages` (`id`, `name`, `position`, `projects_count`, `created_at`, `updated_at`) VALUES (175, 'Nginx', NULL, 1, '2024-05-09 07:37:42', '2024-05-09 07:37:42');
INSERT INTO `project_languages` (`id`, `name`, `position`, `projects_count`, `created_at`, `updated_at`) VALUES (176, 'Isabelle', NULL, 1, '2024-06-21 02:30:42', '2024-06-21 02:30:42');
INSERT INTO `project_languages` (`id`, `name`, `position`, `projects_count`, `created_at`, `updated_at`) VALUES (177, 'Mdx', NULL, 1, '2024-07-07 18:20:36', '2024-07-07 18:20:36');
COMMIT;
SET FOREIGN_KEY_CHECKS = 1;