initial commit to pickup
This commit is contained in:
commit
b6eee182b8
3 changed files with 138 additions and 0 deletions
107
dark_needle/attract_women/.gitignore
vendored
Normal file
107
dark_needle/attract_women/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,107 @@
|
|||
# Created by https://www.toptal.com/developers/gitignore/api/vim,osx,emacs
|
||||
# Edit at https://www.toptal.com/developers/gitignore?templates=vim,osx,emacs
|
||||
|
||||
### HTML ###
|
||||
*.html
|
||||
|
||||
|
||||
### Emacs ###
|
||||
# -*- mode: gitignore; -*-
|
||||
*~
|
||||
\#*\#
|
||||
/.emacs.desktop
|
||||
/.emacs.desktop.lock
|
||||
*.elc
|
||||
auto-save-list
|
||||
tramp
|
||||
.\#*
|
||||
|
||||
# Org-mode
|
||||
.org-id-locations
|
||||
*_archive
|
||||
|
||||
# flymake-mode
|
||||
*_flymake.*
|
||||
|
||||
# eshell files
|
||||
/eshell/history
|
||||
/eshell/lastdir
|
||||
|
||||
# elpa packages
|
||||
/elpa/
|
||||
|
||||
# reftex files
|
||||
*.rel
|
||||
|
||||
# AUCTeX auto folder
|
||||
/auto/
|
||||
|
||||
# cask packages
|
||||
.cask/
|
||||
dist/
|
||||
|
||||
# Flycheck
|
||||
flycheck_*.el
|
||||
|
||||
# server auth directory
|
||||
/server/
|
||||
|
||||
# projectiles files
|
||||
.projectile
|
||||
|
||||
# directory configuration
|
||||
.dir-locals.el
|
||||
|
||||
# network security
|
||||
/network-security.data
|
||||
|
||||
|
||||
### OSX ###
|
||||
# General
|
||||
.DS_Store
|
||||
.AppleDouble
|
||||
.LSOverride
|
||||
|
||||
# Icon must end with two \r
|
||||
Icon
|
||||
|
||||
# Thumbnails
|
||||
._*
|
||||
|
||||
# Files that might appear in the root of a volume
|
||||
.DocumentRevisions-V100
|
||||
.fseventsd
|
||||
.Spotlight-V100
|
||||
.TemporaryItems
|
||||
.Trashes
|
||||
.VolumeIcon.icns
|
||||
.com.apple.timemachine.donotpresent
|
||||
|
||||
# Directories potentially created on remote AFP share
|
||||
.AppleDB
|
||||
.AppleDesktop
|
||||
Network Trash Folder
|
||||
Temporary Items
|
||||
.apdisk
|
||||
|
||||
### Vim ###
|
||||
# Swap
|
||||
[._]*.s[a-v][a-z]
|
||||
!*.svg # comment out if you don't need vector files
|
||||
[._]*.sw[a-p]
|
||||
[._]s[a-rt-v][a-z]
|
||||
[._]ss[a-gi-z]
|
||||
[._]sw[a-p]
|
||||
|
||||
# Session
|
||||
Session.vim
|
||||
Sessionx.vim
|
||||
|
||||
# Temporary
|
||||
.netrwhist
|
||||
# Auto-generated tag files
|
||||
tags
|
||||
# Persistent undo
|
||||
[._]*.un~
|
||||
|
||||
# End of https://www.toptal.com/developers/gitignore/api/vim,osx,emacs
|
||||
|
|
@ -0,0 +1,9 @@
|
|||
#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="../../../../../_share/media/css/org-mode.css" />
|
||||
|
||||
#+title: Video 01 - It's Actually Pretty Easy to Get Girls
|
||||
|
||||
* Links
|
||||
- [[../toc.org][TOC - How To Attract Women]]
|
||||
- [[https://youtu.be/kcVRR1Qx4jA?si=EXGlmm_sLXjqmDL1][video 01 - it's easy to get girls]]
|
||||
|
||||
* Notes
|
||||
22
dark_needle/attract_women/toc.org
Normal file
22
dark_needle/attract_women/toc.org
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
#+title: How To Attract Women | Dark Needle
|
||||
#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="../../../../_share/media/css/org-mode.css" />
|
||||
#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="../../_share/media/css/dark-needle.css" />
|
||||
|
||||
* Links
|
||||
- [[../../../course-listings.org][Courses Listing]]
|
||||
- [[https://www.youtube.com/@thedarkneedle/playlists][Playlist: all]]
|
||||
- [[https://www.youtube.com/playlist?list=PLnzRvn3Ye6vkMoJudiSmzEwjPMHkchYX7][Playlist: how to attract women]]
|
||||
|
||||
* Table of Contents
|
||||
|
||||
** [[./_subsections/video01-easy-to-get-girls.org][It's actually pretty easy to get girls]]
|
||||
|
||||
* Playlist
|
||||
|
||||
#+attr_html: :class playlist
|
||||
1. [[https://youtu.be/kcVRR1Qx4jA?si=EXGlmm_sLXjqmDL1][It’s actually pretty easy to get girls]] *current*
|
||||
2. [[https://youtu.be/RiUKtJUAh4M?si=o78i4RlKlyLCvhei][WHAT MAKES A MAN ATTRACTIVE (How to be a women magnet)]]
|
||||
3. [[https://youtu.be/lL8tfywXI7A?si=0uEBKN-dEWGKpilJ][This Secret Will Easily Make Any Woman Obsessed with You]]
|
||||
4. [[https://youtu.be/kAXuNKOKJA8?si=AyWMDhklZTi8WJIq][it’s actually pretty easy to make a girl addicted to you]]
|
||||
5. [[https://youtu.be/g1DGlYqk3ds?si=2ekF5LnWdw8XzOAO][Ignoring Women: The Secret to Making Her Chase You]]
|
||||
6. [[https://youtu.be/XgnXMtcwzd4?si=7764XiwrrONt9v5-][This Technique Will Help You Own Any Woman]]
|
||||
Loading…
Add table
Reference in a new issue