#
projectile
Here are 47 public repositories matching this topic...
Project demonstrating in Unity how to fire a projectile at a target by either specifying its initial velocity or initial angle. Also draws out the projectile's expected trajectory.
-
Updated
Jun 9, 2020 - C#
Manage org-mode TODOs for your projectile projects
-
Updated
Mar 29, 2020 - Emacs Lisp
Ivy UI for Projectile
-
Updated
Oct 15, 2020 - Emacs Lisp
1
xvrdm
commented
Aug 23, 2018
Hi and thanks for the interesting package!
Have you decided if it will be available on MELPA?
Thanks!
My personal emacs setup.
-
Updated
Jun 27, 2019 - Emacs Lisp
Export your projectile project's environment variables in .envrc
-
Updated
Mar 9, 2017 - Emacs Lisp
My Emacs Config
-
Updated
Jan 7, 2021 - Emacs Lisp
learning emacs
graphviz
clojure
journal
emacs
racket
evil
bookmark
plantuml
magit
ivy
yasnippet
perspective
org-mode
paredit
clj-refactor
projectile
sotclojure
sotlisp
org-ref
persp
-
Updated
Sep 27, 2018 - Emacs Lisp
Consolidate TODOs and FIXMEs from a project into an org document
-
Updated
Apr 3, 2018 - Emacs Lisp
An open-source dataset of ammunition projectile (bullet) information.
-
Updated
Jun 23, 2019 - JavaScript
Demonstrate Projectile Motion Equation
delphi
vcl
projectile
delphi7
projectile-motion-simulation
delphi2007
delphi10
delphi8
projectile-motion
ardeshirv
projectile-point
projectile-motion-equation
visual-component
objective-pascal
-
Updated
Dec 16, 2019 - Pascal
python
markdown
company
evil
helm
ledger
ivy
org-mode
ag
projectile
awesome-shell
goyo
geiser
org-ref
doom-modeline
persp
color-rg
awesome-tab
youdao-dict
fic-mode
-
Updated
Jan 14, 2019 - Emacs Lisp
This repository consists of my emacs configuration
emacs
forge
emacs-lisp
melpa
hydra
magit
ivy
org-mode
projectile
elpa
use-package
evil-mode
helpful
org-babel
counsel
emac-configuration
autopair
counsel-osx-app
-
Updated
Dec 17, 2020 - Emacs Lisp
PNS is an open source software that solves the Numericals in Physics. Like given a projectile’s angle and velocity it can find the rest of the attributes of the projectile that are its Range, its Time Period, its Max Height Achieved.
-
Updated
Sep 30, 2020 - Python
Easy and fast project switching in your shell!
-
Updated
Jun 29, 2018 - Python
The physics behind GunBound's projectile motion. (WIP)
-
Updated
Aug 3, 2017
PNS is an open source software that solves the Numericals in Physics. Like given a projectile’s angle and velocity it can find the rest of the attributes of the projectile that are its Range, its Time Period, its Max Height Achieved.
-
Updated
Sep 15, 2020
Projectile Motion simulation using Pygame
pygame
pygame-library
projectile
projectile-motion-simulation
pygame-games
projectile-motion
pythongames
-
Updated
May 15, 2021 - Python
Custom emacs config for web development
-
Updated
Jan 25, 2021 - Emacs Lisp
My emacs configuration for Python development
-
Updated
Jul 11, 2017 - Emacs Lisp
unfinished project, non-working
-
Updated
Mar 2, 2018 - JavaScript
Computational Physics notebooks in Julia and Python.
-
Updated
May 10, 2021 - Jupyter Notebook
Improve this page
Add a description, image, and links to the projectile topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the projectile topic, visit your repo's landing page and select "manage topics."


Expected behavior
With
projectile-create-missing-test-filesenabled, when usingprojectile-toggle-between-implementation-and-testin a file like.../src/main/.../foo.scala, Projectile should always create a file.../src/test/.../fooSpec.scalain the corresponding test directory if such file doesn't exist.Actual behavior
If the project already contains a file with a name