Questions tagged [repost]
12 questions
5
votes
4 answers
c# store user settings in database
Is there an easy method to store a person's user settings in a sql 2000 database. Ideally all settings in one field so I don't keep having to edit the table every time I add a setting. I am thinking along the lines of serialize a settings class if…

PeteT
- 18,754
- 26
- 95
- 132
1
vote
1 answer
How to scale watermark based on video resolution in android using FFmpeg command?
I want to scale the watermark size based on the given video resolution. but this cmd scales the watermark without respect to the original video.
I want to scale the watermark based on the resolution of the video. if
the video is in high resolution…

Ravi Sorathiya
- 25
- 1
- 6
1
vote
1 answer
Unable to post questions nor able to follow tags, topics or community group in AWS repost
Trying to post questions in AWS repost, but I get following error
{"err":{"code":"AccessDeniedException","message":"Not authorized"}}
Same error message when I try to follow (subscribe) to topics, tags or community group.
What am I missing?

Jenson
- 635
- 2
- 11
- 20
1
vote
1 answer
Chrome: Disable prompt for repost POST-form
Chrome has this annoying prompt for reposting POST-forms.
While the idea of preventinmg double posts is nice, it doesn't make always sense since not every POST-form posts data in a forum or buys stuff in a webshop.
But Chrome has no option to…

Martin
- 2,007
- 6
- 28
- 44
0
votes
0 answers
repost: Open Markdown Preview tab in New Window?
As I'm new user and don't have enough rep to upvote and comment on your good and very helpful answers I'm posting this. This is a repost.
User Miguel Dias posted:
I have two monitors, one is my MacBook 13" that is very small to have multiple/split…

inc21
- 1
0
votes
0 answers
Instagram embed doesn't work as it should
On IG you can click the three dots on any post, then choose embed. Let's use it in an html file and it should show the post BUT
It shows this window instead of the content.
here it is
The text means: view the post on instagram
Here is an…

dondejavu
- 1
- 1
0
votes
0 answers
PHP redirect() calls page again after some time without action
Looking for help. I am new to the ob_start and believe I'm not using this correctly as users are sent back to my load-data.php after browsing my website without cause. I've paid very close attention to each page that is loaded, and it looks like…
0
votes
1 answer
Soundcloud API get reposts from specific user
Iam building a simple Soundcloud API app for myself. I did some research for reposts with API and I figured out that I can only repost tracks with the API but not retrieve them. Is that correct?
What I want to achieve: Get all Reposted Tracks from a…

Stan van der Avoird
- 197
- 1
- 1
- 15
0
votes
3 answers
PHP: RePOST POST as is or Apply a different Stylesheet without reload
How do i repost post data, so that i can generate a print preview of a page, by applying a different style sheet. GET is not an option as the data can exceed url length limit.
Here is the premise, FORMPAGE posts data to RESULTSPAGE, RESULTSPAGE has…

abel
- 2,377
- 9
- 39
- 62
0
votes
1 answer
I get 'global name [function name] is not defined' when I try to reference a function I previously defined
Basically, here's the format of my code:
class SomeClass():
# RegEx to remove all non-alphanumeric characters from a string
def alphaNum(original):
return str(re.sub(r'[^a-zA-Z0-9]','', original))
# Write to xlsx file…

Chris43234
- 38
- 4
0
votes
1 answer
"Retweets" with Datamapper
I want to impliment something which is similar to Twitter Repost System, therefore I will use this as an example. So let's say I have a Tweet Model and I want to allow other user to repost a certian tweet of another user, how do I impliment…

Micheal Perr
- 1,805
- 5
- 18
- 24
-1
votes
1 answer
Re-post in asp.net with updatepanel
I have a page with events included in update panel, others not included in the update panel. I want to prevent repost action in the page.
whats the best way to do that with handling partail and full postback ?

Raed Alsaleh
- 1,581
- 9
- 27
- 50