Free fillable 4856

Learn Java

2011.01.27 18:41 Learn Java

Resources for learning Java
[link]


2015.09.14 01:48 RevProtocol All Things Delta Green

A community for fans of the Delta Green RPG and related fiction. Feel free to discuss anything pertaining to Delta Green.
[link]


2024.05.13 01:36 shotmyshot18 J24 NY UBE Bar Prep Strategy: Initial Plan

I am fortunate enough to have access to Barbri, Adaptibar, and Critical Pass Flashcards; however, I have been clueless as to how to use all the resources available to me in an efficient manner. After spending literally hours on this sub looking for tips lol, I've come up with a study plan that I thought might be nice to share, in case it's helpful for anyone else in a similar boat as me. Feel free to comment with any study suggestions! This is copied straight from my Notes app:
Barbri:
Adaptibar:
Critical Pass:
[While the above are materials that were paid for, there are a lot of amazing people on this sub sharing free bar prep materials!]
Free Extras:
[I also have attention issues, so I included productivity strategies in my plan as well.]
Productivity tips:
submitted by shotmyshot18 to barexam [link] [comments]


2024.05.11 16:43 Garqu How to use Google Sheets as a VTT

First of all, if you're happy with Foundry, Roll20, Owlbear Rodeo, or whatever else, I'm not here to tear down your favourite tool, keep using the thing that works well for you.
... However, if you want to be able to run an RPG online without having to download any programs, make your players sign up for new accounts or learn a totally new interface, without paying anyone a cent, Google Sheets may be a good option for you, and I'd like to show you how to use it.

Character Sheets

This is the primary use. If you're playing a game with any moderately sized fanbase, you have a good chance of being able to find a Google Sheets character sheet for your game of choice that someone else has made. For example, it was trivial to find sheets for these games by searching "[Game] Google Sheets" online:
However, not every game has been covered. Fortunately, RPG designer and graphic artist momatoes has created a thorough and accessible style guide for creating character sheets. This takes some time to learn and do, but once you've made it, you don't have to do it again until you start playing another game.
If you're the type of person who enjoys automated character sheets, there is no VTT that can provide the same amount of depth and variability that the functions of a spreadsheet can, many of which are well documented with instructions on how to use them. I find implementing these functions to be painless when compared to something like scripting a Foundry module. I recommend learning how to use the SUM function at a bare minimum as it can do a lot of heavy lifting, but if you don't mind typing things in by hand, then you really don't need any function knowledge at all.
Here is a folder of the character sheets I've made (please don't request the ability to modify these sheets, make a copy for yourself instead). Be warned, many of them aren't totally in line with their respective rulesets due to the fact that I often make at least a couple of houserules to any game I play, but feel free to use them as-is or modify them for your game of choice. They aren't perfect, but they were totally fine to play with and have never caused me headaches, which I cannot say for any other digital character sheet.
This is not a demanding skill to learn, and if you participate in lots of online play, the amount of reward you get out of it will more than make up for the effort put in. If you can whip up a simple character sheet in 20 minutes or a more in-depth one in an evening, you can run any game online without needing official support on any platform, and you'll save yourself and your other players from ever needing to use a form fillable PDF again (I have gotten ludicrous amounts of praise for making basic character sheets like these in games where the GM doesn't want to bother with a VTT).

Maps

This is the other big one. You're not going to get fog of war (easily, at least) or measuring stick tools, but it's almost trivial to set up a map, whether it's for battles, travels, or dungeons.
Make a new sheet and either remove all of the rows + columns except for one and expand them to a reasonable size, or merge all of the rows and columns together. Then, upload your map into the big cell by navigating Insert > Image > Insert image in cell.
Once you have the map set up, you can add the PCs and potential adversaries by navigating Insert > Image > Insert image over cells. Resize them to their appropriate size, and voila, you have a functional battlemap.

Other things

There is a randomization function, but it isn't perfect. The numbers it spits out will be different to everyone looking at them, since it registers locally, not on the side of a server. You basically have to trust that your players aren't lying. It works fine enough as a dice roller (some of my older sheets still have "dice" sections on them), but I prefer letting people simply roll dice at their desk or using a dice bot in Discord, which you're probably using to communicate with your players anyway.
Make a reference page with the core rules of your game. You can do this by hand (like I did for Scum & Villainy), or if your game comes with a rules reference, you can simply copy and paste it in (like I did with Land of Eem).
You can right-click any cell to insert a note on it, which contains nested text that will pop up whenever you hover your cursor over that cell. This is incredibly useful for a variety of purposes, including putting rules reminders on various parts of a character sheet, containing the details and page reference for character abilities, or detailing the contents of a container a character is carrying.
Check boxes and dropdowns can be inserted into cells from the Insert panel, which are quite helpful for things like limited abilities, tracking small-numbered resources, and so on.
I feel that this one is obvious, but just in case anyone isn't aware, you can have multiple pages in one spreadsheet, adding a new one is as easy as right clicking and duplicating an existing page, or using the + button at the very bottom left of the spreadsheet. You can have your entire campaign in one spreadsheet by using multiple pages: one for your map, one for each of your player's character sheets, a rules reference, as well as anything else you might want, like dedicated pages for Blades in the Dark clocks or player notes.
You can turn gridlines off by toggling View > Show > Gridlines. They can be helpful to have up while you're making a character sheet, but they're not nice to look at during play. Similarly, you can hide the whole bar interface at the top by toggling View > Full Screen.

Wrapping up

I hope this was useful to anyone reading; Google Sheets aren't the perfect universal TTRPG tool, there are VTTs that do some things better, but I've been using them for a couple of years now and I've found them to be just the right fit for my needs, and maybe they'll be a good fit for you, too.
submitted by Garqu to rpg [link] [comments]


2024.05.11 00:38 Hot-Competition1343 Any advice on an arena 13 deck?

Any advice on an arena 13 deck?
Started the game recently and idk what to do i need advice
submitted by Hot-Competition1343 to RushRoyale [link] [comments]


2024.05.10 18:46 BallOk6712 Risk Assessment Template - Downloadable/Fillable

Can anyone please point me to where I can find a free, fillable cybersecurity risk assessment template?
submitted by BallOk6712 to cybersecurity [link] [comments]


2024.05.10 16:05 spanky_rockets Adding API data to ACF forms

Hello all, this question might be a bit specific, please feel free to direct me somewhere else if this isn't the place to ask.
So I'm pulling data from an API and adding it to a custom Post type I created using Advanced Custom Fields (plugin). This acts as sort of a database so I can add the data to my site later.
The API I'm using is serving my data as a multi-dimensional json array. The problem is my code seems to ignore the data on anything but the first dimension of the array, so most of the data ends up not being transferred to my ACF form.
The tutorial I was using as a guide was only dealing with API that returned a single dimensional JSON. I'm wondering how I need to modify this code so that my code will read from reach dimension, basically I'd like to somehow append these chunks of the JSON together, if that makes sense.
[ { "id": "eca3b71919531e7ae0b4f3f501157e6c", "sport_key": "americanfootball_nfl", "sport_title": "NFL", "commence_time": "2024-09-07T00:21:00Z", "home_team": "Philadelphia Eagles", "away_team": "Green Bay Packers", "bookmakers": [ { "key": "draftkings", "title": "DraftKings", "last_update": "2024-05-10T13:06:17Z", "markets": [ { "key": "h2h", "last_update": "2024-05-10T13:06:17Z", "outcomes": [ { "name": "Green Bay Packers", "price": -102 }, { "name": "Philadelphia Eagles", "price": -118 } 
Example of JSON from the API, notice the "title" field for the sportsbook is on the 2nd dimension
My ACF custom post type, notice 'Title' is the only field omitted
$results = wp_remote_retrieve_body(wp_remote_get( $url, $args )); $games[] = json_decode($results); #Add game information to the games custom post type in WP foreach( $games[0] as $game ){ $game_slug = sanitize_title($game->home_team . '-' . $game->id); $inserted_game = wp_insert_post([ 'post_name' => $game_slug, 'post_title' => $game_slug, 'post_type' => 'game', 'post_status' => 'publish' ]); if( is_wp_error($inserted_game)){ continue; } $fillable = [ 'field_663519bc37440' => 'id', 'field_66351da237441' => 'sport_key', 'field_66351dd037442' => 'sport_title', 'field_66351dda37443' => 'commence_time', 'field_66351de637444' => 'home_team', 'field_66351df037445' => 'away_team', 'field_663973e7e5bcb' => 'title' ]; foreach( $fillable as $key => $name){ update_field( $key, $game->$name, $inserted_game); } } 
The relevant php code. This calls the API, json decodes the data. Creates a new custom post for each game and fills out the noted fields in the post. Right now I'm only going as far as the 'title' field for testing.
Any help is appreciated, I understand this is a very specific question. Again, feel free to direct me somewhere else if this isn't the right place to ask.
Thanks!
submitted by spanky_rockets to Wordpress [link] [comments]


2024.05.09 19:41 Anime_girl22019 Trying to file taxes in Free File Fillable Forms on the IRS Website

Trying to file taxes in Free File Fillable Forms on the IRS Website
Does anyone have any solution suggestions? I followed the AGI instructions for Step 2: E-File Your Tax Forms and used the figure in 11 under Step 1: Fill Out Your Tax Forms but it keeps getting rejected every time.
https://preview.redd.it/r9iuus1ltfzc1.png?width=951&format=png&auto=webp&s=37b71215464bd3e455a9535cf3fa2df77a21f1ae
submitted by Anime_girl22019 to Accounting [link] [comments]


2024.05.09 14:11 smartybrome Udemy Free Courses for 09 May 2024

Udemy Free Courses for 09 May 2024

Note : Coupons might expire anytime, so enroll as soon as possible to get the courses for FREE.
GET MORE FREE ONLINE COURSES WITH CERTIFICATE – CLICK HERE
submitted by smartybrome to udemyfreebies [link] [comments]


2024.05.09 14:11 smartybrome Udemy Free Courses for 09 May 2024

Udemy Free Courses for 09 May 2024

Note : Coupons might expire anytime, so enroll as soon as possible to get the courses for FREE.
GET MORE FREE ONLINE COURSES WITH CERTIFICATE – CLICK HERE
submitted by smartybrome to udemyfreeebies [link] [comments]


2024.05.08 22:46 drgood333 Monster sent me two free cans!

Monster sent me two free cans!
I saw a post a while ago about off tasting monsters and how they are usually just a a bad taurine mix and if you fill a complaint form they sometime send you free cans. Anyway I just happend to have had an off tasting monster just like that post and thought why not, well these arrived today! Honestly made my a week :)
submitted by drgood333 to energydrinks [link] [comments]


2024.05.08 22:45 drgood333 Monster sent me two free cans!

I saw a post a while ago about off tasting monsters and how they are usually just a a bad taurine mix and if you fill a complaint form they sometime send you free cans. Anyway I just happend to have had an off tasting monster just like that post and thought why not, well these arrived today! Honestly made my a week :)
submitted by drgood333 to monsterenergy [link] [comments]


2024.05.08 20:25 ng1976 Character sheets for Lilliputian

Character sheets for Lilliputian
I recently ran a one shot of Lilliputian, the wavecrawl OSR RPG based on Into the Odd & Mausritter.
I took the ship and character sheet images and made fillable PDFs out of them. You can import an image into the character sheet. Free to download: https://polyhedralnonsense.com/2024/05/08/lilliputian-a-review-and-fillable-character-sheets-for-a-fantasy-seafaring-rpg/
https://preview.redd.it/lriwfvffw8zc1.jpg?width=1749&format=pjpg&auto=webp&s=5212f7c7a605fa79f1b2cf3a5ce3256cac293ab4
submitted by ng1976 to osr [link] [comments]


2024.05.07 17:44 Squire_Art I've made a free Fillable Mythic Bastionland Character Sheet.

I've made a free Fillable Mythic Bastionland Character Sheet.
Hi! I started GMing Mythic Bastionland recently and was amazed with the game. When I started reading the quickstart, I couldn't find the official character sheet, so I felt inspired to design one and to communicate the game's mood through it.
The sheet is fillable and saves the information you input, which makes playing the game online easier. There are input areas for registering current and max Virtues and current and max Armor (For when Knights are out of battle and remove their helmets and plates). Checkboxes help you keep track of your conditions, and you even have a small "Tale" textbox to write a quick background for your Knight.
The second page is a small journal for Knights to register their journey, take notes about notable NPCs, write their objectives, and even register observations about their fellow Knights!
Text boxes don't have a limit, so you can write all you want. If you write a lot, you will need to scroll inside the boxes to find information not appearing in the area of the box.
On the sheet's Itch.io page, you'll find a link to a website that lets you put images on PDFs for free, so you can use that to put a nice-looking portrait in the portrait space at the top center of the first page. I hope you all enjoy it, and safe travels!
https://preview.redd.it/39ly98aez0zc1.png?width=535&format=png&auto=webp&s=bd406da6549dec823bcff6d1dd6beda9664165a9
submitted by Squire_Art to osr [link] [comments]


2024.05.07 01:57 tclaw747 help with RKP truck on new deck to make a stunt cruiser

hello people
I lately have been kinda wanting to get into doing tricks on a skateboard. I don't ride often, not going to lie. In fact, I have not touched my longboard in a few months, if not a year. I used to watch every skate YouTuber when I was young and thought it was awesome how they could do these insane tricks. That had kinda died over the last few years, but lately, I have been watching a lot of these kinds of content again, and I kinda want to start learning some tricks as well. But I also want to maybe cruise around a little bit. So, I thought, what if I take my old longboard and put these RKP trucks on a new shaped deck? I'm hoping that this will give me the opportunity to learn a few tricks and still be able to cruise around because that is a thing I would like to do as well a bit more. But I guess my question is, is it okay to put RKP trucks on a shaped deck and cruise and try to learn tricks on it?
the decks i have been looking at https://www.blue-tomato.com/nl-NL/product/Welcome-Special+Effects+Nora+Pro+On+Sphynx+8+8+Skateboard+deck-713766/?varid=305084856
https://www.concretewave.de/Globe-Shooter-Ramones-Hey-Ho-Deck-8625_4
The trucks I have on my longboard right now, by the way, are not branded trucks. When I was young, I got this longboard from a local toy shop, so they are probably pretty cheap. But I also upgraded my longboard by putting real grip tape on it and better wheels (orangatang fat free 65mm wheel) and allso by giving it a paint job
submitted by tclaw747 to NewSkaters [link] [comments]


2024.05.03 15:14 No_Night9722 Why has the IRS not taken my money yet?

I think I am in the opposite boat as many of you. I owed for the first time in many years this year. I filed on 1/30/24 using Free File Fillable Forms and set the payment withdrawal date as 4/15/24. My transcript shows an account balance of $0 at the top, but it does not reflect the bank account payment on the bottom and the money is still sitting in my bank account. Do I just keep waiting?
The return was definitely received and accepted, but I am kind of freaking out that we will be audited now because the tax was due from a new 1099 job that I started in last quarter, so didn't file estimated quarterly taxes on it. We are exempt from the penalties because we paid more tax (via W2) than last year, so I would hope that wouldn't trigger an audit, but I am beginning to get worried.
submitted by No_Night9722 to IRS [link] [comments]


2024.05.01 05:45 AbyssalWhip55 Can a US citizen living abroad receive form 1042-S?

Hi all,
I am a US/Canada dual citizen currently living and studying in Canada. I recently opened a TFSA with IBKR after reading from several sources that holding a TFSA as a dual citizen is no longer strongly unrecommended. IBKR (they know I am a dual citizen as per my settings) issued form 1042-S for my TFSA this year, and I am struggling to figure out how to file it, or whether I should have even received it in the first place.
I currently file my US return with MyExpatTaxes, and they force you to upgrade to the next pricing tier if you have form 1042-S, which I would prefer to avoid. I was looking for alternatives, and ExpatFile does not support form 1042-S, and they told me that US citizens should not be receiving form 1042-S as it is only for foreign persons. I also checked Free File Fillable Forms, but they do not even have form 1042-S.
Can anyone shed some light on this form and why I received it? If I was not supposed to receive it, is there an alternative/analogous form I could use to report the amounts on form 1042-S (there are non-zero amounts).
Thank you!
submitted by AbyssalWhip55 to USExpatTaxes [link] [comments]


2024.04.30 15:37 Tiny_Working_6298 TaxBandits' free fillable solution allows you to complete your W-9 confidently!

Tax season can be scary for businesses and independent contractors, with many forms to fill out and deadlines to meet. In the hustle and bustle of running a business or managing freelance work, the last thing you need is the added stress of complicated paperwork. Enter TaxBandits – your trusted ally in navigating the complexities of tax documentation. Let's explore how TaxBandits ' free fillable solution is designed to enable you to complete your W-9 easily and confidently.
Why Form W-9 Matters: Getting Paid Right
You might have heard about tax forms like 1099s and W-2s, but Form W-9 differs slightly. It's not a tax return – it's a remarkable document the IRS wants you to complete. Why? To share your Taxpayer Identification Number (TIN) with the folks who pay you.
Your TIN can be an Employer Identification Number (EIN) if you're a business or a Social Security Number (SSN) if you're an individual.
Here's the deal: after you hand in your W-9 Form, the people paying you (we'll call them "payers") use the TIN information you gave them. They use it to do something meaningful – file and give you a 1099.
Now, why is all this TIN a big deal? Something could happen if you don't provide the right TIN on your W-9 Form. First, the money you get from those payers might have a chunk taken out – it's called "backup withholding," and it's like a safety measure.
How much? About 24% of what you're supposed to get can be held back. Imagine you're expecting $100 but didn't get your TIN right – now you might only get $76.
So, the bottom line is this: Fill out that W-9 right, give them the correct TIN, and ensure you get all your hard-earned money without any surprises!
Details Provided on W-9 Form
Generally, your Form W-9 has to have the following information:
  1. Name and Address
  2. Federal Tax Classification
  3. Taxpayer Identification Number (TIN)
  4. Backup withholding requirements
  5. FATCA Reporting Exemption Code, if any
TaxBandits’ Fillable W-9 Solution for Free
TaxBandits provides a solution to fill out a W-9 that is free of cost to streamline your W-9 completion process. This digital solution reduces the possibility of mistakes and streamlines tax filing, making it a reliable resource. The W-9 form has been made more accessible for you to fill out.
Once finished, you can electronically sign the document to expedite the process further by doing away with the requirement for a physical signature. You can download the completed W-9s for free and share them with your appropriate payers or requesters. Notably, you can just complete the W-9 once and share it with multiple payers and multiple times at zero cost!
Once the W-9s are completed and shared, you can securely store and access your W-9 Forms from anywhere in our cloud-based solution.
In Conclusion: Stress-Free Tax Time with TaxBandits
TaxBandits' free fillable W-9 solution is like having a helpful friend guide you through your taxes. It's simple, free, accessible, and keeps your information safe. So, if you've got a W-9 form to fill out, why not make it easy on yourself?
TaxBandits offers this fillable solution at zero cost. Complete your W-9 with confidence!
submitted by Tiny_Working_6298 to u/Tiny_Working_6298 [link] [comments]


2024.04.29 19:43 LiquidAmbar247 Software advice for data collecting with ipad? See body text for more info.

Hi. I recently changed jobs and need to create my own document to collect data on an iPad while I am out completing field work. Previously, I had a fillable PDF document that I believe was originally created in Excel, then converted to PDF to edit in the PDF Expert app. The editing tools I frequently needed to use were free typing into text fields, adding sticky notes with text, using drop down menus to fill pre-determined fields, clicking check boxes, and using the draw tools to draw on graph paper – which looks like it was a scan of an actual page of graph paper superimposed onto a couple pages of the Excel sheet. No one from my previous company remembers who originally made the form or how, and we are not sure where the original Excel versions are.
My questions are:
  1. Is using Excel to create a document then converting it to fillable PDF the best way to go about creating a document like this?
  2. If not, please suggest a different method.
submitted by LiquidAmbar247 to software [link] [comments]


2024.04.27 14:17 Domsu-sama Truly free tax filing for expats - Free Fillable Forms down?

Hi, expat here, never worked in the US. Do you know of any truly free tax filing website which doesn't require a US phone number? In previous years I've used Free Fillable Forms, but it seems it went down? (I can't load the page despite trying for several weeks from multiple devices and networks.) Plus, the IRS Free File Guided Tax Software webage also doesn't load and displays an error :/
submitted by Domsu-sama to tax [link] [comments]


2024.04.27 00:38 nofacenonam3 Fillable doc

Fillable doc
I am trying to create a weekly business report for the company I work for. We do a weekly meeting to discuss the business and practices. As of right now this is being done in Excel which everyone makes their own separate report to discuss via zoom. My boss wants to make this report a little more eye pleasing for everyone to visualize what is going on. I am curious if it is possible for me to make a fillable document in google docs (similar to the example template pictured) that everyone has access to so we can share everyone’s info on the same report instead of individually. The point of doing this is to keep everyone’s ideas and notes all on one document.
Any help would be appreciated. Or if there is an alternative route I should take. Also, I am looking for free options mainly.
submitted by nofacenonam3 to GraphicDesigning [link] [comments]


2024.04.27 00:32 nofacenonam3 Fillable doc

I am trying to create a weekly business report for the company I work for. We do a weekly meeting to discuss the business and practices. As of right now this is being done in Excel which everyone makes their own separate report to discuss via zoom. My boss wants to make this report a little more eye pleasing for everyone to visualize what is going on. I am curious if it is possible for me to make a fillable document in google docs that everyone has access to so we can share everyone’s info on the same report instead of individually. The point of doing this is to keep everyone’s ideas and notes all on one document.
Any help would be appreciated. Or if there is an alternative route I should take. Also, I am looking for free options mainly.
submitted by nofacenonam3 to graphic_design [link] [comments]


2024.04.27 00:25 nofacenonam3 Fillable doc

Fillable doc
I am trying to create a weekly business report for the company I work for. We do a weekly meeting to discuss the business and practices. As of right now this is being done in Excel which everyone makes their own separate report to discuss via zoom. My boss wants to make this report a little more eye pleasing for everyone to visualize what is going on. I am curious if it is possible for me to make a fillable document in google docs (similar to the template pictured) that everyone has access to so we can share everyone’s info on the same report instead of individually. The point of doing this is to keep everyone’s ideas and notes all on one document.
Any help would be appreciated. Or if there is an alternative route I should take. Also, I am looking for free options mainly.
submitted by nofacenonam3 to googledocs [link] [comments]


2024.04.26 18:07 Realistic_Winter5754 PSA: Apply for your homestead exemption before April 30th

Eligibility: Your primary residence ie., where you live. Rentals, investment properties, 2nd homes etc. are not eligible. Your driving license or a state issued ID should have the address of your primary residence.
Why should you apply?: Homestead exemption is the easiest way to lower your property taxes. It gives you two benefits:
  1. $100K off your noticed market value for school district tax purposes. Other taxing units may also offer you discounts. Check your Dallas CAD property details page for details of other exemptions applicable to your property.
  2. 10% cap on annual increases of your appraised value.
** Applying for a homestead exemption is FREE & easy. Takes just a few minutes. Beware of services that charge you for this!**
How to apply?: Dallas CAD doesn't have an online application for Homestead exemption. You have two options to apply:
  1. Your Dallas CAD property details page has an option to print your homestead exemption form.
  2. Texas Comptroller page has a fillable PDF. https://comptroller.texas.gov/forms/50-114.pdf Download either of the forms, print and sign them. Mail it to DCAD at PO Box 560328 Dallas, Texas 75356-0328 along with a copy of your Texas driving license (DL). Your DL should show the address of the house you are claiming exemption for. An illustrated guide to filling up the HS exemption form is here.
Retrospective exemption: If you have been living on your property for several years and haven't yet claimed homestead exemption, then you have been overpaying your property taxes. However, you can claim a homestead exemption retrospectively for the past 2 years and get a refund for the overpayment in the past two years.
How often should I apply? Applying for homestead exemption used to be a one time exercise. However, beginning this year, all appraisal districts will have to re-verify HS exemptions every five years. Dallas CAD will send you a notice asking you to re-apply. You don't have to worry about it until you get the notice.
The home I bought already had a homestead exemption. Do I still need to apply? Yes, that exemption belonged to the previous owner, not the house per-se. All exemptions get reset on sale. You have to apply and get your own exemption.
Have covered more questions on homestead exemptions here.
Edit: If you apply before April 30th, you can hope to get the exemption applied for this year's tax bill which comes out in fall. You can still apply after April 30th. It's not a hard deadline.
submitted by Realistic_Winter5754 to Dallas [link] [comments]


http://rodzice.org/