My goal is to get files from sharepoint for every x minute based on their names and if possible also on creation/modified datetime. I have a link to sharepoint where files are stored. I was unsucsefully trying to find some example on internet but haven't found yet. Can I get some advice from you how this might be approached please.
Related
how are you. For a while I've been working for a Gynecologist building her a data base. For the project I am using Firebase and JavaScript. The database is for her to keep track of their patients and she keeps reports on each one of them. I am almost done with the job, the UI is almost finished, the core functionalities of the database (save data, delete, retreive, and update) are up and running but I am stuck in one little thing. She asked me for a way to turn those reports she keeps in the database into a format like PDF so she can print them and give them in case needed to her patients. The thing is that Ive tried with html2pdf, a git repository that works kind of clunky, and tried looking for others but I still cant find one that works correctly. So I wanted to ask you guys if you know of some alternatives. I started thinking about using EXCEl or Word document. But either way it seems quite complicated. Thank you for your time.
Best to all.
I am using a quite unknown bookmark manager on Android. I picked this one after trying others because it was possible to import, export, classify by folders, the design was good and it was easy to search in my bookmarks.
After importing all my bookmarks from other browsers and also from files, I started classifying all of them into folders, subfolders, etc..
I spent many days to classify them all as I wanted.
After classifying them, I tried to export them.
The problem is that the only option offered is to export them in a .html file, containing all the bookmarks but without any folder.
The .html file contains all my bookmarks but in complete desorder, and doesnt mention the folders.
In the app there was also a "backup" function, so I tried and it creates a .db file.
I opened this .db file with some SQLiteViewer app and I found written inside, among other things I dont understand, a list of all my bookmarks with a number next to each one of them, and also a list of my folders with next to them the corresponding number.
When I open the .db file, I have a choice between
-SQlite master
-android metadata
-bookmarks
-folders
-sqlite sequence
If I click on "Bookmarks", all my bookmarks are in a kind of spreadsheet with lines and columns. Next to them in another columns, for example for each bookmark related with "Kitchen recipes" it's written the number 1.
And in the "Folders" folder, next to the folder called "Recipes" its also written 1.
So I'm happy because it seems that my classification is stored in this file.
But the fact is I dont know how to extract easily all that data, and create with it a "bookmark" file importable in other bookmark app or browser ( for example .csv or .xbel or .html but with folders)
I guess I need some "script" working like this:
if the first raw in "Folders" got the number 8 next to it
Then take all the bookmarks in the "bookmarks" folder that also got an 8 written next to it, and put it inside this folder.
I'm a complete noob in coding, I dont know what is SQlite, nor anything.
So i know that maybe I am asking for too much informations at the same time.
But if some kind person could put me in the way, by explaining me if
thats possible
what would be the easiest way
if some solution already exist
if someone like me can do it and what do I have to learn if I want some day to be able to do it
Thanks
Here's pictures so you understand easier:
Sqlite
Folders
Bookmarks
I am trying to automate a process that is currently done mainly with excel files. These files have been used for a while and are customized just how the user likes them. I am turning this into a data driven VB NEt application and now and at the task of configuring all the computed columns to do the equations the user's excel spread sheets are doing currently.
The main ones needed that I can't find information on are STANDARDIZE, PERCENTRANK and STDEVA (atleast for computed columns- I have seen STEVA used in select queries)
Excuse me if there is documentation on this I can refer to, I searched google and stackoverflow and wasn't able to find anything. If you could point me to any documentation like this that might exist- that would be a huge help!
I have a question about creating a custom report in Project 2013. We currently have projects going on that have 3 or 4 project plans with all interconnected dependencies on each other. When I bring all of the plans together and try to run a resource report, I run into an issue. Many of our tasks have 2 or more resources connected to them and when I group by resource, it does not break them out. I have tried using the "Resource Usage" view, but need to have all of the project plans open to accomplish creating a nice looking report and even then it is not very nice looking. I am looking to create a report that breaks out what each individual resource has assigned to them over the next 2-3 weeks. It is more a report to hand to our business leads to says here is what we need from your teams and here's what they are assigned to. I am looking to break it out like this:
By Resource - listing only one person (not the large group of people if 2+ are assigned to a task), list only the hours that they have allocated to the task, and move on.
Is there a way to do this?
The non code or VBA solution is to use a resource pool instead of having separate lists of resources in each file. Once the resources are pooled (shared) with a single file, all resource reporting can be done against that file. There are a lot of caveats that go along with doing it this way though.
I am learning basics of web scraping. I would like to automate following process
Go to a site for example: http://www.vesseltracker.com
Provide the vessel name or MMSI number
Download the image of the vessel
Repeat this process
I followed the
Get all Images from WebPage Program | Java
link to get the basic but with little success. Could any one provide me with example in java??
Thanks a lot in advance
Either of the examples on the stack-overflow question that you referenced should work for downloading images. Simply replace the System.out.println line with Ben Noland's saveUrl function from this stack-overflow question.
If you want a specific image, you'll need to determine how you want to filter it out from the others. Perhaps only save the images that contain /vessel/ in the url?