зеркало из
				https://github.com/iharh/notes.git
				synced 2025-10-31 05:36:08 +02:00 
			
		
		
		
	m
Этот коммит содержится в:
		
							родитель
							
								
									4ba3b656d8
								
							
						
					
					
						Коммит
						e549cfa5d3
					
				| @ -60,6 +60,9 @@ https://github.com/yt-dlp/yt-dlp/blob/master/supportedsites.md | |||||||
|     youtube:subscriptions: |     youtube:subscriptions: | ||||||
|         YouTube subscriptions feed; ":ytsubs" keyword (requires cookies) |         YouTube subscriptions feed; ":ytsubs" keyword (requires cookies) | ||||||
| 
 | 
 | ||||||
|  | download all the channel | ||||||
|  |     https://superuser.com/questions/1752396/how-to-download-all-videos-with-yt-dlp-from-a-youtube-channel-after-the-redesign | ||||||
|  | 
 | ||||||
| 2023 | 2023 | ||||||
| https://habr.com/ru/companies/ruvds/articles/765798/ | https://habr.com/ru/companies/ruvds/articles/765798/ | ||||||
|     !!! |     !!! | ||||||
|  | |||||||
| @ -1,3 +1,5 @@ | |||||||
|  | 2023 | ||||||
|  | https://habr.com/ru/companies/ozontech/articles/774712/ | ||||||
| 2022 | 2022 | ||||||
| https://habr.com/ru/post/682720/ | https://habr.com/ru/post/682720/ | ||||||
| 2020 | 2020 | ||||||
|  | |||||||
							
								
								
									
										3
									
								
								hw/comp/keyboard/mechanics/akko.txt
									
									
									
									
									
										Обычный файл
									
								
							
							
						
						
									
										3
									
								
								hw/comp/keyboard/mechanics/akko.txt
									
									
									
									
									
										Обычный файл
									
								
							| @ -0,0 +1,3 @@ | |||||||
|  | https://www.21vek.by/mouses/6104sblackgoldrgb1746225_akko.html | ||||||
|  | https://www.21vek.by/mouses/5108sworldtourtokyousbcablergbhotswapv3cream1746216_akko.html | ||||||
|  | https://www.21vek.by/mouses/5108sblackgoldusbcablergbhotswapjellypurple1561232_akko.html | ||||||
| @ -12,6 +12,8 @@ monastyr history | |||||||
| https://www.youtube.com/watch?v=4WViVURDHcw | https://www.youtube.com/watch?v=4WViVURDHcw | ||||||
| 
 | 
 | ||||||
| 2023 | 2023 | ||||||
|  | Mazhuko - How not to Loose Own Belief of 14:43 | ||||||
|  |     https://www.youtube.com/watch?v=o_DwFRdfOqc | ||||||
| Mazhuko - Family Holiday 0:00 of 1:07:10 | Mazhuko - Family Holiday 0:00 of 1:07:10 | ||||||
|     https://www.youtube.com/watch?v=kUcAKVvS1Dc |     https://www.youtube.com/watch?v=kUcAKVvS1Dc | ||||||
| Mazhuko - Secret Relative of 9:52 | Mazhuko - Secret Relative of 9:52 | ||||||
|  | |||||||
							
								
								
									
										4
									
								
								os/x-ui/wayland/libs/louvre.txt
									
									
									
									
									
										Обычный файл
									
								
							
							
						
						
									
										4
									
								
								os/x-ui/wayland/libs/louvre.txt
									
									
									
									
									
										Обычный файл
									
								
							| @ -0,0 +1,4 @@ | |||||||
|  | https://github.com/CuarzoSoftware/Louvre | ||||||
|  | 
 | ||||||
|  | 2023 | ||||||
|  | https://www.opennet.ru/opennews/art.shtml?num=60149 | ||||||
| @ -57,3 +57,38 @@ post_remove() { | |||||||
| } | } | ||||||
| # vim:set ft=sh ts=2 sw=2 et: | # vim:set ft=sh ts=2 sw=2 et: | ||||||
| 
 | 
 | ||||||
|  | 
 | ||||||
|  | maintainer="wizard-28 <wiz28@pm.me>" | ||||||
|  | 
 | ||||||
|  | name="nushell-bin" | ||||||
|  | pkgname="nushell" | ||||||
|  | pkgver="0.87.1" | ||||||
|  | pkgdesc="A new type of shell" | ||||||
|  | breaks=("${pkgname}" "${pkgname}-git" "${pkgname}-deb" "${pkgname}-app") | ||||||
|  | repology=("project: nushell") | ||||||
|  | arch=('arm64' 'amd64') | ||||||
|  | if [[ ${CARCH} == "arm64" ]]; then | ||||||
|  |   hash="f66f43e3c21ab9a66f9a46edae30e6537dc38d30c215a0535c9ac50905e55e46" | ||||||
|  |   gnuarch="aarch64" | ||||||
|  | else | ||||||
|  |   hash="7bcffb7a9066ef7c99e299dc3c1b87d471deea91e652edad129e27f742eef72d" | ||||||
|  |   gnuarch="x86_64" | ||||||
|  | fi | ||||||
|  | url="https://github.com/nushell/nushell/releases/download/${pkgver}/nu-${pkgver}-${gnuarch}-unknown-linux-gnu.tar.gz" | ||||||
|  | 
 | ||||||
|  | package() { | ||||||
|  |   # binaries | ||||||
|  |   find ./ \ | ||||||
|  |     -maxdepth 1 \ | ||||||
|  |     -executable \ | ||||||
|  |     -type f \ | ||||||
|  |     -name "nu*" \ | ||||||
|  |     -exec sudo install -vDm755 -t "${pkgdir}/usr/bin" "{}" + | ||||||
|  | 
 | ||||||
|  |   # documentation | ||||||
|  |   sudo install -vDm644 -t "${pkgdir}/usr/share/doc/${pkgname}" README.txt | ||||||
|  | 
 | ||||||
|  |   # license | ||||||
|  |   sudo install -vDm644 -t "${pkgdir}/usr/share/licenses/${pkgname}" LICENSE | ||||||
|  | } | ||||||
|  | # vim:set ft=sh ts=2 sw=2 et: | ||||||
|  | |||||||
| @ -3,6 +3,8 @@ customer-retrieval-service: update doc - has just merged | |||||||
| https://gitlab.com/inspire1/digital-platform/domain-services/notification-domain/notification-service/-/merge_requests/300 | https://gitlab.com/inspire1/digital-platform/domain-services/notification-domain/notification-service/-/merge_requests/300 | ||||||
|     https://gitlab.com/inspire1/digital-platform/domain-services/notification-domain/notification-service/-/pipelines/1072267119 |     https://gitlab.com/inspire1/digital-platform/domain-services/notification-domain/notification-service/-/pipelines/1072267119 | ||||||
| 
 | 
 | ||||||
|  | ? github/nushell | ||||||
|  | 
 | ||||||
| cp: cannot stat '/var/log/pacstall/metadata/*': No such file or directory | cp: cannot stat '/var/log/pacstall/metadata/*': No such file or directory | ||||||
| 
 | 
 | ||||||
| $ apt-file search `which ecryptfs-migrate-home` | $ apt-file search `which ecryptfs-migrate-home` | ||||||
|  | |||||||
| @ -5,6 +5,8 @@ Spilka - JPA/Hibernate Fundamentals 2023 of 7 parts | |||||||
|         8:00 of 1:05:21 |         8:00 of 1:05:21 | ||||||
|         https://www.youtube.com/watch?v=t6n1NwMM8a8 |         https://www.youtube.com/watch?v=t6n1NwMM8a8 | ||||||
| 2022 | 2022 | ||||||
|  | Bouali Ali - Spring Data JPA | Hibernate of 6p | ||||||
|  |     https://www.youtube.com/playlist?list=PL41m5U3u3wwkS8BU0fIeRQwY3hK4VlFlX | ||||||
| JPointJokerJUG - Kirekov - Spring Data JPA Testing Antipatterns ru of 54:33 | JPointJokerJUG - Kirekov - Spring Data JPA Testing Antipatterns ru of 54:33 | ||||||
|     https://www.youtube.com/watch?v=Q9UiuHvNTp4 |     https://www.youtube.com/watch?v=Q9UiuHvNTp4 | ||||||
|     ! @AutoConfigureTestDatabase |     ! @AutoConfigureTestDatabase | ||||||
|  | |||||||
							
								
								
									
										3
									
								
								pl/java/libfws/spring/websockets/presentations.txt
									
									
									
									
									
										Обычный файл
									
								
							
							
						
						
									
										3
									
								
								pl/java/libfws/spring/websockets/presentations.txt
									
									
									
									
									
										Обычный файл
									
								
							| @ -0,0 +1,3 @@ | |||||||
|  | 2023 | ||||||
|  | Bouali Ali - WebSocket Tutorial with Spring Boot | Build One On One Chat Application 0:00 of 2:08:50 | ||||||
|  |     https://www.youtube.com/watch?v=7T-HnTE6v64 | ||||||
							
								
								
									
										3
									
								
								pl/publishing/tex/latex/docs/presentations.txt
									
									
									
									
									
										Обычный файл
									
								
							
							
						
						
									
										3
									
								
								pl/publishing/tex/latex/docs/presentations.txt
									
									
									
									
									
										Обычный файл
									
								
							| @ -0,0 +1,3 @@ | |||||||
|  | 2023 | ||||||
|  | Dr. Trefor Bazett - LaTeX Tutorials of p22 | ||||||
|  |     https://www.youtube.com/playlist?list=PLHXZ9OQGMqxcWWkx2DMnQmj5os2X5ZR73 | ||||||
| @ -1,6 +1,9 @@ | |||||||
| precision = tp / (tp + fp) | precision = tp / (tp + fp) | ||||||
| recall = tp / (tp + fn) | recall = tp / (tp + fn) | ||||||
| 
 | 
 | ||||||
|  | 2023 | ||||||
|  | https://habr.com/ru/articles/775032/ | ||||||
|  |     !!! | ||||||
| 2020 | 2020 | ||||||
| https://www.kdnuggets.com/2020/10/imbalanced-data-machine-learning.html | https://www.kdnuggets.com/2020/10/imbalanced-data-machine-learning.html | ||||||
| https://machinelearningmastery.com/fbeta-measure-for-machine-learning/ | https://machinelearningmastery.com/fbeta-measure-for-machine-learning/ | ||||||
|  | |||||||
		Загрузка…
	
	
			
			x
			
			
		
	
		Ссылка в новой задаче
	
	Block a user
	 Ihar Hancharenka
						Ihar Hancharenka